COLOR #90706A

HEX: #90706A
RGB: (144,112,106)

Color info

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

RGB color model

#90706A color RGB value is (144,112,106).

  • red value is 144;
  • green value is 112;
  • blue value is 106.
RGB:
(144,112,106)
(56%,44%,42%)

RGB channels and saturation

R 144 of 255 = 56%
G 112 of 255 = 44%
B 106 of 255 = 42%

144
112
106

R + G + B ~ 47%. #90706A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 112 + 106 = 362 (100%)
R 144 of 362 ~ 39.78%
G 112 of 362 ~ 30.94%
B 106 of 362 ~ 29.28%

%39.78
%30.94
%29.28

CMYK color model

#90706A color CMYK value is (0,22,26,44).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 26.39%
  • key color value is 43.53%
CMYK:
(0,22,26,44)
C0M22Y26K44 
(0%,22%,26%,44%)
(0.00/0.22/0.26/0.44)	

CMYK percentages

%0
%22.22
%26.39
%43.53

Codes

Color #90706A in popluar color models

90706A
RGB144112106
HSL15.20%49.02%
HSB/HSV26.39%56.47%
CMYK0.00%22.22%26.39%
43.53%

Color #90706A in popluar number systems.

HEX90706A
Decimal144112106
Binary1001000011100001101010
Octal220160152

Shades and tints

Shades of #90706A

#90706A
(144,112,106)
#836661
(131,102,97)
#765C58
(118,92,88)
#69524F
(105,82,79)
#5C4846
(92,72,70)
#4F3E3D
(79,62,61)
#423434
(66,52,52)
#352A2B
(53,42,43)
#282022
(40,32,34)
#1B1619
(27,22,25)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #90706A

#90706A
(144,112,106)
#9A7D77
(154,125,119)
#A48A84
(164,138,132)
#AE9791
(174,151,145)
#B8A49E
(184,164,158)
#C2B1AB
(194,177,171)
#CCBEB8
(204,190,184)
#D6CBC5
(214,203,197)
#E0D8D2
(224,216,210)
#EAE5DF
(234,229,223)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90706A color. Also use rgb(144,112,106) instead hex code.

Text Font Color

.myTextColor { color: #90706A; }

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

This text font color is #90706A.


Background Color

.myBgColor { background-color: #90706A; }

<div style="background-color:#90706A">Inner text</div>

This div background color is #90706A.


Border color

.myBorderColor { border: 1px solid #90706A; }

<div style="border:3px solid #90706A">Div</div>

This div border color is #90706A.


Opacity

.myOpacity80 { color: #90706A; opacity: 0.8; }

<p style="color:#90706A;opacity:0.8;">80%</p>

Text with #90706A 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 #90706A;}

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

This text has shadow with #90706A color.

.textShadow {text-shadow: 3px 3px 1px #90706A, 3px 3px 1px red;}

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

This text has shadow with #90706A primary color and red secondary color.


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

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

This text has shadow with #90706A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90706A on black background.


Color preview on white background

This text has color #90706A on white background.



Black color preview on #90706A background

This text has black color on #90706A background.


White color preview on #90706A background

This text has white color on #90706A background.