COLOR #947C5D

HEX: #947C5D RGB: (148,124,93)

Color info

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

RGB color model

#947C5D color RGB value is (148,124,93).

RGB: (148,124,93) (58%, 49%, 36%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 93 of 255 = 36%

148
124
93

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

Portions of RGB colors in percentages

R + G + B = 148 + 124 + 93 = 365 (100%)
R 148 of 365 ~ 40.55%
G 124 of 365 ~ 33.97%
B 93 of 365 ~ 25.48'%

%40.55
%33.97
%25.48

CMYK color model

#947C5D color CMYK value is (0,16,37,42).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 37.16%
  • key color value is 41.96%
CMYK: (0,16,37,42) C0M16Y37K42 (0%,16%,37%,42%) (0.00/0.16/0.37/0.42) 

CMYK percentages

%0
%16.22
%37.16
%41.96

Codes

Color #947C5D in popluar color models

94 7C 5D
RGB 148 124 93
HSL 34° 22.82% 47.25%
HSB/HSV 34° 37.16% 58.04%
CMYK 0.00% 16.22% 37.16%
41.96%

Color #947C5D in popluar number systems.

HEX 94 7C 5D
Decimal 148 124 93
Binary 10010100 1111100 1011101
Octal 224 174 135

Shades and tints

Shades of #947C5D

#947C5D
(148,124,93)
#877155
(135,113,85)
#7A664D
(122,102,77)
#6D5B45
(109,91,69)
#60503D
(96,80,61)
#534535
(83,69,53)
#463A2D
(70,58,45)
#392F25
(57,47,37)
#2C241D
(44,36,29)
#1F1915
(31,25,21)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #947C5D

#947C5D
(148,124,93)
#9D876B
(157,135,107)
#A69279
(166,146,121)
#AF9D87
(175,157,135)
#B8A895
(184,168,149)
#C1B3A3
(193,179,163)
#CABEB1
(202,190,177)
#D3C9BF
(211,201,191)
#DCD4CD
(220,212,205)
#E5DFDB
(229,223,219)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947C5D color. Also use rgb(148,124,93) instead hex code.

Text Font Color

.myTextColor { color: #947C5D; }

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

This text font color is #947C5D.

Background Color

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

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

This div background color is #947C5D.

Border color

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

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

This div border color is #947C5D.

Opacity

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

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

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

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

This text has shadow with #947C5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947C5D.

Preview

Color preview on black background

This text has color #947C5D on black background.


Color preview on white background

This text has color #947C5D on white background.


Black color preview on #947C5D background

This text has black color on #947C5D background.


White color preview on #947C5D background

This text has white color on #947C5D background.


Related colors

Complementary color

Complementary color for #hex is #6B83A2.


I love getcolorcode.com

Triadic colors

1 #5D947C and #7C5D94 with #947C5D are triadic colors.

2 #5D7C94 and #7C945D with #947C5D are triadic colors.