COLOR #90736B

HEX: #90736B
RGB: (144,115,107)

Color info

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

RGB color model

#90736B color RGB value is (144,115,107).

  • red value is 144;
  • green value is 115;
  • blue value is 107.
RGB:
(144,115,107)
(56%,45%,42%)

RGB channels and saturation

R 144 of 255 = 56%
G 115 of 255 = 45%
B 107 of 255 = 42%

144
115
107

R + G + B ~ 48%. #90736B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 115 + 107 = 366 (100%)
R 144 of 366 ~ 39.34%
G 115 of 366 ~ 31.42%
B 107 of 366 ~ 29.23%

%39.34
%31.42
%29.23

CMYK color model

#90736B color CMYK value is (0,20,26,44).

  • cyan value is 0.00%
  • magenta value is 20.14%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK:
(0,20,26,44)
C0M20Y26K44 
(0%,20%,26%,44%)
(0.00/0.20/0.26/0.44)	

CMYK percentages

%0
%20.14
%25.69
%43.53

Codes

Color #90736B in popluar color models

90736B
RGB144115107
HSL13°14.74%49.22%
HSB/HSV13°25.69%56.47%
CMYK0.00%20.14%25.69%
43.53%

Color #90736B in popluar number systems.

HEX90736B
Decimal144115107
Binary1001000011100111101011
Octal220163153

Shades and tints

Shades of #90736B

#90736B
(144,115,107)
#836962
(131,105,98)
#765F59
(118,95,89)
#695550
(105,85,80)
#5C4B47
(92,75,71)
#4F413E
(79,65,62)
#423735
(66,55,53)
#352D2C
(53,45,44)
#282323
(40,35,35)
#1B191A
(27,25,26)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #90736B

#90736B
(144,115,107)
#9A7F78
(154,127,120)
#A48B85
(164,139,133)
#AE9792
(174,151,146)
#B8A39F
(184,163,159)
#C2AFAC
(194,175,172)
#CCBBB9
(204,187,185)
#D6C7C6
(214,199,198)
#E0D3D3
(224,211,211)
#EADFE0
(234,223,224)
#F4EBED
(244,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90736B color. Also use rgb(144,115,107) instead hex code.

Text Font Color

.myTextColor { color: #90736B; }

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

This text font color is #90736B.


Background Color

.myBgColor { background-color: #90736B; }

<div style="background-color:#90736B">Inner text</div>

This div background color is #90736B.


Border color

.myBorderColor { border: 1px solid #90736B; }

<div style="border:3px solid #90736B">Div</div>

This div border color is #90736B.


Opacity

.myOpacity80 { color: #90736B; opacity: 0.8; }

<p style="color:#90736B;opacity:0.8;">80%</p>

Text with #90736B 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 #90736B;}

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

This text has shadow with #90736B color.

.textShadow {text-shadow: 3px 3px 1px #90736B, 3px 3px 1px red;}

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

This text has shadow with #90736B primary color and red secondary color.


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

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

This text has shadow with #90736B and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90736B;
-webkit-box-shadow: 1px 1px 3px 2px #90736B;
box-shadow:1px 1px 3px 2px #90736B;">
Div content here</div>
This div box has shadow with color #90736B.

Preview

Color preview on black background

This text has color #90736B on black background.


Color preview on white background

This text has color #90736B on white background.



Black color preview on #90736B background

This text has black color on #90736B background.


White color preview on #90736B background

This text has white color on #90736B background.