COLOR #947A72

HEX: #947A72
RGB: (148,122,114)

Color info

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

RGB color model

#947A72 color RGB value is (148,122,114).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 114 of 255 = 45%

148
122
114

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 114 = 384 (100%)
R 148 of 384 ~ 38.54%
G 122 of 384 ~ 31.77%
B 114 of 384 ~ 29.69%

%38.54
%31.77
%29.69

CMYK color model

#947A72 color CMYK value is (0,18,23,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(0,18,23,42)
C0M18Y23K42 
(0%,18%,23%,42%)
(0.00/0.18/0.23/0.42)	

CMYK percentages

%0
%17.57
%22.97
%41.96

Codes

Color #947A72 in popluar color models

947A72
RGB148122114
HSL14°13.71%51.37%
HSB/HSV14°22.97%58.04%
CMYK0.00%17.57%22.97%
41.96%

Color #947A72 in popluar number systems.

HEX947A72
Decimal148122114
Binary1001010011110101110010
Octal224172162

Shades and tints

Shades of #947A72

#947A72
(148,122,114)
#876F68
(135,111,104)
#7A645E
(122,100,94)
#6D5954
(109,89,84)
#604E4A
(96,78,74)
#534340
(83,67,64)
#463836
(70,56,54)
#392D2C
(57,45,44)
#2C2222
(44,34,34)
#1F1718
(31,23,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #947A72

#947A72
(148,122,114)
#9D867E
(157,134,126)
#A6928A
(166,146,138)
#AF9E96
(175,158,150)
#B8AAA2
(184,170,162)
#C1B6AE
(193,182,174)
#CAC2BA
(202,194,186)
#D3CEC6
(211,206,198)
#DCDAD2
(220,218,210)
#E5E6DE
(229,230,222)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947A72 color. Also use rgb(148,122,114) instead hex code.

Text Font Color

.myTextColor { color: #947A72; }

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

This text font color is #947A72.


Background Color

.myBgColor { background-color: #947A72; }

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

This div background color is #947A72.


Border color

.myBorderColor { border: 1px solid #947A72; }

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

This div border color is #947A72.


Opacity

.myOpacity80 { color: #947A72; opacity: 0.8; }

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

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

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

This text has shadow with #947A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A72 on black background.


Color preview on white background

This text has color #947A72 on white background.



Black color preview on #947A72 background

This text has black color on #947A72 background.


White color preview on #947A72 background

This text has white color on #947A72 background.