COLOR #90742C

HEX: #90742C RGB: (144,116,44)

Color info

#90742C contains mainly red and green colors. Web safe color of #90742C is #996633 (or #963).

RGB color model

#90742C color RGB value is (144,116,44).

RGB: (144,116,44) (56%, 45%, 17%)

RGB channels and saturation

R 144 of 255 = 56%
G 116 of 255 = 45%
B 44 of 255 = 17%

144
116
44

R + G + B ~ 39%. #90742C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 144 + 116 + 44 = 304 (100%)
R 144 of 304 ~ 47.37%
G 116 of 304 ~ 38.16%
B 44 of 304 ~ 14.47'%

%47.37
%38.16
%14.47

CMYK color model

#90742C color CMYK value is (0,19,69,44).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 69.44%
  • key color value is 43.53%

CMYK: (0,19,69,44)
C0M19Y69K44 (0%, 19%, 69%, 44%)
(0.00 / 0.19 / 0.69 / 0.44)

CMYK percentages

%0
%19.44
%69.44
%43.53

Codes

Color #90742C in popluar color models

90 74 2C
RGB 144 116 44
HSL 43° 53.19% 36.86%
HSB/HSV 43° 69.44% 56.47%
CMYK 0.00% 19.44% 69.44%
43.53%

Color #90742C in popluar number systems.

HEX 90 74 2C
Decimal 144 116 44
Binary 10010000 1110100 101100
Octal 220 164 54

Shades and tints

Shades of #90742C

#90742C
(144,116,44)
#836A28
(131,106,40)
#766024
(118,96,36)
#695620
(105,86,32)
#5C4C1C
(92,76,28)
#4F4218
(79,66,24)
#423814
(66,56,20)
#352E10
(53,46,16)
#28240C
(40,36,12)
#1B1A08
(27,26,8)
#0E1004
(14,16,4)
#000000
(0,0,0)

Tints of #90742C

#90742C
(144,116,44)
#9A803F
(154,128,63)
#A48C52
(164,140,82)
#AE9865
(174,152,101)
#B8A478
(184,164,120)
#C2B08B
(194,176,139)
#CCBC9E
(204,188,158)
#D6C8B1
(214,200,177)
#E0D4C4
(224,212,196)
#EAE0D7
(234,224,215)
#F4ECEA
(244,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90742C color. Also use rgb(144,116,44) instead hex code.

Text Font Color

.myTextColor { color: #90742C; }

<p style="color:#90742C">This sample text font color is #90742C.</p>

This text font color is #90742C.

Background Color

.myBgColor { background-color: #90742C; }

<div style="background-color:#90742C">Inner text</div>

This div background color is #90742C.

Border color

.myBorderColor { border: 1px solid #90742C; }

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

This div border color is #90742C.

Opacity

.myOpacity80 { color: #90742C; opacity: 0.8; }

<p style="color:#90742C;opacity:0.8;">80%</p>

Text with #90742C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90742C;}

<p style="text-shadow: 3px 3px 1px #90742C">Text here.</p>

This text has shadow with #90742C color.


.textShadow {text-shadow: 3px 3px 1px #90742C', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90742C, 5px 5px 20px red">Text here.</p>

This text has shadow with #90742C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90742C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90742C, Direction=45, Strength=4)">Text</p>

This text has shadow with #90742C and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #90742C;
-webkit-box-shadow: 1px 1px 3px 2px #90742C;
box-shadow: 1px 1px 3px 2px #90742C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90742C; -webkit-box-shadow: 1px 1px 3px 2px #90742C; box-shadow:1px 1px 3px 2px #90742C;">
Div content here
</div>

This div box has shadow with color #90742C.

Preview

Color preview on black background

This text has color #90742C on black background.


Color preview on white background

This text has color #90742C on white background.


Black color preview on #90742C background

This text has black color on #90742C background.


White color preview on #90742C background

This text has white color on #90742C background.


Related colors

Complementary color

Complementary color for #hex is #6F8BD3.


I love getcolorcode.com

Triadic colors

1 #2C9074 and #742C90 with #90742C are triadic colors.

2 #2C7490 and #74902C with #90742C are triadic colors.