Color Hex Logo

#8c674b Color Hex

#8C674B
(140,103,75)
0 Favorites   0 Comments

Color spaces of #8c674b

RGB 14010375
HSL0.070.300.42
HSV26°46°55°
CMYK 0.000.260.46   0.45
XYZ16.935515.78398.8106
Yxy15.78390.40780.3801
Hunter Lab39.72906.564614.6617
CIE-Lab46.689711.142121.5799

#8c674b color RGB value is (140,103,75).

#8c674b hex color red value is 140, green value is 103 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #8c674b hue: 0.07 , saturation: 0.30 and the lightness value of 8c674b is 0.42.

The process color (four color CMYK) of #8c674b color hex is 0.00, 0.26, 0.46, 0.45. Web safe color of #8c674b is #996633. Color #8c674b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01100111 01001011
Octal 214 147 113
Decimal 140 103 75
Hex 8C 67 4B

RGB Percentages of Color #8c674b

%44.03
%32.39
%23.58

CMYK Percentages of Color #8c674b

%0
%26
%46
%45

Triadic Colors of #8c674b

#8c674b #4b8c67 #674b8c

Analogous Colors of #8c674b

#8c674b #8c884b #8c4b4f

Monochromatic Colors of #8c674b

#8c674b

Complementary Color

#8c674b #4b708c

#8c674b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c674b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c674b Color CSS Codes

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

#8c674b Text Font Color

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

This sample text font color is #8c674b
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.


#8c674b Background Color

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

This div background color is #8c674b


#8c674b Border Color

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

This div border color is #8c674b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c674b


Comments

No comments written yet.

Please login to write comment.