Color Hex Logo

#88924b Color Hex

#88924B
(136,146,75)
0 Favorites   0 Comments

Color spaces of #88924b

RGB 13614675
HSL0.190.320.43
HSV68°49°57°
CMYK 0.070.000.49   0.43
XYZ21.702226.300010.5892
Yxy26.30000.37040.4489
Hunter Lab51.2835-14.208423.6561
CIE-Lab58.3207-14.744336.1653

#88924b color RGB value is (136,146,75).

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

The process color (four color CMYK) of #88924b color hex is 0.07, 0.00, 0.49, 0.43. Web safe color of #88924b is #999933. Color #88924b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10010010 01001011
Octal 210 222 113
Decimal 136 146 75
Hex 88 92 4B

RGB Percentages of Color #88924b

%38.10
%40.90
%21.01

CMYK Percentages of Color #88924b

%7
%0
%49
%43

Triadic Colors of #88924b

#88924b #4b8892 #924b88

Analogous Colors of #88924b

#88924b #65924b #92794b

Monochromatic Colors of #88924b

#88924b

Complementary Color

#88924b #554b92

#88924b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88924b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88924b Color CSS Codes

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

#88924b Text Font Color

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

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


#88924b Background Color

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

This div background color is #88924b


#88924b Border Color

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

This div border color is #88924b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88924b


Comments

No comments written yet.

Please login to write comment.