COLOR #947D7B

HEX: #947D7B RGB: (148,125,123)

Color info

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

RGB color model

#947D7B color RGB value is (148,125,123).

RGB: (148,125,123) (58%, 49%, 48%)

RGB channels and saturation

R 148 of 255 = 58%
G 125 of 255 = 49%
B 123 of 255 = 48%

148
125
123

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

Portions of RGB colors in percentages

R + G + B = 148 + 125 + 123 = 396 (100%)
R 148 of 396 ~ 37.37%
G 125 of 396 ~ 31.57%
B 123 of 396 ~ 31.06'%

%37.37
%31.57
%31.06

CMYK color model

#947D7B color CMYK value is (0,16,17,42).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 16.89%
  • key color value is 41.96%

CMYK: (0,16,17,42)
C0M16Y17K42 (0%, 16%, 17%, 42%)
(0.00 / 0.16 / 0.17 / 0.42)

CMYK percentages

%0
%15.54
%16.89
%41.96

Codes

Color #947D7B in popluar color models

94 7D 7B
RGB 148 125 123
HSL 10.46% 53.14%
HSB/HSV 16.89% 58.04%
CMYK 0.00% 15.54% 16.89%
41.96%

Color #947D7B in popluar number systems.

HEX 94 7D 7B
Decimal 148 125 123
Binary 10010100 1111101 1111011
Octal 224 175 173

Shades and tints

Shades of #947D7B

#947D7B
(148,125,123)
#877270
(135,114,112)
#7A6765
(122,103,101)
#6D5C5A
(109,92,90)
#60514F
(96,81,79)
#534644
(83,70,68)
#463B39
(70,59,57)
#39302E
(57,48,46)
#2C2523
(44,37,35)
#1F1A18
(31,26,24)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #947D7B

#947D7B
(148,125,123)
#9D8887
(157,136,135)
#A69393
(166,147,147)
#AF9E9F
(175,158,159)
#B8A9AB
(184,169,171)
#C1B4B7
(193,180,183)
#CABFC3
(202,191,195)
#D3CACF
(211,202,207)
#DCD5DB
(220,213,219)
#E5E0E7
(229,224,231)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947D7B; }

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

This text font color is #947D7B.

Background Color

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

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

This div background color is #947D7B.

Border color

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

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

This div border color is #947D7B.

Opacity

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

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

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

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

This text has shadow with #947D7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947D7B.

Preview

Color preview on black background

This text has color #947D7B on black background.


Color preview on white background

This text has color #947D7B on white background.


Black color preview on #947D7B background

This text has black color on #947D7B background.


White color preview on #947D7B background

This text has white color on #947D7B background.


Related colors

Complementary color

Complementary color for #hex is #6B8284.


I love getcolorcode.com

Triadic colors

1 #7B947D and #7D7B94 with #947D7B are triadic colors.

2 #7B7D94 and #7D947B with #947D7B are triadic colors.