Color Hex Logo

#90742f Color Hex

#90742F
(144,116,47)
0 Favorites   0 Comments

Color spaces of #90742f

RGB 14411647
HSL0.120.510.37
HSV43°67°56°
CMYK 0.000.190.67   0.44
XYZ18.260118.62535.3220
Yxy18.62530.43260.4413
Hunter Lab43.15700.000022.8985
CIE-Lab50.24592.965541.0917

#90742f color RGB value is (144,116,47).

#90742f hex color red value is 144, green value is 116 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #90742f hue: 0.12 , saturation: 0.51 and the lightness value of 90742f is 0.37.

The process color (four color CMYK) of #90742f color hex is 0.00, 0.19, 0.67, 0.44. Web safe color of #90742f is #996633. Color #90742f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110100 00101111
Octal 220 164 57
Decimal 144 116 47
Hex 90 74 2F

RGB Percentages of Color #90742f

%46.91
%37.79
%15.31

CMYK Percentages of Color #90742f

%0
%19
%67
%44

Triadic Colors of #90742f

#90742f #2f9074 #742f90

Analogous Colors of #90742f

#90742f #7c902f #90442f

Monochromatic Colors of #90742f

#90742f

Complementary Color

#90742f #2f4b90

#90742f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90742f Color Preview on White Background

Lorem ipsum dolor sit amet.

#90742f Color CSS Codes

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

#90742f Text Font Color

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

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


#90742f Background Color

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

This div background color is #90742f


#90742f Border Color

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

This div border color is #90742f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90742f


Comments

No comments written yet.

Please login to write comment.