COLOR #908A57

HEX: #908A57
RGB: (144,138,87)

Color info

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

RGB color model

#908A57 color RGB value is (144,138,87).

  • red value is 144;
  • green value is 138;
  • blue value is 87.
RGB:
(144,138,87)
(56%,54%,34%)

RGB channels and saturation

R 144 of 255 = 56%
G 138 of 255 = 54%
B 87 of 255 = 34%

144
138
87

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

Portions of RGB colors in percentages

R + G + B =
144 + 138 + 87 = 369 (100%)
R 144 of 369 ~ 39.02%
G 138 of 369 ~ 37.4%
B 87 of 369 ~ 23.58%

%39.02
%37.4
%23.58

CMYK color model

#908A57 color CMYK value is (0,4,40,44).

  • cyan value is 0.00%
  • magenta value is 4.17%
  • yellow value is 39.58%
  • key color value is 43.53%
CMYK:
(0,4,40,44)
C0M4Y40K44 
(0%,4%,40%,44%)
(0.00/0.04/0.40/0.44)	

CMYK percentages

%0
%4.17
%39.58
%43.53

Codes

Color #908A57 in popluar color models

908A57
RGB14413887
HSL54°24.68%45.29%
HSB/HSV54°39.58%56.47%
CMYK0.00%4.17%39.58%
43.53%

Color #908A57 in popluar number systems.

HEX908A57
Decimal14413887
Binary10010000100010101010111
Octal220212127

Shades and tints

Shades of #908A57

#908A57
(144,138,87)
#837E50
(131,126,80)
#767249
(118,114,73)
#696642
(105,102,66)
#5C5A3B
(92,90,59)
#4F4E34
(79,78,52)
#42422D
(66,66,45)
#353626
(53,54,38)
#282A1F
(40,42,31)
#1B1E18
(27,30,24)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #908A57

#908A57
(144,138,87)
#9A9466
(154,148,102)
#A49E75
(164,158,117)
#AEA884
(174,168,132)
#B8B293
(184,178,147)
#C2BCA2
(194,188,162)
#CCC6B1
(204,198,177)
#D6D0C0
(214,208,192)
#E0DACF
(224,218,207)
#EAE4DE
(234,228,222)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908A57 color. Also use rgb(144,138,87) instead hex code.

Text Font Color

.myTextColor { color: #908A57; }

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

This text font color is #908A57.


Background Color

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

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

This div background color is #908A57.


Border color

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

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

This div border color is #908A57.


Opacity

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

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

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

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

This text has shadow with #908A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908A57 on black background.


Color preview on white background

This text has color #908A57 on white background.



Black color preview on #908A57 background

This text has black color on #908A57 background.


White color preview on #908A57 background

This text has white color on #908A57 background.