Color Hex Logo

#90744e Color Hex

#90744E
(144,116,78)
0 Favorites   0 Comments

Color spaces of #90744e

RGB 14411678
HSL0.100.300.44
HSV35°46°56°
CMYK 0.000.190.46   0.44
XYZ19.122118.97019.8615
Yxy18.97010.39880.3956
Hunter Lab43.55472.147417.0640
CIE-Lab50.65225.684525.1008

#90744e color RGB value is (144,116,78).

#90744e hex color red value is 144, green value is 116 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #90744e hue: 0.10 , saturation: 0.30 and the lightness value of 90744e is 0.44.

The process color (four color CMYK) of #90744e color hex is 0.00, 0.19, 0.46, 0.44. Web safe color of #90744e is #996666. Color #90744e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110100 01001110
Octal 220 164 116
Decimal 144 116 78
Hex 90 74 4E

RGB Percentages of Color #90744e

%42.60
%34.32
%23.08

CMYK Percentages of Color #90744e

%0
%19
%46
%44

Triadic Colors of #90744e

#90744e #4e9074 #744e90

Analogous Colors of #90744e

#90744e #8b904e #90534e

Monochromatic Colors of #90744e

#90744e

Complementary Color

#90744e #4e6a90

#90744e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90744e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90744e Color CSS Codes

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

#90744e Text Font Color

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

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


#90744e Background Color

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

This div background color is #90744e


#90744e Border Color

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

This div border color is #90744e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90744e


Comments

No comments written yet.

Please login to write comment.