COLOR #909971

HEX: #909971
RGB: (144,153,113)

Color info

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

RGB color model

#909971 color RGB value is (144,153,113).

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

RGB channels and saturation

R 144 of 255 = 56%
G 153 of 255 = 60%
B 113 of 255 = 44%

144
153
113

R + G + B ~ 53%. #909971 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 153 + 113 = 410 (100%)
R 144 of 410 ~ 35.12%
G 153 of 410 ~ 37.32%
B 113 of 410 ~ 27.56%

%35.12
%37.32
%27.56

CMYK color model

#909971 color CMYK value is (6,0,26,40).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(6,0,26,40)
C6M0Y26K40 
(6%,0%,26%,40%)
(0.06/0.00/0.26/0.40)	

CMYK percentages

%5.88
%0
%26.14
%40

Codes

Color #909971 in popluar color models

909971
RGB144153113
HSL74°16.39%52.16%
HSB/HSV74°26.14%60.00%
CMYK5.88%0.00%26.14%
40.00%

Color #909971 in popluar number systems.

HEX909971
Decimal144153113
Binary10010000100110011110001
Octal220231161

Shades and tints

Shades of #909971

#909971
(144,153,113)
#838C67
(131,140,103)
#767F5D
(118,127,93)
#697253
(105,114,83)
#5C6549
(92,101,73)
#4F583F
(79,88,63)
#424B35
(66,75,53)
#353E2B
(53,62,43)
#283121
(40,49,33)
#1B2417
(27,36,23)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #909971

#909971
(144,153,113)
#9AA27D
(154,162,125)
#A4AB89
(164,171,137)
#AEB495
(174,180,149)
#B8BDA1
(184,189,161)
#C2C6AD
(194,198,173)
#CCCFB9
(204,207,185)
#D6D8C5
(214,216,197)
#E0E1D1
(224,225,209)
#EAEADD
(234,234,221)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909971; }

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

This text font color is #909971.


Background Color

.myBgColor { background-color: #909971; }

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

This div background color is #909971.


Border color

.myBorderColor { border: 1px solid #909971; }

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

This div border color is #909971.


Opacity

.myOpacity80 { color: #909971; opacity: 0.8; }

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

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

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

This text has shadow with #909971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909971 on black background.


Color preview on white background

This text has color #909971 on white background.



Black color preview on #909971 background

This text has black color on #909971 background.


White color preview on #909971 background

This text has white color on #909971 background.