COLOR #947431

HEX: #947431
RGB: (148,116,49)

Color info

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

RGB color model

#947431 color RGB value is (148,116,49).

  • red value is 148;
  • green value is 116;
  • blue value is 49.
RGB:
(148,116,49)
(58%,45%,19%)

RGB channels and saturation

R 148 of 255 = 58%
G 116 of 255 = 45%
B 49 of 255 = 19%

148
116
49

R + G + B ~ 41%. #947431 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 116 + 49 = 313 (100%)
R 148 of 313 ~ 47.28%
G 116 of 313 ~ 37.06%
B 49 of 313 ~ 15.65%

%47.28
%37.06
%15.65

CMYK color model

#947431 color CMYK value is (0,22,67,42).

  • cyan value is 0.00%
  • magenta value is 21.62%
  • yellow value is 66.89%
  • key color value is 41.96%
CMYK:
(0,22,67,42)
C0M22Y67K42 
(0%,22%,67%,42%)
(0.00/0.22/0.67/0.42)	

CMYK percentages

%0
%21.62
%66.89
%41.96

Codes

Color #947431 in popluar color models

947431
RGB14811649
HSL41°50.25%38.63%
HSB/HSV41°66.89%58.04%
CMYK0.00%21.62%66.89%
41.96%

Color #947431 in popluar number systems.

HEX947431
Decimal14811649
Binary100101001110100110001
Octal22416461

Shades and tints

Shades of #947431

#947431
(148,116,49)
#876A2D
(135,106,45)
#7A6029
(122,96,41)
#6D5625
(109,86,37)
#604C21
(96,76,33)
#53421D
(83,66,29)
#463819
(70,56,25)
#392E15
(57,46,21)
#2C2411
(44,36,17)
#1F1A0D
(31,26,13)
#121009
(18,16,9)
#000000
(0,0,0)

Tints of #947431

#947431
(148,116,49)
#9D8043
(157,128,67)
#A68C55
(166,140,85)
#AF9867
(175,152,103)
#B8A479
(184,164,121)
#C1B08B
(193,176,139)
#CABC9D
(202,188,157)
#D3C8AF
(211,200,175)
#DCD4C1
(220,212,193)
#E5E0D3
(229,224,211)
#EEECE5
(238,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947431 color. Also use rgb(148,116,49) instead hex code.

Text Font Color

.myTextColor { color: #947431; }

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

This text font color is #947431.


Background Color

.myBgColor { background-color: #947431; }

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

This div background color is #947431.


Border color

.myBorderColor { border: 1px solid #947431; }

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

This div border color is #947431.


Opacity

.myOpacity80 { color: #947431; opacity: 0.8; }

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

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

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

This text has shadow with #947431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947431 on black background.


Color preview on white background

This text has color #947431 on white background.



Black color preview on #947431 background

This text has black color on #947431 background.


White color preview on #947431 background

This text has white color on #947431 background.