Color Hex Logo

#90832c Color Hex

#90832C
(144,131,44)
0 Favorites   0 Comments

Color spaces of #90832c

RGB 14413144
HSL0.150.530.37
HSV52°69°56°
CMYK 0.000.090.69   0.44
XYZ20.072522.34375.6377
Yxy22.34370.41770.4650
Hunter Lab47.2691-6.922226.0170
CIE-Lab54.3898-5.650246.8181

#90832c color RGB value is (144,131,44).

#90832c hex color red value is 144, green value is 131 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #90832c hue: 0.15 , saturation: 0.53 and the lightness value of 90832c is 0.37.

The process color (four color CMYK) of #90832c color hex is 0.00, 0.09, 0.69, 0.44. Web safe color of #90832c is #999933. Color #90832c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000011 00101100
Octal 220 203 54
Decimal 144 131 44
Hex 90 83 2C

RGB Percentages of Color #90832c

%45.14
%41.07
%13.79

CMYK Percentages of Color #90832c

%0
%9
%69
%44

Triadic Colors of #90832c

#90832c #2c9083 #832c90

Analogous Colors of #90832c

#90832c #6b902c #90512c

Monochromatic Colors of #90832c

#90832c

Complementary Color

#90832c #2c3990

#90832c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90832c Color Preview on White Background

Lorem ipsum dolor sit amet.

#90832c Color CSS Codes

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

#90832c Text Font Color

<p style="color:#90832c">Text here</p>

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


#90832c Background Color

<div style="background-color:#90832c">
Div content here</div>

This div background color is #90832c


#90832c Border Color

<div style="border:3px solid #90832c">
Div here</div>

This div border color is #90832c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,131,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90832c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90832c;
  -webkit-box-shadow: 1px 1px 3px 2px #90832c;
  box-shadow:         1px 1px 3px 2px #90832c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90832c


Comments

No comments written yet.

Please login to write comment.