COLOR #947973

HEX: #947973
RGB: (148,121,115)

Color info

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

RGB color model

#947973 color RGB value is (148,121,115).

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

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 115 of 255 = 45%

148
121
115

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

Portions of RGB colors in percentages

R + G + B =
148 + 121 + 115 = 384 (100%)
R 148 of 384 ~ 38.54%
G 121 of 384 ~ 31.51%
B 115 of 384 ~ 29.95%

%38.54
%31.51
%29.95

CMYK color model

#947973 color CMYK value is (0,18,22,42).

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(0,18,22,42)
C0M18Y22K42 
(0%,18%,22%,42%)
(0.00/0.18/0.22/0.42)	

CMYK percentages

%0
%18.24
%22.3
%41.96

Codes

Color #947973 in popluar color models

947973
RGB148121115
HSL11°13.36%51.57%
HSB/HSV11°22.30%58.04%
CMYK0.00%18.24%22.30%
41.96%

Color #947973 in popluar number systems.

HEX947973
Decimal148121115
Binary1001010011110011110011
Octal224171163

Shades and tints

Shades of #947973

#947973
(148,121,115)
#876E69
(135,110,105)
#7A635F
(122,99,95)
#6D5855
(109,88,85)
#604D4B
(96,77,75)
#534241
(83,66,65)
#463737
(70,55,55)
#392C2D
(57,44,45)
#2C2123
(44,33,35)
#1F1619
(31,22,25)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #947973

#947973
(148,121,115)
#9D857F
(157,133,127)
#A6918B
(166,145,139)
#AF9D97
(175,157,151)
#B8A9A3
(184,169,163)
#C1B5AF
(193,181,175)
#CAC1BB
(202,193,187)
#D3CDC7
(211,205,199)
#DCD9D3
(220,217,211)
#E5E5DF
(229,229,223)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947973; }

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

This text font color is #947973.


Background Color

.myBgColor { background-color: #947973; }

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

This div background color is #947973.


Border color

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

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

This div border color is #947973.


Opacity

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

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

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

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

This text has shadow with #947973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947973 on black background.


Color preview on white background

This text has color #947973 on white background.



Black color preview on #947973 background

This text has black color on #947973 background.


White color preview on #947973 background

This text has white color on #947973 background.