COLOR #317414

HEX: #317414
RGB: (49,116,20)

Color info

#317414 contains mainly green color. Web safe color of #317414 is #336600 (or #360).

RGB color model

#317414 color RGB value is (49,116,20).

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

RGB channels and saturation

R 49 of 255 = 19%
G 116 of 255 = 45%
B 20 of 255 = 8%

49
116
20

R + G + B ~ 24%. #317414 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 116 + 20 = 185 (100%)
R 49 of 185 ~ 26.49%
G 116 of 185 ~ 62.7%
B 20 of 185 ~ 10.81%

%26.49
%62.7
%10.81

CMYK color model

#317414 color CMYK value is (58,0,83,55).

  • cyan value is 57.76%
  • magenta value is 0.00%
  • yellow value is 82.76%
  • key color value is 54.51%
CMYK:
(58,0,83,55)
C58M0Y83K55 
(58%,0%,83%,55%)
(0.58/0.00/0.83/0.55)	

CMYK percentages

%57.76
%0
%82.76
%54.51

Codes

Color #317414 in popluar color models

317414
RGB4911620
HSL102°70.59%26.67%
HSB/HSV102°82.76%45.49%
CMYK57.76%0.00%82.76%
54.51%

Color #317414 in popluar number systems.

HEX317414
Decimal4911620
Binary110001111010010100
Octal6116424

Shades and tints

Shades of #317414

#317414
(49,116,20)
#2D6A13
(45,106,19)
#296012
(41,96,18)
#255611
(37,86,17)
#214C10
(33,76,16)
#1D420F
(29,66,15)
#19380E
(25,56,14)
#152E0D
(21,46,13)
#11240C
(17,36,12)
#0D1A0B
(13,26,11)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #317414

#317414
(49,116,20)
#438029
(67,128,41)
#558C3E
(85,140,62)
#679853
(103,152,83)
#79A468
(121,164,104)
#8BB07D
(139,176,125)
#9DBC92
(157,188,146)
#AFC8A7
(175,200,167)
#C1D4BC
(193,212,188)
#D3E0D1
(211,224,209)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317414; }

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

This text font color is #317414.


Background Color

.myBgColor { background-color: #317414; }

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

This div background color is #317414.


Border color

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

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

This div border color is #317414.


Opacity

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

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

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

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

This text has shadow with #317414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317414 on black background.


Color preview on white background

This text has color #317414 on white background.



Black color preview on #317414 background

This text has black color on #317414 background.


White color preview on #317414 background

This text has white color on #317414 background.