COLOR #947866

HEX: #947866
RGB: (148,120,102)

Color info

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

RGB color model

#947866 color RGB value is (148,120,102).

  • red value is 148;
  • green value is 120;
  • blue value is 102.
RGB:
(148,120,102)
(58%,47%,40%)

RGB channels and saturation

R 148 of 255 = 58%
G 120 of 255 = 47%
B 102 of 255 = 40%

148
120
102

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

Portions of RGB colors in percentages

R + G + B =
148 + 120 + 102 = 370 (100%)
R 148 of 370 ~ 40%
G 120 of 370 ~ 32.43%
B 102 of 370 ~ 27.57%

%40
%32.43
%27.57

CMYK color model

#947866 color CMYK value is (0,19,31,42).

  • cyan value is 0.00%
  • magenta value is 18.92%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(0,19,31,42)
C0M19Y31K42 
(0%,19%,31%,42%)
(0.00/0.19/0.31/0.42)	

CMYK percentages

%0
%18.92
%31.08
%41.96

Codes

Color #947866 in popluar color models

947866
RGB148120102
HSL23°18.40%49.02%
HSB/HSV23°31.08%58.04%
CMYK0.00%18.92%31.08%
41.96%

Color #947866 in popluar number systems.

HEX947866
Decimal148120102
Binary1001010011110001100110
Octal224170146

Shades and tints

Shades of #947866

#947866
(148,120,102)
#876E5D
(135,110,93)
#7A6454
(122,100,84)
#6D5A4B
(109,90,75)
#605042
(96,80,66)
#534639
(83,70,57)
#463C30
(70,60,48)
#393227
(57,50,39)
#2C281E
(44,40,30)
#1F1E15
(31,30,21)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #947866

#947866
(148,120,102)
#9D8473
(157,132,115)
#A69080
(166,144,128)
#AF9C8D
(175,156,141)
#B8A89A
(184,168,154)
#C1B4A7
(193,180,167)
#CAC0B4
(202,192,180)
#D3CCC1
(211,204,193)
#DCD8CE
(220,216,206)
#E5E4DB
(229,228,219)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947866 color. Also use rgb(148,120,102) instead hex code.

Text Font Color

.myTextColor { color: #947866; }

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

This text font color is #947866.


Background Color

.myBgColor { background-color: #947866; }

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

This div background color is #947866.


Border color

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

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

This div border color is #947866.


Opacity

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

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

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

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

This text has shadow with #947866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947866 on black background.


Color preview on white background

This text has color #947866 on white background.



Black color preview on #947866 background

This text has black color on #947866 background.


White color preview on #947866 background

This text has white color on #947866 background.