Color Hex Logo

#90976d Color Hex

#90976D
(144,151,109)
0 Favorites   0 Comments

Color spaces of #90976d

RGB 144151109
HSL0.190.170.51
HSV70°28°59°
CMYK 0.050.000.28   0.41
XYZ25.328529.166618.7628
Yxy29.16660.34570.3981
Hunter Lab54.0061-10.795417.2057
CIE-Lab60.9284-9.831621.3401

#90976d color RGB value is (144,151,109).

#90976d hex color red value is 144, green value is 151 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #90976d hue: 0.19 , saturation: 0.17 and the lightness value of 90976d is 0.51.

The process color (four color CMYK) of #90976d color hex is 0.05, 0.00, 0.28, 0.41. Web safe color of #90976d is #999966. Color #90976d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010111 01101101
Octal 220 227 155
Decimal 144 151 109
Hex 90 97 6D

RGB Percentages of Color #90976d

%35.64
%37.38
%26.98

CMYK Percentages of Color #90976d

%5
%0
%28
%41

Triadic Colors of #90976d

#90976d #6d9097 #976d90

Analogous Colors of #90976d

#90976d #7b976d #97896d

Monochromatic Colors of #90976d

#90976d

Complementary Color

#90976d #746d97

#90976d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90976d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90976d Color CSS Codes

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

#90976d Text Font Color

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

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


#90976d Background Color

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

This div background color is #90976d


#90976d Border Color

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

This div border color is #90976d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,151,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90976d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90976d;
  -webkit-box-shadow: 1px 1px 3px 2px #90976d;
  box-shadow:         1px 1px 3px 2px #90976d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90976d


Comments

No comments written yet.

Please login to write comment.