Color Hex Logo

#88852f Color Hex

#88852F
(136,133,47)
0 Favorites   0 Comments

Color spaces of #88852f

RGB 13613347
HSL0.160.490.36
HSV58°65°53°
CMYK 0.000.020.65   0.47
XYZ19.054022.21455.9729
Yxy22.21450.40330.4702
Hunter Lab47.1323-10.319925.4790
CIE-Lab54.2539-10.188145.1347

#88852f color RGB value is (136,133,47).

#88852f hex color red value is 136, green value is 133 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #88852f hue: 0.16 , saturation: 0.49 and the lightness value of 88852f is 0.36.

The process color (four color CMYK) of #88852f color hex is 0.00, 0.02, 0.65, 0.47. Web safe color of #88852f is #999933. Color #88852f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000101 00101111
Octal 210 205 57
Decimal 136 133 47
Hex 88 85 2F

RGB Percentages of Color #88852f

%43.04
%42.09
%14.87

CMYK Percentages of Color #88852f

%0
%2
%65
%47

Triadic Colors of #88852f

#88852f #2f8885 #852f88

Analogous Colors of #88852f

#88852f #5f882f #88592f

Monochromatic Colors of #88852f

#88852f

Complementary Color

#88852f #2f3288

#88852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88852f Color CSS Codes

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

#88852f Text Font Color

<p style="color:#88852f">Text here</p>

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


#88852f Background Color

<div style="background-color:#88852f">
Div content here</div>

This div background color is #88852f


#88852f Border Color

<div style="border:3px solid #88852f">
Div here</div>

This div border color is #88852f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,133,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88852f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88852f;
  -webkit-box-shadow: 1px 1px 3px 2px #88852f;
  box-shadow:         1px 1px 3px 2px #88852f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88852f


Comments

No comments written yet.

Please login to write comment.