COLOR #949F72

HEX: #949F72
RGB: (148,159,114)

Color info

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

RGB color model

#949F72 color RGB value is (148,159,114).

  • red value is 148;
  • green value is 159;
  • blue value is 114.
RGB:
(148,159,114)
(58%,62%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 159 of 255 = 62%
B 114 of 255 = 45%

148
159
114

R + G + B ~ 55%. #949F72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 159 + 114 = 421 (100%)
R 148 of 421 ~ 35.15%
G 159 of 421 ~ 37.77%
B 114 of 421 ~ 27.08%

%35.15
%37.77
%27.08

CMYK color model

#949F72 color CMYK value is (7,0,28,38).

  • cyan value is 6.92%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 37.65%
CMYK:
(7,0,28,38)
C7M0Y28K38 
(7%,0%,28%,38%)
(0.07/0.00/0.28/0.38)	

CMYK percentages

%6.92
%0
%28.3
%37.65

Codes

Color #949F72 in popluar color models

949F72
RGB148159114
HSL75°18.99%53.53%
HSB/HSV75°28.30%62.35%
CMYK6.92%0.00%28.30%
37.65%

Color #949F72 in popluar number systems.

HEX949F72
Decimal148159114
Binary10010100100111111110010
Octal224237162

Shades and tints

Shades of #949F72

#949F72
(148,159,114)
#879168
(135,145,104)
#7A835E
(122,131,94)
#6D7554
(109,117,84)
#60674A
(96,103,74)
#535940
(83,89,64)
#464B36
(70,75,54)
#393D2C
(57,61,44)
#2C2F22
(44,47,34)
#1F2118
(31,33,24)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #949F72

#949F72
(148,159,114)
#9DA77E
(157,167,126)
#A6AF8A
(166,175,138)
#AFB796
(175,183,150)
#B8BFA2
(184,191,162)
#C1C7AE
(193,199,174)
#CACFBA
(202,207,186)
#D3D7C6
(211,215,198)
#DCDFD2
(220,223,210)
#E5E7DE
(229,231,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949F72 color. Also use rgb(148,159,114) instead hex code.

Text Font Color

.myTextColor { color: #949F72; }

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

This text font color is #949F72.


Background Color

.myBgColor { background-color: #949F72; }

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

This div background color is #949F72.


Border color

.myBorderColor { border: 1px solid #949F72; }

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

This div border color is #949F72.


Opacity

.myOpacity80 { color: #949F72; opacity: 0.8; }

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

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

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

This text has shadow with #949F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949F72 on black background.


Color preview on white background

This text has color #949F72 on white background.



Black color preview on #949F72 background

This text has black color on #949F72 background.


White color preview on #949F72 background

This text has white color on #949F72 background.