COLOR #90715E

HEX: #90715E
RGB: (144,113,94)

Color info

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

RGB color model

#90715E color RGB value is (144,113,94).

  • red value is 144;
  • green value is 113;
  • blue value is 94.
RGB:
(144,113,94)
(56%,44%,37%)

RGB channels and saturation

R 144 of 255 = 56%
G 113 of 255 = 44%
B 94 of 255 = 37%

144
113
94

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

Portions of RGB colors in percentages

R + G + B =
144 + 113 + 94 = 351 (100%)
R 144 of 351 ~ 41.03%
G 113 of 351 ~ 32.19%
B 94 of 351 ~ 26.78%

%41.03
%32.19
%26.78

CMYK color model

#90715E color CMYK value is (0,22,35,44).

  • cyan value is 0.00%
  • magenta value is 21.53%
  • yellow value is 34.72%
  • key color value is 43.53%
CMYK:
(0,22,35,44)
C0M22Y35K44 
(0%,22%,35%,44%)
(0.00/0.22/0.35/0.44)	

CMYK percentages

%0
%21.53
%34.72
%43.53

Codes

Color #90715E in popluar color models

90715E
RGB14411394
HSL23°21.01%46.67%
HSB/HSV23°34.72%56.47%
CMYK0.00%21.53%34.72%
43.53%

Color #90715E in popluar number systems.

HEX90715E
Decimal14411394
Binary1001000011100011011110
Octal220161136

Shades and tints

Shades of #90715E

#90715E
(144,113,94)
#836756
(131,103,86)
#765D4E
(118,93,78)
#695346
(105,83,70)
#5C493E
(92,73,62)
#4F3F36
(79,63,54)
#42352E
(66,53,46)
#352B26
(53,43,38)
#28211E
(40,33,30)
#1B1716
(27,23,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #90715E

#90715E
(144,113,94)
#9A7D6C
(154,125,108)
#A4897A
(164,137,122)
#AE9588
(174,149,136)
#B8A196
(184,161,150)
#C2ADA4
(194,173,164)
#CCB9B2
(204,185,178)
#D6C5C0
(214,197,192)
#E0D1CE
(224,209,206)
#EADDDC
(234,221,220)
#F4E9EA
(244,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90715E color. Also use rgb(144,113,94) instead hex code.

Text Font Color

.myTextColor { color: #90715E; }

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

This text font color is #90715E.


Background Color

.myBgColor { background-color: #90715E; }

<div style="background-color:#90715E">Inner text</div>

This div background color is #90715E.


Border color

.myBorderColor { border: 1px solid #90715E; }

<div style="border:3px solid #90715E">Div</div>

This div border color is #90715E.


Opacity

.myOpacity80 { color: #90715E; opacity: 0.8; }

<p style="color:#90715E;opacity:0.8;">80%</p>

Text with #90715E 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 #90715E;}

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

This text has shadow with #90715E color.

.textShadow {text-shadow: 3px 3px 1px #90715E, 3px 3px 1px red;}

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

This text has shadow with #90715E primary color and red secondary color.


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

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

This text has shadow with #90715E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90715E on black background.


Color preview on white background

This text has color #90715E on white background.



Black color preview on #90715E background

This text has black color on #90715E background.


White color preview on #90715E background

This text has white color on #90715E background.