color codes Logo

#8c611c color codes

#8C611C
(140,97,28)
0 Favorites   0 Comments

Color spaces of #8c611c

RGB 1409728
HSL0.100.670.33
HSV37°80°55°
CMYK 0.000.310.80   0.45
XYZ15.299514.20873.0348
Yxy14.20870.47010.4366
Hunter Lab37.69446.484721.6126
CIE-Lab44.530811.079543.7242

#8c611c color RGB value is (140,97,28).

#8c611c hex color red value is 140, green value is 97 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #8c611c hue: 0.10 , saturation: 0.67 and the lightness value of 8c611c is 0.33.

The process color (four color CMYK) of #8c611c color code is 0.00, 0.31, 0.80, 0.45. Web safe color of #8c611c is #996633. Color #8c611c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100001 00011100
Octal 214 141 34
Decimal 140 97 28
Hex 8C 61 1C

RGB Percentages of Color #8c611c

%52.83
%36.60
%10.57

CMYK Percentages of Color #8c611c

%0
%31
%80
%45

Triadic Colors of #8c611c

#8c611c #1c8c61 #611c8c

Analogous Colors of #8c611c

#8c611c #7f8c1c #8c291c

Monochromatic Colors of #8c611c

#8c611c

Complementary Color

#8c611c #1c478c

#8c611c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c611c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c611c Color CSS Codes

.mybgcolor {background-color:#8c611c; } 
.myforecolor {color:#8c611c; }
.mybordercolor {border:3px solid #8c611c; }

#8c611c Text Font Color

<p style="color:#8c611c">Text here</p>

This sample text font color is #8c611c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#8c611c Background Color

<div style="background-color:#8c611c">
Div content here</div>

This div background color is #8c611c


#8c611c Border Color

<div style="border:3px solid #8c611c">
Div here</div>

This div border color is #8c611c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,97,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c611c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c611c;
  -webkit-box-shadow: 1px 1px 3px 2px #8c611c;
  box-shadow:         1px 1px 3px 2px #8c611c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,97,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8c611c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #8c611c;
  -webkit-box-shadow: 1px 1px 3px 2px #8c611c;
  box-shadow:         1px 1px 3px 2px #8c611c;">
Div content here</div>

This div box has shadow with color #8c611c


Comments

No comments written yet.

Please login to write comment.