Color Hex Logo

#88944b Color Hex

#88944B
(136,148,75)
0 Favorites   0 Comments

Color spaces of #88944b

RGB 13614875
HSL0.190.330.44
HSV70°49°58°
CMYK 0.080.000.49   0.42
XYZ22.013226.922010.6929
Yxy26.92200.36920.4515
Hunter Lab51.8864-15.071324.1018
CIE-Lab58.9021-15.797236.8684

#88944b color RGB value is (136,148,75).

#88944b hex color red value is 136, green value is 148 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #88944b hue: 0.19 , saturation: 0.33 and the lightness value of 88944b is 0.44.

The process color (four color CMYK) of #88944b color hex is 0.08, 0.00, 0.49, 0.42. Web safe color of #88944b is #999933. Color #88944b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010100 01001011
Octal 210 224 113
Decimal 136 148 75
Hex 88 94 4B

RGB Percentages of Color #88944b

%37.88
%41.23
%20.89

CMYK Percentages of Color #88944b

%8
%0
%49
%42

Triadic Colors of #88944b

#88944b #4b8894 #944b88

Analogous Colors of #88944b

#88944b #64944b #947c4b

Monochromatic Colors of #88944b

#88944b

Complementary Color

#88944b #574b94

#88944b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88944b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88944b Color CSS Codes

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

#88944b Text Font Color

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

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


#88944b Background Color

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

This div background color is #88944b


#88944b Border Color

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

This div border color is #88944b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,148,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 #88944b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88944b


Comments

No comments written yet.

Please login to write comment.