COLOR #947777

HEX: #947777
RGB: (148,119,119)

Color info

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

RGB color model

#947777 color RGB value is (148,119,119).

  • red value is 148;
  • green value is 119;
  • blue value is 119.
RGB:
(148,119,119)
(58%,47%,47%)

RGB channels and saturation

R 148 of 255 = 58%
G 119 of 255 = 47%
B 119 of 255 = 47%

148
119
119

R + G + B ~ 51%. #947777 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 119 + 119 = 386 (100%)
R 148 of 386 ~ 38.34%
G 119 of 386 ~ 30.83%
B 119 of 386 ~ 30.83%

%38.34
%30.83
%30.83

CMYK color model

#947777 color CMYK value is (0,20,20,42).

  • cyan value is 0.00%
  • magenta value is 19.59%
  • yellow value is 19.59%
  • key color value is 41.96%
CMYK:
(0,20,20,42)
C0M20Y20K42 
(0%,20%,20%,42%)
(0.00/0.20/0.20/0.42)	

CMYK percentages

%0
%19.59
%19.59
%41.96

Codes

Color #947777 in popluar color models

947777
RGB148119119
HSL11.93%52.35%
HSB/HSV19.59%58.04%
CMYK0.00%19.59%19.59%
41.96%

Color #947777 in popluar number systems.

HEX947777
Decimal148119119
Binary1001010011101111110111
Octal224167167

Shades and tints

Shades of #947777

#947777
(148,119,119)
#876D6D
(135,109,109)
#7A6363
(122,99,99)
#6D5959
(109,89,89)
#604F4F
(96,79,79)
#534545
(83,69,69)
#463B3B
(70,59,59)
#393131
(57,49,49)
#2C2727
(44,39,39)
#1F1D1D
(31,29,29)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #947777

#947777
(148,119,119)
#9D8383
(157,131,131)
#A68F8F
(166,143,143)
#AF9B9B
(175,155,155)
#B8A7A7
(184,167,167)
#C1B3B3
(193,179,179)
#CABFBF
(202,191,191)
#D3CBCB
(211,203,203)
#DCD7D7
(220,215,215)
#E5E3E3
(229,227,227)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947777 color. Also use rgb(148,119,119) instead hex code.

Text Font Color

.myTextColor { color: #947777; }

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

This text font color is #947777.


Background Color

.myBgColor { background-color: #947777; }

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

This div background color is #947777.


Border color

.myBorderColor { border: 1px solid #947777; }

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

This div border color is #947777.


Opacity

.myOpacity80 { color: #947777; opacity: 0.8; }

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

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

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

This text has shadow with #947777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947777 on black background.


Color preview on white background

This text has color #947777 on white background.



Black color preview on #947777 background

This text has black color on #947777 background.


White color preview on #947777 background

This text has white color on #947777 background.