COLOR #947317

HEX: #947317
RGB: (148,115,23)

Color info

#947317 contains mainly red and green colors. Web safe color of #947317 is #996600 (or #960).

RGB color model

#947317 color RGB value is (148,115,23).

  • red value is 148;
  • green value is 115;
  • blue value is 23.
RGB:
(148,115,23)
(58%,45%,9%)

RGB channels and saturation

R 148 of 255 = 58%
G 115 of 255 = 45%
B 23 of 255 = 9%

148
115
23

R + G + B ~ 37%. #947317 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 115 + 23 = 286 (100%)
R 148 of 286 ~ 51.75%
G 115 of 286 ~ 40.21%
B 23 of 286 ~ 8.04%

%51.75
%40.21

CMYK color model

#947317 color CMYK value is (0,22,84,42).

  • cyan value is 0.00%
  • magenta value is 22.30%
  • yellow value is 84.46%
  • key color value is 41.96%
CMYK:
(0,22,84,42)
C0M22Y84K42 
(0%,22%,84%,42%)
(0.00/0.22/0.84/0.42)	

CMYK percentages

%0
%22.3
%84.46
%41.96

Codes

Color #947317 in popluar color models

947317
RGB14811523
HSL44°73.10%33.53%
HSB/HSV44°84.46%58.04%
CMYK0.00%22.30%84.46%
41.96%

Color #947317 in popluar number systems.

HEX947317
Decimal14811523
Binary10010100111001110111
Octal22416327

Shades and tints

Shades of #947317

#947317
(148,115,23)
#876915
(135,105,21)
#7A5F13
(122,95,19)
#6D5511
(109,85,17)
#604B0F
(96,75,15)
#53410D
(83,65,13)
#46370B
(70,55,11)
#392D09
(57,45,9)
#2C2307
(44,35,7)
#1F1905
(31,25,5)
#120F03
(18,15,3)
#000000
(0,0,0)

Tints of #947317

#947317
(148,115,23)
#9D7F2C
(157,127,44)
#A68B41
(166,139,65)
#AF9756
(175,151,86)
#B8A36B
(184,163,107)
#C1AF80
(193,175,128)
#CABB95
(202,187,149)
#D3C7AA
(211,199,170)
#DCD3BF
(220,211,191)
#E5DFD4
(229,223,212)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947317 color. Also use rgb(148,115,23) instead hex code.

Text Font Color

.myTextColor { color: #947317; }

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

This text font color is #947317.


Background Color

.myBgColor { background-color: #947317; }

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

This div background color is #947317.


Border color

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

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

This div border color is #947317.


Opacity

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

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

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

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

This text has shadow with #947317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947317 on black background.


Color preview on white background

This text has color #947317 on white background.



Black color preview on #947317 background

This text has black color on #947317 background.


White color preview on #947317 background

This text has white color on #947317 background.