COLOR #947E80

HEX: #947E80
RGB: (148,126,128)

Color info

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

RGB color model

#947E80 color RGB value is (148,126,128).

  • red value is 148;
  • green value is 126;
  • blue value is 128.
RGB:
(148,126,128)
(58%,49%,50%)

RGB channels and saturation

R 148 of 255 = 58%
G 126 of 255 = 49%
B 128 of 255 = 50%

148
126
128

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

Portions of RGB colors in percentages

R + G + B =
148 + 126 + 128 = 402 (100%)
R 148 of 402 ~ 36.82%
G 126 of 402 ~ 31.34%
B 128 of 402 ~ 31.84%

%36.82
%31.34
%31.84

CMYK color model

#947E80 color CMYK value is (0,15,14,42).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 13.51%
  • key color value is 41.96%
CMYK:
(0,15,14,42)
C0M15Y14K42 
(0%,15%,14%,42%)
(0.00/0.15/0.14/0.42)	

CMYK percentages

%0
%14.86
%13.51
%41.96

Codes

Color #947E80 in popluar color models

947E80
RGB148126128
HSL355°9.32%53.73%
HSB/HSV355°14.86%58.04%
CMYK0.00%14.86%13.51%
41.96%

Color #947E80 in popluar number systems.

HEX947E80
Decimal148126128
Binary10010100111111010000000
Octal224176200

Shades and tints

Shades of #947E80

#947E80
(148,126,128)
#877375
(135,115,117)
#7A686A
(122,104,106)
#6D5D5F
(109,93,95)
#605254
(96,82,84)
#534749
(83,71,73)
#463C3E
(70,60,62)
#393133
(57,49,51)
#2C2628
(44,38,40)
#1F1B1D
(31,27,29)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #947E80

#947E80
(148,126,128)
#9D898B
(157,137,139)
#A69496
(166,148,150)
#AF9FA1
(175,159,161)
#B8AAAC
(184,170,172)
#C1B5B7
(193,181,183)
#CAC0C2
(202,192,194)
#D3CBCD
(211,203,205)
#DCD6D8
(220,214,216)
#E5E1E3
(229,225,227)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947E80 color. Also use rgb(148,126,128) instead hex code.

Text Font Color

.myTextColor { color: #947E80; }

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

This text font color is #947E80.


Background Color

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

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

This div background color is #947E80.


Border color

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

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

This div border color is #947E80.


Opacity

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

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

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

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

This text has shadow with #947E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947E80 on black background.


Color preview on white background

This text has color #947E80 on white background.



Black color preview on #947E80 background

This text has black color on #947E80 background.


White color preview on #947E80 background

This text has white color on #947E80 background.