COLOR #908E58

HEX: #908E58
RGB: (144,142,88)

Color info

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

RGB color model

#908E58 color RGB value is (144,142,88).

  • red value is 144;
  • green value is 142;
  • blue value is 88.
RGB:
(144,142,88)
(56%,56%,35%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 88 of 255 = 35%

144
142
88

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

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 88 = 374 (100%)
R 144 of 374 ~ 38.5%
G 142 of 374 ~ 37.97%
B 88 of 374 ~ 23.53%

%38.5
%37.97
%23.53

CMYK color model

#908E58 color CMYK value is (0,1,39,44).

  • cyan value is 0.00%
  • magenta value is 1.39%
  • yellow value is 38.89%
  • key color value is 43.53%
CMYK:
(0,1,39,44)
C0M1Y39K44 
(0%,1%,39%,44%)
(0.00/0.01/0.39/0.44)	

CMYK percentages

%0
%1.39
%38.89
%43.53

Codes

Color #908E58 in popluar color models

908E58
RGB14414288
HSL58°24.14%45.49%
HSB/HSV58°38.89%56.47%
CMYK0.00%1.39%38.89%
43.53%

Color #908E58 in popluar number systems.

HEX908E58
Decimal14414288
Binary10010000100011101011000
Octal220216130

Shades and tints

Shades of #908E58

#908E58
(144,142,88)
#838250
(131,130,80)
#767648
(118,118,72)
#696A40
(105,106,64)
#5C5E38
(92,94,56)
#4F5230
(79,82,48)
#424628
(66,70,40)
#353A20
(53,58,32)
#282E18
(40,46,24)
#1B2210
(27,34,16)
#0E1608
(14,22,8)
#000000
(0,0,0)

Tints of #908E58

#908E58
(144,142,88)
#9A9867
(154,152,103)
#A4A276
(164,162,118)
#AEAC85
(174,172,133)
#B8B694
(184,182,148)
#C2C0A3
(194,192,163)
#CCCAB2
(204,202,178)
#D6D4C1
(214,212,193)
#E0DED0
(224,222,208)
#EAE8DF
(234,232,223)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908E58; }

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

This text font color is #908E58.


Background Color

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

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

This div background color is #908E58.


Border color

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

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

This div border color is #908E58.


Opacity

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

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

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

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

This text has shadow with #908E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908E58 on black background.


Color preview on white background

This text has color #908E58 on white background.



Black color preview on #908E58 background

This text has black color on #908E58 background.


White color preview on #908E58 background

This text has white color on #908E58 background.