Color Hex Logo

#90742d Color Hex

#90742D
(144,116,45)
0 Favorites   0 Comments

Color spaces of #90742d

RGB 14411645
HSL0.120.520.37
HSV43°69°56°
CMYK 0.000.190.69   0.44
XYZ18.220618.60955.1143
Yxy18.60950.43440.4437
Hunter Lab43.1387-0.099323.1680
CIE-Lab50.22722.838142.0233

#90742d color RGB value is (144,116,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110100 00101101
Octal 220 164 55
Decimal 144 116 45
Hex 90 74 2D

RGB Percentages of Color #90742d

%47.21
%38.03
%14.75

CMYK Percentages of Color #90742d

%0
%19
%69
%44

Triadic Colors of #90742d

#90742d #2d9074 #742d90

Analogous Colors of #90742d

#90742d #7b902d #90432d

Monochromatic Colors of #90742d

#90742d

Complementary Color

#90742d #2d4990

#90742d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90742d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90742d Color CSS Codes

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

#90742d Text Font Color

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

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


#90742d Background Color

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

This div background color is #90742d


#90742d Border Color

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

This div border color is #90742d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90742d


Comments

No comments written yet.

Please login to write comment.