COLOR #947A54

HEX: #947A54
RGB: (148,122,84)

Color info

#947A54 contains mainly red and green colors. Web safe color of #947A54 is #996666 (or #966).

RGB color model

#947A54 color RGB value is (148,122,84).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 84 of 255 = 33%

148
122
84

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

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 84 = 354 (100%)
R 148 of 354 ~ 41.81%
G 122 of 354 ~ 34.46%
B 84 of 354 ~ 23.73%

%41.81
%34.46
%23.73

CMYK color model

#947A54 color CMYK value is (0,18,43,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 43.24%
  • key color value is 41.96%
CMYK:
(0,18,43,42)
C0M18Y43K42 
(0%,18%,43%,42%)
(0.00/0.18/0.43/0.42)	

CMYK percentages

%0
%17.57
%43.24
%41.96

Codes

Color #947A54 in popluar color models

947A54
RGB14812284
HSL36°27.59%45.49%
HSB/HSV36°43.24%58.04%
CMYK0.00%17.57%43.24%
41.96%

Color #947A54 in popluar number systems.

HEX947A54
Decimal14812284
Binary1001010011110101010100
Octal224172124

Shades and tints

Shades of #947A54

#947A54
(148,122,84)
#876F4D
(135,111,77)
#7A6446
(122,100,70)
#6D593F
(109,89,63)
#604E38
(96,78,56)
#534331
(83,67,49)
#46382A
(70,56,42)
#392D23
(57,45,35)
#2C221C
(44,34,28)
#1F1715
(31,23,21)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #947A54

#947A54
(148,122,84)
#9D8663
(157,134,99)
#A69272
(166,146,114)
#AF9E81
(175,158,129)
#B8AA90
(184,170,144)
#C1B69F
(193,182,159)
#CAC2AE
(202,194,174)
#D3CEBD
(211,206,189)
#DCDACC
(220,218,204)
#E5E6DB
(229,230,219)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A54; }

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

This text font color is #947A54.


Background Color

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

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

This div background color is #947A54.


Border color

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

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

This div border color is #947A54.


Opacity

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

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

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

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

This text has shadow with #947A54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A54 on black background.


Color preview on white background

This text has color #947A54 on white background.



Black color preview on #947A54 background

This text has black color on #947A54 background.


White color preview on #947A54 background

This text has white color on #947A54 background.