COLOR #947F60

HEX: #947F60 RGB: (148,127,96)

Color info

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

RGB color model

#947F60 color RGB value is (148,127,96).

RGB: (148,127,96) (58%, 50%, 38%)

RGB channels and saturation

R 148 of 255 = 58%
G 127 of 255 = 50%
B 96 of 255 = 38%

148
127
96

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

Portions of RGB colors in percentages

R + G + B = 148 + 127 + 96 = 371 (100%)
R 148 of 371 ~ 39.89%
G 127 of 371 ~ 34.23%
B 96 of 371 ~ 25.88'%

%39.89
%34.23
%25.88

CMYK color model

#947F60 color CMYK value is (0,14,35,42).

  • cyan value is 0.00%
  • magenta value is 14.19%
  • yellow value is 35.14%
  • key color value is 41.96%

CMYK: (0,14,35,42)
C0M14Y35K42 (0%, 14%, 35%, 42%)
(0.00 / 0.14 / 0.35 / 0.42)

CMYK percentages

%0
%14.19
%35.14
%41.96

Codes

Color #947F60 in popluar color models

94 7F 60
RGB 148 127 96
HSL 36° 21.31% 47.84%
HSB/HSV 36° 35.14% 58.04%
CMYK 0.00% 14.19% 35.14%
41.96%

Color #947F60 in popluar number systems.

HEX 94 7F 60
Decimal 148 127 96
Binary 10010100 1111111 1100000
Octal 224 177 140

Shades and tints

Shades of #947F60

#947F60
(148,127,96)
#877458
(135,116,88)
#7A6950
(122,105,80)
#6D5E48
(109,94,72)
#605340
(96,83,64)
#534838
(83,72,56)
#463D30
(70,61,48)
#393228
(57,50,40)
#2C2720
(44,39,32)
#1F1C18
(31,28,24)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #947F60

#947F60
(148,127,96)
#9D8A6E
(157,138,110)
#A6957C
(166,149,124)
#AFA08A
(175,160,138)
#B8AB98
(184,171,152)
#C1B6A6
(193,182,166)
#CAC1B4
(202,193,180)
#D3CCC2
(211,204,194)
#DCD7D0
(220,215,208)
#E5E2DE
(229,226,222)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947F60 color. Also use rgb(148,127,96) instead hex code.

Text Font Color

.myTextColor { color: #947F60; }

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

This text font color is #947F60.

Background Color

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

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

This div background color is #947F60.

Border color

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

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

This div border color is #947F60.

Opacity

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

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

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

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

This text has shadow with #947F60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947F60.

Preview

Color preview on black background

This text has color #947F60 on black background.


Color preview on white background

This text has color #947F60 on white background.


Black color preview on #947F60 background

This text has black color on #947F60 background.


White color preview on #947F60 background

This text has white color on #947F60 background.


Related colors

Complementary color

Complementary color for #hex is #6B809F.


I love getcolorcode.com

Triadic colors

1 #60947F and #7F6094 with #947F60 are triadic colors.

2 #607F94 and #7F9460 with #947F60 are triadic colors.