COLOR #947A36

HEX: #947A36 RGB: (148,122,54)

Color info

#947A36 contains mainly red and green colors. Web safe color of #947A36 is #996633 (or #963).

RGB color model

#947A36 color RGB value is (148,122,54).

RGB: (148,122,54) (58%, 48%, 21%)

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 54 of 255 = 21%

148
122
54

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

Portions of RGB colors in percentages

R + G + B = 148 + 122 + 54 = 324 (100%)
R 148 of 324 ~ 45.68%
G 122 of 324 ~ 37.65%
B 54 of 324 ~ 16.67'%

%45.68
%37.65
%16.67

CMYK color model

#947A36 color CMYK value is (0,18,64,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 63.51%
  • key color value is 41.96%

CMYK: (0,18,64,42)
C0M18Y64K42 (0%, 18%, 64%, 42%)
(0.00 / 0.18 / 0.64 / 0.42)

CMYK percentages

%0
%17.57
%63.51
%41.96

Codes

Color #947A36 in popluar color models

94 7A 36
RGB 148 122 54
HSL 43° 46.53% 39.61%
HSB/HSV 43° 63.51% 58.04%
CMYK 0.00% 17.57% 63.51%
41.96%

Color #947A36 in popluar number systems.

HEX 94 7A 36
Decimal 148 122 54
Binary 10010100 1111010 110110
Octal 224 172 66

Shades and tints

Shades of #947A36

#947A36
(148,122,54)
#876F32
(135,111,50)
#7A642E
(122,100,46)
#6D592A
(109,89,42)
#604E26
(96,78,38)
#534322
(83,67,34)
#46381E
(70,56,30)
#392D1A
(57,45,26)
#2C2216
(44,34,22)
#1F1712
(31,23,18)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #947A36

#947A36
(148,122,54)
#9D8648
(157,134,72)
#A6925A
(166,146,90)
#AF9E6C
(175,158,108)
#B8AA7E
(184,170,126)
#C1B690
(193,182,144)
#CAC2A2
(202,194,162)
#D3CEB4
(211,206,180)
#DCDAC6
(220,218,198)
#E5E6D8
(229,230,216)
#EEF2EA
(238,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A36; }

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

This text font color is #947A36.

Background Color

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

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

This div background color is #947A36.

Border color

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

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

This div border color is #947A36.

Opacity

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

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

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

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

This text has shadow with #947A36 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947A36.

Preview

Color preview on black background

This text has color #947A36 on black background.


Color preview on white background

This text has color #947A36 on white background.


Black color preview on #947A36 background

This text has black color on #947A36 background.


White color preview on #947A36 background

This text has white color on #947A36 background.


Related colors

Complementary color

Complementary color for #hex is #6B85C9.


I love getcolorcode.com

Triadic colors

1 #36947A and #7A3694 with #947A36 are triadic colors.

2 #367A94 and #7A9436 with #947A36 are triadic colors.