COLOR #90735F

HEX: #90735F RGB: (144,115,95)

Color info

#90735F contains red, green and blue colors in about the same proportion. Web safe color of #90735F is #996666 (or #966).

RGB color model

#90735F color RGB value is (144,115,95).

RGB: (144,115,95) (56%, 45%, 37%)

RGB channels and saturation

R 144 of 255 = 56%
G 115 of 255 = 45%
B 95 of 255 = 37%

144
115
95

R + G + B ~ 46%. #90735F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 115 + 95 = 354 (100%)
R 144 of 354 ~ 40.68%
G 115 of 354 ~ 32.49%
B 95 of 354 ~ 26.84'%

%40.68
%32.49
%26.84

CMYK color model

#90735F color CMYK value is (0,20,34,44).

  • cyan value is 0.00%
  • magenta value is 20.14%
  • yellow value is 34.03%
  • key color value is 43.53%
CMYK: (0,20,34,44) C0M20Y34K44 (0%,20%,34%,44%) (0.00/0.20/0.34/0.44) 

CMYK percentages

%0
%20.14
%34.03
%43.53

Codes

Color #90735F in popluar color models

90 73 5F
RGB 144 115 95
HSL 24° 20.50% 46.86%
HSB/HSV 24° 34.03% 56.47%
CMYK 0.00% 20.14% 34.03%
43.53%

Color #90735F in popluar number systems.

HEX 90 73 5F
Decimal 144 115 95
Binary 10010000 1110011 1011111
Octal 220 163 137

Shades and tints

Shades of #90735F

#90735F
(144,115,95)
#836957
(131,105,87)
#765F4F
(118,95,79)
#695547
(105,85,71)
#5C4B3F
(92,75,63)
#4F4137
(79,65,55)
#42372F
(66,55,47)
#352D27
(53,45,39)
#28231F
(40,35,31)
#1B1917
(27,25,23)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #90735F

#90735F
(144,115,95)
#9A7F6D
(154,127,109)
#A48B7B
(164,139,123)
#AE9789
(174,151,137)
#B8A397
(184,163,151)
#C2AFA5
(194,175,165)
#CCBBB3
(204,187,179)
#D6C7C1
(214,199,193)
#E0D3CF
(224,211,207)
#EADFDD
(234,223,221)
#F4EBEB
(244,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90735F color. Also use rgb(144,115,95) instead hex code.

Text Font Color

.myTextColor { color: #90735F; }

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

This text font color is #90735F.

Background Color

.myBgColor { background-color: #90735F; }

<div style="background-color:#90735F">Inner text</div>

This div background color is #90735F.

Border color

.myBorderColor { border: 1px solid #90735F; }

<div style="border:3px solid #90735F">Div</div>

This div border color is #90735F.

Opacity

.myOpacity80 { color: #90735F; opacity: 0.8; }

<p style="color:#90735F;opacity:0.8;">80%</p>

Text with #90735F 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 #90735F;}

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

This text has shadow with #90735F color.


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

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

This text has shadow with #90735F primary color and red secondary color.


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

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

This text has shadow with #90735F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #90735F.

Preview

Color preview on black background

This text has color #90735F on black background.


Color preview on white background

This text has color #90735F on white background.


Black color preview on #90735F background

This text has black color on #90735F background.


White color preview on #90735F background

This text has white color on #90735F background.


Related colors

Complementary color

Complementary color for #hex is #6F8CA0.


I love getcolorcode.com

Triadic colors

1 #5F9073 and #735F90 with #90735F are triadic colors.

2 #5F7390 and #73905F with #90735F are triadic colors.