Color Hex Logo

#8b663c Color Hex

#8B663C
(139,102,60)
0 Favorites   0 Comments

Color spaces of #8b663c

RGB 13910260
HSL0.090.400.39
HSV32°57°55°
CMYK 0.000.270.57   0.45
XYZ16.214415.31806.3770
Yxy15.31800.42770.4041
Hunter Lab39.13825.458117.7363
CIE-Lab46.06679.776029.3424

#8b663c color RGB value is (139,102,60).

#8b663c hex color red value is 139, green value is 102 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #8b663c hue: 0.09 , saturation: 0.40 and the lightness value of 8b663c is 0.39.

The process color (four color CMYK) of #8b663c color hex is 0.00, 0.27, 0.57, 0.45. Web safe color of #8b663c is #996633. Color #8b663c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01100110 00111100
Octal 213 146 74
Decimal 139 102 60
Hex 8B 66 3C

RGB Percentages of Color #8b663c

%46.18
%33.89
%19.93

CMYK Percentages of Color #8b663c

%0
%27
%57
%45

Triadic Colors of #8b663c

#8b663c #3c8b66 #663c8b

Analogous Colors of #8b663c

#8b663c #898b3c #8b3f3c

Monochromatic Colors of #8b663c

#8b663c

Complementary Color

#8b663c #3c618b

#8b663c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b663c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b663c Color CSS Codes

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

#8b663c Text Font Color

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

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


#8b663c Background Color

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

This div background color is #8b663c


#8b663c Border Color

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

This div border color is #8b663c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,102,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b663c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b663c;
  -webkit-box-shadow: 1px 1px 3px 2px #8b663c;
  box-shadow:         1px 1px 3px 2px #8b663c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,102,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b663c


Comments

No comments written yet.

Please login to write comment.