Color Hex Logo

#90712e Color Hex

#90712E
(144,113,46)
0 Favorites   0 Comments

Color spaces of #90712e

RGB 14411346
HSL0.110.520.37
HSV41°68°56°
CMYK 0.000.220.68   0.44
XYZ17.899917.93685.1035
Yxy17.93680.43720.4381
Hunter Lab42.35191.326822.5017
CIE-Lab49.41944.618640.6814

#90712e color RGB value is (144,113,46).

#90712e hex color red value is 144, green value is 113 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #90712e hue: 0.11 , saturation: 0.52 and the lightness value of 90712e is 0.37.

The process color (four color CMYK) of #90712e color hex is 0.00, 0.22, 0.68, 0.44. Web safe color of #90712e is #996633. Color #90712e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110001 00101110
Octal 220 161 56
Decimal 144 113 46
Hex 90 71 2E

RGB Percentages of Color #90712e

%47.52
%37.29
%15.18

CMYK Percentages of Color #90712e

%0
%22
%68
%44

Triadic Colors of #90712e

#90712e #2e9071 #712e90

Analogous Colors of #90712e

#90712e #7e902e #90402e

Monochromatic Colors of #90712e

#90712e

Complementary Color

#90712e #2e4d90

#90712e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90712e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90712e Color CSS Codes

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

#90712e Text Font Color

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

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


#90712e Background Color

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

This div background color is #90712e


#90712e Border Color

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

This div border color is #90712e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,113,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 #90712e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90712e


Comments

No comments written yet.

Please login to write comment.