Color Hex Logo

#90672b Color Hex

#90672B
(144,103,43)
0 Favorites   0 Comments

Color spaces of #90672b

RGB 14410343
HSL0.100.540.37
HSV36°70°56°
CMYK 0.000.280.70   0.44
XYZ16.787915.80424.4512
Yxy15.80420.45320.4266
Hunter Lab39.75455.808321.1896
CIE-Lab46.716610.206539.2347

#90672b color RGB value is (144,103,43).

#90672b hex color red value is 144, green value is 103 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #90672b hue: 0.10 , saturation: 0.54 and the lightness value of 90672b is 0.37.

The process color (four color CMYK) of #90672b color hex is 0.00, 0.28, 0.70, 0.44. Web safe color of #90672b is #996633. Color #90672b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100111 00101011
Octal 220 147 53
Decimal 144 103 43
Hex 90 67 2B

RGB Percentages of Color #90672b

%49.66
%35.52
%14.83

CMYK Percentages of Color #90672b

%0
%28
%70
%44

Triadic Colors of #90672b

#90672b #2b9067 #672b90

Analogous Colors of #90672b

#90672b #87902b #90352b

Monochromatic Colors of #90672b

#90672b

Complementary Color

#90672b #2b5490

#90672b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90672b Color Preview on White Background

Lorem ipsum dolor sit amet.

#90672b Color CSS Codes

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

#90672b Text Font Color

<p style="color:#90672b">Text here</p>

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


#90672b Background Color

<div style="background-color:#90672b">
Div content here</div>

This div background color is #90672b


#90672b Border Color

<div style="border:3px solid #90672b">
Div here</div>

This div border color is #90672b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,103,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90672b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90672b;
  -webkit-box-shadow: 1px 1px 3px 2px #90672b;
  box-shadow:         1px 1px 3px 2px #90672b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90672b


Comments

No comments written yet.

Please login to write comment.