Color Hex Logo

#90992e Color Hex

#90992E
(144,153,46)
0 Favorites   0 Comments

Color spaces of #90992e

RGB 14415346
HSL0.180.540.39
HSV65°70°60°
CMYK 0.060.000.70   0.40
XYZ23.386028.90906.9322
Yxy28.90900.39490.4881
Hunter Lab53.7671-16.453829.9927
CIE-Lab60.7012-17.297652.3827

#90992e color RGB value is (144,153,46).

#90992e hex color red value is 144, green value is 153 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #90992e hue: 0.18 , saturation: 0.54 and the lightness value of 90992e is 0.39.

The process color (four color CMYK) of #90992e color hex is 0.06, 0.00, 0.70, 0.40. Web safe color of #90992e is #999933. Color #90992e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10011001 00101110
Octal 220 231 56
Decimal 144 153 46
Hex 90 99 2E

RGB Percentages of Color #90992e

%41.98
%44.61
%13.41

CMYK Percentages of Color #90992e

%6
%0
%70
%40

Triadic Colors of #90992e

#90992e #2e9099 #992e90

Analogous Colors of #90992e

#90992e #5a992e #996d2e

Monochromatic Colors of #90992e

#90992e

Complementary Color

#90992e #372e99

#90992e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90992e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90992e Color CSS Codes

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

#90992e Text Font Color

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

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


#90992e Background Color

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

This div background color is #90992e


#90992e Border Color

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

This div border color is #90992e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,153,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90992e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90992e;
  -webkit-box-shadow: 1px 1px 3px 2px #90992e;
  box-shadow:         1px 1px 3px 2px #90992e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90992e


Comments

No comments written yet.

Please login to write comment.