COLOR #949971

HEX: #949971
RGB: (148,153,113)

Color info

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

RGB color model

#949971 color RGB value is (148,153,113).

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

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 113 of 255 = 44%

148
153
113

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 113 = 414 (100%)
R 148 of 414 ~ 35.75%
G 153 of 414 ~ 36.96%
B 113 of 414 ~ 27.29%

%35.75
%36.96
%27.29

CMYK color model

#949971 color CMYK value is (3,0,26,40).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 40.00%
CMYK:
(3,0,26,40)
C3M0Y26K40 
(3%,0%,26%,40%)
(0.03/0.00/0.26/0.40)	

CMYK percentages

%3.27
%0
%26.14
%40

Codes

Color #949971 in popluar color models

949971
RGB148153113
HSL68°16.39%52.16%
HSB/HSV68°26.14%60.00%
CMYK3.27%0.00%26.14%
40.00%

Color #949971 in popluar number systems.

HEX949971
Decimal148153113
Binary10010100100110011110001
Octal224231161

Shades and tints

Shades of #949971

#949971
(148,153,113)
#878C67
(135,140,103)
#7A7F5D
(122,127,93)
#6D7253
(109,114,83)
#606549
(96,101,73)
#53583F
(83,88,63)
#464B35
(70,75,53)
#393E2B
(57,62,43)
#2C3121
(44,49,33)
#1F2417
(31,36,23)
#12170D
(18,23,13)
#000000
(0,0,0)

Tints of #949971

#949971
(148,153,113)
#9DA27D
(157,162,125)
#A6AB89
(166,171,137)
#AFB495
(175,180,149)
#B8BDA1
(184,189,161)
#C1C6AD
(193,198,173)
#CACFB9
(202,207,185)
#D3D8C5
(211,216,197)
#DCE1D1
(220,225,209)
#E5EADD
(229,234,221)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #949971; }

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

This text font color is #949971.


Background Color

.myBgColor { background-color: #949971; }

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

This div background color is #949971.


Border color

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

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

This div border color is #949971.


Opacity

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

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

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

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

This text has shadow with #949971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949971 on black background.


Color preview on white background

This text has color #949971 on white background.



Black color preview on #949971 background

This text has black color on #949971 background.


White color preview on #949971 background

This text has white color on #949971 background.