Color Hex Logo

#88835b Color Hex

#88835B
(136,131,91)
0 Favorites   0 Comments

Color spaces of #88835b

RGB 13613191
HSL0.150.200.45
HSV53°33°53°
CMYK 0.000.040.33   0.47
XYZ20.158022.222213.1244
Yxy22.22220.36320.4004
Hunter Lab47.1404-6.166316.4913
CIE-Lab54.2620-4.677122.3460

#88835b color RGB value is (136,131,91).

#88835b hex color red value is 136, green value is 131 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #88835b hue: 0.15 , saturation: 0.20 and the lightness value of 88835b is 0.45.

The process color (four color CMYK) of #88835b color hex is 0.00, 0.04, 0.33, 0.47. Web safe color of #88835b is #999966. Color #88835b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000011 01011011
Octal 210 203 133
Decimal 136 131 91
Hex 88 83 5B

RGB Percentages of Color #88835b

%37.99
%36.59
%25.42

CMYK Percentages of Color #88835b

%0
%4
%33
%47

Triadic Colors of #88835b

#88835b #5b8883 #835b88

Analogous Colors of #88835b

#88835b #77885b #886d5b

Monochromatic Colors of #88835b

#88835b

Complementary Color

#88835b #5b6088

#88835b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88835b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88835b Color CSS Codes

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

#88835b Text Font Color

<p style="color:#88835b">Text here</p>

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


#88835b Background Color

<div style="background-color:#88835b">
Div content here</div>

This div background color is #88835b


#88835b Border Color

<div style="border:3px solid #88835b">
Div here</div>

This div border color is #88835b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,131,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88835b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88835b;
  -webkit-box-shadow: 1px 1px 3px 2px #88835b;
  box-shadow:         1px 1px 3px 2px #88835b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,131,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88835b


Comments

No comments written yet.

Please login to write comment.