COLOR #908F7D

HEX: #908F7D
RGB: (144,143,125)

Color info

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

RGB color model

#908F7D color RGB value is (144,143,125).

  • red value is 144;
  • green value is 143;
  • blue value is 125.
RGB:
(144,143,125)
(56%,56%,49%)

RGB channels and saturation

R 144 of 255 = 56%
G 143 of 255 = 56%
B 125 of 255 = 49%

144
143
125

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

Portions of RGB colors in percentages

R + G + B =
144 + 143 + 125 = 412 (100%)
R 144 of 412 ~ 34.95%
G 143 of 412 ~ 34.71%
B 125 of 412 ~ 30.34%

%34.95
%34.71
%30.34

CMYK color model

#908F7D color CMYK value is (0,1,13,44).

  • cyan value is 0.00%
  • magenta value is 0.69%
  • yellow value is 13.19%
  • key color value is 43.53%
CMYK:
(0,1,13,44)
C0M1Y13K44 
(0%,1%,13%,44%)
(0.00/0.01/0.13/0.44)	

CMYK percentages

%0
%0.69
%13.19
%43.53

Codes

Color #908F7D in popluar color models

908F7D
RGB144143125
HSL57°7.88%52.75%
HSB/HSV57°13.19%56.47%
CMYK0.00%0.69%13.19%
43.53%

Color #908F7D in popluar number systems.

HEX908F7D
Decimal144143125
Binary10010000100011111111101
Octal220217175

Shades and tints

Shades of #908F7D

#908F7D
(144,143,125)
#838272
(131,130,114)
#767567
(118,117,103)
#69685C
(105,104,92)
#5C5B51
(92,91,81)
#4F4E46
(79,78,70)
#42413B
(66,65,59)
#353430
(53,52,48)
#282725
(40,39,37)
#1B1A1A
(27,26,26)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #908F7D

#908F7D
(144,143,125)
#9A9988
(154,153,136)
#A4A393
(164,163,147)
#AEAD9E
(174,173,158)
#B8B7A9
(184,183,169)
#C2C1B4
(194,193,180)
#CCCBBF
(204,203,191)
#D6D5CA
(214,213,202)
#E0DFD5
(224,223,213)
#EAE9E0
(234,233,224)
#F4F3EB
(244,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908F7D color. Also use rgb(144,143,125) instead hex code.

Text Font Color

.myTextColor { color: #908F7D; }

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

This text font color is #908F7D.


Background Color

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

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

This div background color is #908F7D.


Border color

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

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

This div border color is #908F7D.


Opacity

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

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

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

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

This text has shadow with #908F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908F7D on black background.


Color preview on white background

This text has color #908F7D on white background.



Black color preview on #908F7D background

This text has black color on #908F7D background.


White color preview on #908F7D background

This text has white color on #908F7D background.