COLOR #908E5D

HEX: #908E5D RGB: (144,142,93)

Color info

#908E5D contains red, green and blue colors in about the same proportion. Web safe color of #908E5D is #999966 (or #996).

RGB color model

#908E5D color RGB value is (144,142,93).

RGB: (144,142,93) (56%, 56%, 36%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 93 of 255 = 36%

144
142
93

R + G + B ~ 49%. #908E5D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 142 + 93 = 379 (100%)
R 144 of 379 ~ 37.99%
G 142 of 379 ~ 37.47%
B 93 of 379 ~ 24.54'%

%37.99
%37.47
%24.54

CMYK color model

#908E5D color CMYK value is (0,1,35,44).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 35.42%
  • key color value is 43.53%

CMYK: (0,1,35,44)
C0M1Y35K44 (0%, 1%, 35%, 44%)
(0.00 / 0.01 / 0.35 / 0.44)

CMYK percentages

%0
%1.39
%35.42
%43.53

Codes

Color #908E5D in popluar color models

90 8E 5D
RGB 144 142 93
HSL 58° 21.52% 46.47%
HSB/HSV 58° 35.42% 56.47%
CMYK 0.00% 1.39% 35.42%
43.53%

Color #908E5D in popluar number systems.

HEX 90 8E 5D
Decimal 144 142 93
Binary 10010000 10001110 1011101
Octal 220 216 135

Shades and tints

Shades of #908E5D

#908E5D
(144,142,93)
#838255
(131,130,85)
#76764D
(118,118,77)
#696A45
(105,106,69)
#5C5E3D
(92,94,61)
#4F5235
(79,82,53)
#42462D
(66,70,45)
#353A25
(53,58,37)
#282E1D
(40,46,29)
#1B2215
(27,34,21)
#0E160D
(14,22,13)
#000000
(0,0,0)

Tints of #908E5D

#908E5D
(144,142,93)
#9A986B
(154,152,107)
#A4A279
(164,162,121)
#AEAC87
(174,172,135)
#B8B695
(184,182,149)
#C2C0A3
(194,192,163)
#CCCAB1
(204,202,177)
#D6D4BF
(214,212,191)
#E0DECD
(224,222,205)
#EAE8DB
(234,232,219)
#F4F2E9
(244,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908E5D color. Also use rgb(144,142,93) instead hex code.

Text Font Color

.myTextColor { color: #908E5D; }

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

This text font color is #908E5D.

Background Color

.myBgColor { background-color: #908E5D; }

<div style="background-color:#908E5D">Inner text</div>

This div background color is #908E5D.

Border color

.myBorderColor { border: 1px solid #908E5D; }

<div style="border:3px solid #908E5D">Div</div>

This div border color is #908E5D.

Opacity

.myOpacity80 { color: #908E5D; opacity: 0.8; }

<p style="color:#908E5D;opacity:0.8;">80%</p>

Text with #908E5D 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 #908E5D;}

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

This text has shadow with #908E5D color.


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

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

This text has shadow with #908E5D primary color and red secondary color.


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

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

This text has shadow with #908E5D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #908E5D.

Preview

Color preview on black background

This text has color #908E5D on black background.


Color preview on white background

This text has color #908E5D on white background.


Black color preview on #908E5D background

This text has black color on #908E5D background.


White color preview on #908E5D background

This text has white color on #908E5D background.


Related colors

Complementary color

Complementary color for #hex is #6F71A2.


I love getcolorcode.com

Triadic colors

1 #5D908E and #8E5D90 with #908E5D are triadic colors.

2 #5D8E90 and #8E905D with #908E5D are triadic colors.