COLOR #947A5A

HEX: #947A5A
RGB: (148,122,90)

Color info

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

RGB color model

#947A5A color RGB value is (148,122,90).

  • red value is 148;
  • green value is 122;
  • blue value is 90.
RGB:
(148,122,90)
(58%,48%,35%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 90 of 255 = 35%

148
122
90

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 90 = 360 (100%)
R 148 of 360 ~ 41.11%
G 122 of 360 ~ 33.89%
B 90 of 360 ~ 25%

%41.11
%33.89
%25

CMYK color model

#947A5A color CMYK value is (0,18,39,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 39.19%
  • key color value is 41.96%
CMYK:
(0,18,39,42)
C0M18Y39K42 
(0%,18%,39%,42%)
(0.00/0.18/0.39/0.42)	

CMYK percentages

%0
%17.57
%39.19
%41.96

Codes

Color #947A5A in popluar color models

947A5A
RGB14812290
HSL33°24.37%46.67%
HSB/HSV33°39.19%58.04%
CMYK0.00%17.57%39.19%
41.96%

Color #947A5A in popluar number systems.

HEX947A5A
Decimal14812290
Binary1001010011110101011010
Octal224172132

Shades and tints

Shades of #947A5A

#947A5A
(148,122,90)
#876F52
(135,111,82)
#7A644A
(122,100,74)
#6D5942
(109,89,66)
#604E3A
(96,78,58)
#534332
(83,67,50)
#46382A
(70,56,42)
#392D22
(57,45,34)
#2C221A
(44,34,26)
#1F1712
(31,23,18)
#120C0A
(18,12,10)
#000000
(0,0,0)

Tints of #947A5A

#947A5A
(148,122,90)
#9D8669
(157,134,105)
#A69278
(166,146,120)
#AF9E87
(175,158,135)
#B8AA96
(184,170,150)
#C1B6A5
(193,182,165)
#CAC2B4
(202,194,180)
#D3CEC3
(211,206,195)
#DCDAD2
(220,218,210)
#E5E6E1
(229,230,225)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947A5A color. Also use rgb(148,122,90) instead hex code.

Text Font Color

.myTextColor { color: #947A5A; }

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

This text font color is #947A5A.


Background Color

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

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

This div background color is #947A5A.


Border color

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

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

This div border color is #947A5A.


Opacity

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

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

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

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

This text has shadow with #947A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A5A on black background.


Color preview on white background

This text has color #947A5A on white background.



Black color preview on #947A5A background

This text has black color on #947A5A background.


White color preview on #947A5A background

This text has white color on #947A5A background.