COLOR #947A1F

HEX: #947A1F
RGB: (148,122,31)

Color info

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

RGB color model

#947A1F color RGB value is (148,122,31).

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

RGB channels and saturation

R 148 of 255 = 58%
G 122 of 255 = 48%
B 31 of 255 = 12%

148
122
31

R + G + B ~ 39%. #947A1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 122 + 31 = 301 (100%)
R 148 of 301 ~ 49.17%
G 122 of 301 ~ 40.53%
B 31 of 301 ~ 10.3%

%49.17
%40.53
%10.3

CMYK color model

#947A1F color CMYK value is (0,18,79,42).

  • cyan value is 0.00%
  • magenta value is 17.57%
  • yellow value is 79.05%
  • key color value is 41.96%
CMYK:
(0,18,79,42)
C0M18Y79K42 
(0%,18%,79%,42%)
(0.00/0.18/0.79/0.42)	

CMYK percentages

%0
%17.57
%79.05
%41.96

Codes

Color #947A1F in popluar color models

947A1F
RGB14812231
HSL47°65.36%35.10%
HSB/HSV47°79.05%58.04%
CMYK0.00%17.57%79.05%
41.96%

Color #947A1F in popluar number systems.

HEX947A1F
Decimal14812231
Binary10010100111101011111
Octal22417237

Shades and tints

Shades of #947A1F

#947A1F
(148,122,31)
#876F1D
(135,111,29)
#7A641B
(122,100,27)
#6D5919
(109,89,25)
#604E17
(96,78,23)
#534315
(83,67,21)
#463813
(70,56,19)
#392D11
(57,45,17)
#2C220F
(44,34,15)
#1F170D
(31,23,13)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #947A1F

#947A1F
(148,122,31)
#9D8633
(157,134,51)
#A69247
(166,146,71)
#AF9E5B
(175,158,91)
#B8AA6F
(184,170,111)
#C1B683
(193,182,131)
#CAC297
(202,194,151)
#D3CEAB
(211,206,171)
#DCDABF
(220,218,191)
#E5E6D3
(229,230,211)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947A1F; }

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

This text font color is #947A1F.


Background Color

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

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

This div background color is #947A1F.


Border color

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

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

This div border color is #947A1F.


Opacity

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

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

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

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

This text has shadow with #947A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947A1F on black background.


Color preview on white background

This text has color #947A1F on white background.



Black color preview on #947A1F background

This text has black color on #947A1F background.


White color preview on #947A1F background

This text has white color on #947A1F background.