COLOR #947956

HEX: #947956
RGB: (148,121,86)

Color info

#947956 contains mainly red and green colors. Web safe color of #947956 is #996666 (or #966).

RGB color model

#947956 color RGB value is (148,121,86).

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

RGB channels and saturation

R 148 of 255 = 58%
G 121 of 255 = 47%
B 86 of 255 = 34%

148
121
86

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

Portions of RGB colors in percentages

R + G + B =
148 + 121 + 86 = 355 (100%)
R 148 of 355 ~ 41.69%
G 121 of 355 ~ 34.08%
B 86 of 355 ~ 24.23%

%41.69
%34.08
%24.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.24%
  • yellow value is 41.89%
  • key color value is 41.96%
CMYK:
(0,18,42,42)
C0M18Y42K42 
(0%,18%,42%,42%)
(0.00/0.18/0.42/0.42)	

CMYK percentages

%0
%18.24
%41.89
%41.96

Codes

Color #947956 in popluar color models

947956
RGB14812186
HSL34°26.50%45.88%
HSB/HSV34°41.89%58.04%
CMYK0.00%18.24%41.89%
41.96%

Color #947956 in popluar number systems.

HEX947956
Decimal14812186
Binary1001010011110011010110
Octal224171126

Shades and tints

Shades of #947956

#947956
(148,121,86)
#876E4F
(135,110,79)
#7A6348
(122,99,72)
#6D5841
(109,88,65)
#604D3A
(96,77,58)
#534233
(83,66,51)
#46372C
(70,55,44)
#392C25
(57,44,37)
#2C211E
(44,33,30)
#1F1617
(31,22,23)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #947956

#947956
(148,121,86)
#9D8565
(157,133,101)
#A69174
(166,145,116)
#AF9D83
(175,157,131)
#B8A992
(184,169,146)
#C1B5A1
(193,181,161)
#CAC1B0
(202,193,176)
#D3CDBF
(211,205,191)
#DCD9CE
(220,217,206)
#E5E5DD
(229,229,221)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947956; }

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

This text font color is #947956.


Background Color

.myBgColor { background-color: #947956; }

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

This div background color is #947956.


Border color

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

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

This div border color is #947956.


Opacity

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

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

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

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

This text has shadow with #947956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947956 on black background.


Color preview on white background

This text has color #947956 on white background.



Black color preview on #947956 background

This text has black color on #947956 background.


White color preview on #947956 background

This text has white color on #947956 background.