COLOR #947B7D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

148
123
125

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

Portions of RGB colors in percentages

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

%37.37
%31.06
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.89%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK:
(0,17,16,42)
C0M17Y16K42 
(0%,17%,16%,42%)
(0.00/0.17/0.16/0.42)	

CMYK percentages

%0
%16.89
%15.54
%41.96

Codes

Color #947B7D in popluar color models

947B7D
RGB148123125
HSL355°10.46%53.14%
HSB/HSV355°16.89%58.04%
CMYK0.00%16.89%15.54%
41.96%

Color #947B7D in popluar number systems.

HEX947B7D
Decimal148123125
Binary1001010011110111111101
Octal224173175

Shades and tints

Shades of #947B7D

#947B7D
(148,123,125)
#877072
(135,112,114)
#7A6567
(122,101,103)
#6D5A5C
(109,90,92)
#604F51
(96,79,81)
#534446
(83,68,70)
#46393B
(70,57,59)
#392E30
(57,46,48)
#2C2325
(44,35,37)
#1F181A
(31,24,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #947B7D

#947B7D
(148,123,125)
#9D8788
(157,135,136)
#A69393
(166,147,147)
#AF9F9E
(175,159,158)
#B8ABA9
(184,171,169)
#C1B7B4
(193,183,180)
#CAC3BF
(202,195,191)
#D3CFCA
(211,207,202)
#DCDBD5
(220,219,213)
#E5E7E0
(229,231,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947B7D; }

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

This text font color is #947B7D.


Background Color

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

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

This div background color is #947B7D.


Border color

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

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

This div border color is #947B7D.


Opacity

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

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

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

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

This text has shadow with #947B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947B7D on black background.


Color preview on white background

This text has color #947B7D on white background.



Black color preview on #947B7D background

This text has black color on #947B7D background.


White color preview on #947B7D background

This text has white color on #947B7D background.