Color Hex Logo

#89832b Color Hex

#89832B
(137,131,43)
0 Favorites   0 Comments

Color spaces of #89832b

RGB 13713143
HSL0.160.520.35
HSV56°69°54°
CMYK 0.000.040.69   0.46
XYZ18.868921.72545.4844
Yxy21.72540.40950.4715
Hunter Lab46.6105-9.307925.6510
CIE-Lab53.7344-8.899846.3700

#89832b color RGB value is (137,131,43).

#89832b hex color red value is 137, green value is 131 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #89832b hue: 0.16 , saturation: 0.52 and the lightness value of 89832b is 0.35.

The process color (four color CMYK) of #89832b color hex is 0.00, 0.04, 0.69, 0.46. Web safe color of #89832b is #999933. Color #89832b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000011 00101011
Octal 211 203 53
Decimal 137 131 43
Hex 89 83 2B

RGB Percentages of Color #89832b

%44.05
%42.12
%13.83

CMYK Percentages of Color #89832b

%0
%4
%69
%46

Triadic Colors of #89832b

#89832b #2b8983 #832b89

Analogous Colors of #89832b

#89832b #60892b #89542b

Monochromatic Colors of #89832b

#89832b

Complementary Color

#89832b #2b3189

#89832b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89832b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89832b Color CSS Codes

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

#89832b Text Font Color

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

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


#89832b Background Color

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

This div background color is #89832b


#89832b Border Color

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

This div border color is #89832b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89832b


Comments

No comments written yet.

Please login to write comment.