COLOR #90744C

HEX: #90744C RGB: (144,116,76)

Color info

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

RGB color model

#90744C color RGB value is (144,116,76).

RGB: (144,116,76) (56%, 45%, 30%)

RGB channels and saturation

R 144 of 255 = 56%
G 116 of 255 = 45%
B 76 of 255 = 30%

144
116
76

R + G + B ~ 44%. #90744C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 116 + 76 = 336 (100%)
R 144 of 336 ~ 42.86%
G 116 of 336 ~ 34.52%
B 76 of 336 ~ 22.62'%

%42.86
%34.52
%22.62

CMYK color model

#90744C color CMYK value is (0,19,47,44).

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

CMYK: (0,19,47,44)
C0M19Y47K44 (0%, 19%, 47%, 44%)
(0.00 / 0.19 / 0.47 / 0.44)

CMYK percentages

%0
%19.44
%47.22
%43.53

Codes

Color #90744C in popluar color models

90 74 4C
RGB 144 116 76
HSL 35° 30.91% 43.14%
HSB/HSV 35° 47.22% 56.47%
CMYK 0.00% 19.44% 47.22%
43.53%

Color #90744C in popluar number systems.

HEX 90 74 4C
Decimal 144 116 76
Binary 10010000 1110100 1001100
Octal 220 164 114

Shades and tints

Shades of #90744C

#90744C
(144,116,76)
#836A46
(131,106,70)
#766040
(118,96,64)
#69563A
(105,86,58)
#5C4C34
(92,76,52)
#4F422E
(79,66,46)
#423828
(66,56,40)
#352E22
(53,46,34)
#28241C
(40,36,28)
#1B1A16
(27,26,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #90744C

#90744C
(144,116,76)
#9A805C
(154,128,92)
#A48C6C
(164,140,108)
#AE987C
(174,152,124)
#B8A48C
(184,164,140)
#C2B09C
(194,176,156)
#CCBCAC
(204,188,172)
#D6C8BC
(214,200,188)
#E0D4CC
(224,212,204)
#EAE0DC
(234,224,220)
#F4ECEC
(244,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90744C; }

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

This text font color is #90744C.

Background Color

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

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

This div background color is #90744C.

Border color

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

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

This div border color is #90744C.

Opacity

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

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

Text with #90744C 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 #90744C;}

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

This text has shadow with #90744C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90744C.

Preview

Color preview on black background

This text has color #90744C on black background.


Color preview on white background

This text has color #90744C on white background.


Black color preview on #90744C background

This text has black color on #90744C background.


White color preview on #90744C background

This text has white color on #90744C background.


Related colors

Complementary color

Complementary color for #hex is #6F8BB3.


I love getcolorcode.com

Triadic colors

1 #4C9074 and #744C90 with #90744C are triadic colors.

2 #4C7490 and #74904C with #90744C are triadic colors.