Color Hex Logo

#908321 Color Hex

#908321
(144,131,33)
0 Favorites   0 Comments

Color spaces of #908321

RGB 14413133
HSL0.150.630.35
HSV53°77°56°
CMYK 0.000.090.77   0.44
XYZ19.892422.27174.6893
Yxy22.27170.42460.4753
Hunter Lab47.1929-7.347627.1437
CIE-Lab54.3141-6.217251.1267

#908321 color RGB value is (144,131,33).

#908321 hex color red value is 144, green value is 131 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #908321 hue: 0.15 , saturation: 0.63 and the lightness value of 908321 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000011 00100001
Octal 220 203 41
Decimal 144 131 33
Hex 90 83 21

RGB Percentages of Color #908321

%46.75
%42.53
%10.71

CMYK Percentages of Color #908321

%0
%9
%77
%44

Triadic Colors of #908321

#908321 #219083 #832190

Analogous Colors of #908321

#908321 #669021 #904c21

Monochromatic Colors of #908321

#908321

Complementary Color

#908321 #212e90

#908321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#908321 Color CSS Codes

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

#908321 Text Font Color

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

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


#908321 Background Color

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

This div background color is #908321


#908321 Border Color

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

This div border color is #908321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908321


Comments

No comments written yet.

Please login to write comment.