Color Hex Logo

#90714f Color Hex

#90714F
(144,113,79)
0 Favorites   0 Comments

Color spaces of #90714f

RGB 14411379
HSL0.090.290.44
HSV31°45°56°
CMYK 0.000.220.45   0.44
XYZ18.818018.30419.9384
Yxy18.30410.39990.3889
Hunter Lab42.78333.641516.1755
CIE-Lab49.86297.525323.5070

#90714f color RGB value is (144,113,79).

#90714f hex color red value is 144, green value is 113 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #90714f hue: 0.09 , saturation: 0.29 and the lightness value of 90714f is 0.44.

The process color (four color CMYK) of #90714f color hex is 0.00, 0.22, 0.45, 0.44. Web safe color of #90714f is #996666. Color #90714f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110001 01001111
Octal 220 161 117
Decimal 144 113 79
Hex 90 71 4F

RGB Percentages of Color #90714f

%42.86
%33.63
%23.51

CMYK Percentages of Color #90714f

%0
%22
%45
%44

Triadic Colors of #90714f

#90714f #4f9071 #714f90

Analogous Colors of #90714f

#90714f #8f904f #90514f

Monochromatic Colors of #90714f

#90714f

Complementary Color

#90714f #4f6e90

#90714f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90714f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90714f Color CSS Codes

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

#90714f Text Font Color

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

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


#90714f Background Color

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

This div background color is #90714f


#90714f Border Color

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

This div border color is #90714f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90714f


Comments

No comments written yet.

Please login to write comment.