Color Hex Logo

#89814b Color Hex

#89814B
(137,129,75)
0 Favorites   0 Comments

Color spaces of #89814b

RGB 13712975
HSL0.150.290.42
HSV52°45°54°
CMYK 0.000.060.45   0.46
XYZ19.436821.52699.7873
Yxy21.52690.38300.4242
Hunter Lab46.3971-6.417219.9710
CIE-Lab53.5214-5.084230.2735

#89814b color RGB value is (137,129,75).

#89814b hex color red value is 137, green value is 129 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #89814b hue: 0.15 , saturation: 0.29 and the lightness value of 89814b is 0.42.

The process color (four color CMYK) of #89814b color hex is 0.00, 0.06, 0.45, 0.46. Web safe color of #89814b is #999933. Color #89814b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 01001011
Octal 211 201 113
Decimal 137 129 75
Hex 89 81 4B

RGB Percentages of Color #89814b

%40.18
%37.83
%21.99

CMYK Percentages of Color #89814b

%0
%6
%45
%46

Triadic Colors of #89814b

#89814b #4b8981 #814b89

Analogous Colors of #89814b

#89814b #72894b #89624b

Monochromatic Colors of #89814b

#89814b

Complementary Color

#89814b #4b5389

#89814b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89814b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89814b Color CSS Codes

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

#89814b Text Font Color

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

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


#89814b Background Color

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

This div background color is #89814b


#89814b Border Color

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

This div border color is #89814b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89814b


Comments

No comments written yet.

Please login to write comment.