COLOR #947970

HEX: #947970
RGB: (148,121,112)

Color info

#947970 contains red, green and blue colors in about the same proportion. Web safe color of #947970 is #996666 (or #966).

RGB color model

#947970 color RGB value is (148,121,112).

  • red value is 148;
  • green value is 121;
  • blue value is 112.
RGB:
(148,121,112)
(58%,47%,44%)

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 112 of 255 = 44%

148
121
112

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

Portions of RGB colors in percentages

R + G + B =
148 + 121 + 112 = 381 (100%)
R 148 of 381 ~ 38.85%
G 121 of 381 ~ 31.76%
B 112 of 381 ~ 29.4%

%38.85
%31.76
%29.4

CMYK color model

#947970 color CMYK value is (0,18,24,42).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 24.32%
  • key color value is 41.96%
CMYK:
(0,18,24,42)
C0M18Y24K42 
(0%,18%,24%,42%)
(0.00/0.18/0.24/0.42)	

CMYK percentages

%0
%18.24
%24.32
%41.96

Codes

Color #947970 in popluar color models

947970
RGB148121112
HSL15°14.40%50.98%
HSB/HSV15°24.32%58.04%
CMYK0.00%18.24%24.32%
41.96%

Color #947970 in popluar number systems.

HEX947970
Decimal148121112
Binary1001010011110011110000
Octal224171160

Shades and tints

Shades of #947970

#947970
(148,121,112)
#876E66
(135,110,102)
#7A635C
(122,99,92)
#6D5852
(109,88,82)
#604D48
(96,77,72)
#53423E
(83,66,62)
#463734
(70,55,52)
#392C2A
(57,44,42)
#2C2120
(44,33,32)
#1F1616
(31,22,22)
#120B0C
(18,11,12)
#000000
(0,0,0)

Tints of #947970

#947970
(148,121,112)
#9D857D
(157,133,125)
#A6918A
(166,145,138)
#AF9D97
(175,157,151)
#B8A9A4
(184,169,164)
#C1B5B1
(193,181,177)
#CAC1BE
(202,193,190)
#D3CDCB
(211,205,203)
#DCD9D8
(220,217,216)
#E5E5E5
(229,229,229)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947970 color. Also use rgb(148,121,112) instead hex code.

Text Font Color

.myTextColor { color: #947970; }

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

This text font color is #947970.


Background Color

.myBgColor { background-color: #947970; }

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

This div background color is #947970.


Border color

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

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

This div border color is #947970.


Opacity

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

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

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

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

This text has shadow with #947970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947970 on black background.


Color preview on white background

This text has color #947970 on white background.



Black color preview on #947970 background

This text has black color on #947970 background.


White color preview on #947970 background

This text has white color on #947970 background.