COLOR #947D68

HEX: #947D68
RGB: (148,125,104)

Color info

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

RGB color model

#947D68 color RGB value is (148,125,104).

  • red value is 148;
  • green value is 125;
  • blue value is 104.
RGB:
(148,125,104)
(58%,49%,41%)

RGB channels and saturation

R 148 of 255 = 58%
G 125 of 255 = 49%
B 104 of 255 = 41%

148
125
104

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

Portions of RGB colors in percentages

R + G + B =
148 + 125 + 104 = 377 (100%)
R 148 of 377 ~ 39.26%
G 125 of 377 ~ 33.16%
B 104 of 377 ~ 27.59%

%39.26
%33.16
%27.59

CMYK color model

#947D68 color CMYK value is (0,16,30,42).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 29.73%
  • key color value is 41.96%
CMYK:
(0,16,30,42)
C0M16Y30K42 
(0%,16%,30%,42%)
(0.00/0.16/0.30/0.42)	

CMYK percentages

%0
%15.54
%29.73
%41.96

Codes

Color #947D68 in popluar color models

947D68
RGB148125104
HSL29°17.46%49.41%
HSB/HSV29°29.73%58.04%
CMYK0.00%15.54%29.73%
41.96%

Color #947D68 in popluar number systems.

HEX947D68
Decimal148125104
Binary1001010011111011101000
Octal224175150

Shades and tints

Shades of #947D68

#947D68
(148,125,104)
#87725F
(135,114,95)
#7A6756
(122,103,86)
#6D5C4D
(109,92,77)
#605144
(96,81,68)
#53463B
(83,70,59)
#463B32
(70,59,50)
#393029
(57,48,41)
#2C2520
(44,37,32)
#1F1A17
(31,26,23)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #947D68

#947D68
(148,125,104)
#9D8875
(157,136,117)
#A69382
(166,147,130)
#AF9E8F
(175,158,143)
#B8A99C
(184,169,156)
#C1B4A9
(193,180,169)
#CABFB6
(202,191,182)
#D3CAC3
(211,202,195)
#DCD5D0
(220,213,208)
#E5E0DD
(229,224,221)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947D68 color. Also use rgb(148,125,104) instead hex code.

Text Font Color

.myTextColor { color: #947D68; }

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

This text font color is #947D68.


Background Color

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

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

This div background color is #947D68.


Border color

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

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

This div border color is #947D68.


Opacity

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

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

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

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

This text has shadow with #947D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947D68 on black background.


Color preview on white background

This text has color #947D68 on white background.



Black color preview on #947D68 background

This text has black color on #947D68 background.


White color preview on #947D68 background

This text has white color on #947D68 background.