COLOR #947772

HEX: #947772
RGB: (148,119,114)

Color info

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

RGB color model

#947772 color RGB value is (148,119,114).

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

RGB channels and saturation

R 148 of 255 = 58%
G 119 of 255 = 47%
B 114 of 255 = 45%

148
119
114

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

Portions of RGB colors in percentages

R + G + B =
148 + 119 + 114 = 381 (100%)
R 148 of 381 ~ 38.85%
G 119 of 381 ~ 31.23%
B 114 of 381 ~ 29.92%

%38.85
%31.23
%29.92

CMYK color model

#947772 color CMYK value is (0,20,23,42).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(0,20,23,42)
C0M20Y23K42 
(0%,20%,23%,42%)
(0.00/0.20/0.23/0.42)	

CMYK percentages

%0
%19.59
%22.97
%41.96

Codes

Color #947772 in popluar color models

947772
RGB148119114
HSL13.71%51.37%
HSB/HSV22.97%58.04%
CMYK0.00%19.59%22.97%
41.96%

Color #947772 in popluar number systems.

HEX947772
Decimal148119114
Binary1001010011101111110010
Octal224167162

Shades and tints

Shades of #947772

#947772
(148,119,114)
#876D68
(135,109,104)
#7A635E
(122,99,94)
#6D5954
(109,89,84)
#604F4A
(96,79,74)
#534540
(83,69,64)
#463B36
(70,59,54)
#39312C
(57,49,44)
#2C2722
(44,39,34)
#1F1D18
(31,29,24)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #947772

#947772
(148,119,114)
#9D837E
(157,131,126)
#A68F8A
(166,143,138)
#AF9B96
(175,155,150)
#B8A7A2
(184,167,162)
#C1B3AE
(193,179,174)
#CABFBA
(202,191,186)
#D3CBC6
(211,203,198)
#DCD7D2
(220,215,210)
#E5E3DE
(229,227,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947772; }

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

This text font color is #947772.


Background Color

.myBgColor { background-color: #947772; }

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

This div background color is #947772.


Border color

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

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

This div border color is #947772.


Opacity

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

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

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

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

This text has shadow with #947772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947772 on black background.


Color preview on white background

This text has color #947772 on white background.



Black color preview on #947772 background

This text has black color on #947772 background.


White color preview on #947772 background

This text has white color on #947772 background.