COLOR #947779

HEX: #947779
RGB: (148,119,121)

Color info

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

RGB color model

#947779 color RGB value is (148,119,121).

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

RGB channels and saturation

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

148
119
121

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

Portions of RGB colors in percentages

R + G + B =
148 + 119 + 121 = 388 (100%)
R 148 of 388 ~ 38.14%
G 119 of 388 ~ 30.67%
B 121 of 388 ~ 31.19%

%38.14
%30.67
%31.19

CMYK color model

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

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

CMYK percentages

%0
%19.59
%18.24
%41.96

Codes

Color #947779 in popluar color models

947779
RGB148119121
HSL356°11.93%52.35%
HSB/HSV356°19.59%58.04%
CMYK0.00%19.59%18.24%
41.96%

Color #947779 in popluar number systems.

HEX947779
Decimal148119121
Binary1001010011101111111001
Octal224167171

Shades and tints

Shades of #947779

#947779
(148,119,121)
#876D6E
(135,109,110)
#7A6363
(122,99,99)
#6D5958
(109,89,88)
#604F4D
(96,79,77)
#534542
(83,69,66)
#463B37
(70,59,55)
#39312C
(57,49,44)
#2C2721
(44,39,33)
#1F1D16
(31,29,22)
#12130B
(18,19,11)
#000000
(0,0,0)

Tints of #947779

#947779
(148,119,121)
#9D8385
(157,131,133)
#A68F91
(166,143,145)
#AF9B9D
(175,155,157)
#B8A7A9
(184,167,169)
#C1B3B5
(193,179,181)
#CABFC1
(202,191,193)
#D3CBCD
(211,203,205)
#DCD7D9
(220,215,217)
#E5E3E5
(229,227,229)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947779; }

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

This text font color is #947779.


Background Color

.myBgColor { background-color: #947779; }

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

This div background color is #947779.


Border color

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

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

This div border color is #947779.


Opacity

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

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

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

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

This text has shadow with #947779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947779 on black background.


Color preview on white background

This text has color #947779 on white background.



Black color preview on #947779 background

This text has black color on #947779 background.


White color preview on #947779 background

This text has white color on #947779 background.