COLOR #947C1D

HEX: #947C1D
RGB: (148,124,29)

Color info

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

RGB color model

#947C1D color RGB value is (148,124,29).

  • red value is 148;
  • green value is 124;
  • blue value is 29.
RGB:
(148,124,29)
(58%,49%,11%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 29 of 255 = 11%

148
124
29

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

Portions of RGB colors in percentages

R + G + B =
148 + 124 + 29 = 301 (100%)
R 148 of 301 ~ 49.17%
G 124 of 301 ~ 41.2%
B 29 of 301 ~ 9.63%

%49.17
%41.2
%9.63

CMYK color model

#947C1D color CMYK value is (0,16,80,42).

  • cyan value is 0.00%
  • magenta value is 16.22%
  • yellow value is 80.41%
  • key color value is 41.96%
CMYK:
(0,16,80,42)
C0M16Y80K42 
(0%,16%,80%,42%)
(0.00/0.16/0.80/0.42)	

CMYK percentages

%0
%16.22
%80.41
%41.96

Codes

Color #947C1D in popluar color models

947C1D
RGB14812429
HSL48°67.23%34.71%
HSB/HSV48°80.41%58.04%
CMYK0.00%16.22%80.41%
41.96%

Color #947C1D in popluar number systems.

HEX947C1D
Decimal14812429
Binary10010100111110011101
Octal22417435

Shades and tints

Shades of #947C1D

#947C1D
(148,124,29)
#87711B
(135,113,27)
#7A6619
(122,102,25)
#6D5B17
(109,91,23)
#605015
(96,80,21)
#534513
(83,69,19)
#463A11
(70,58,17)
#392F0F
(57,47,15)
#2C240D
(44,36,13)
#1F190B
(31,25,11)
#120E09
(18,14,9)
#000000
(0,0,0)

Tints of #947C1D

#947C1D
(148,124,29)
#9D8731
(157,135,49)
#A69245
(166,146,69)
#AF9D59
(175,157,89)
#B8A86D
(184,168,109)
#C1B381
(193,179,129)
#CABE95
(202,190,149)
#D3C9A9
(211,201,169)
#DCD4BD
(220,212,189)
#E5DFD1
(229,223,209)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947C1D color. Also use rgb(148,124,29) instead hex code.

Text Font Color

.myTextColor { color: #947C1D; }

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

This text font color is #947C1D.


Background Color

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

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

This div background color is #947C1D.


Border color

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

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

This div border color is #947C1D.


Opacity

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

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

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

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

This text has shadow with #947C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947C1D on black background.


Color preview on white background

This text has color #947C1D on white background.



Black color preview on #947C1D background

This text has black color on #947C1D background.


White color preview on #947C1D background

This text has white color on #947C1D background.