COLOR #909F71

HEX: #909F71
RGB: (144,159,113)

Color info

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

RGB color model

#909F71 color RGB value is (144,159,113).

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

RGB channels and saturation

R 144 of 255 = 56%
G 159 of 255 = 62%
B 113 of 255 = 44%

144
159
113

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

Portions of RGB colors in percentages

R + G + B =
144 + 159 + 113 = 416 (100%)
R 144 of 416 ~ 34.62%
G 159 of 416 ~ 38.22%
B 113 of 416 ~ 27.16%

%34.62
%38.22
%27.16

CMYK color model

#909F71 color CMYK value is (9,0,29,38).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 37.65%
CMYK:
(9,0,29,38)
C9M0Y29K38 
(9%,0%,29%,38%)
(0.09/0.00/0.29/0.38)	

CMYK percentages

%9.43
%0
%28.93
%37.65

Codes

Color #909F71 in popluar color models

909F71
RGB144159113
HSL80°19.33%53.33%
HSB/HSV80°28.93%62.35%
CMYK9.43%0.00%28.93%
37.65%

Color #909F71 in popluar number systems.

HEX909F71
Decimal144159113
Binary10010000100111111110001
Octal220237161

Shades and tints

Shades of #909F71

#909F71
(144,159,113)
#839167
(131,145,103)
#76835D
(118,131,93)
#697553
(105,117,83)
#5C6749
(92,103,73)
#4F593F
(79,89,63)
#424B35
(66,75,53)
#353D2B
(53,61,43)
#282F21
(40,47,33)
#1B2117
(27,33,23)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #909F71

#909F71
(144,159,113)
#9AA77D
(154,167,125)
#A4AF89
(164,175,137)
#AEB795
(174,183,149)
#B8BFA1
(184,191,161)
#C2C7AD
(194,199,173)
#CCCFB9
(204,207,185)
#D6D7C5
(214,215,197)
#E0DFD1
(224,223,209)
#EAE7DD
(234,231,221)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #909F71; }

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

This text font color is #909F71.


Background Color

.myBgColor { background-color: #909F71; }

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

This div background color is #909F71.


Border color

.myBorderColor { border: 1px solid #909F71; }

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

This div border color is #909F71.


Opacity

.myOpacity80 { color: #909F71; opacity: 0.8; }

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

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

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

This text has shadow with #909F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909F71 on black background.


Color preview on white background

This text has color #909F71 on white background.



Black color preview on #909F71 background

This text has black color on #909F71 background.


White color preview on #909F71 background

This text has white color on #909F71 background.