COLOR #317811

HEX: #317811
RGB: (49,120,17)

Color info

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

RGB color model

#317811 color RGB value is (49,120,17).

  • red value is 49;
  • green value is 120;
  • blue value is 17.
RGB:
(49,120,17)
(19%,47%,7%)

RGB channels and saturation

R 49 of 255 = 19%
G 120 of 255 = 47%
B 17 of 255 = 7%

49
120
17

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

Portions of RGB colors in percentages

R + G + B =
49 + 120 + 17 = 186 (100%)
R 49 of 186 ~ 26.34%
G 120 of 186 ~ 64.52%
B 17 of 186 ~ 9.14%

%26.34
%64.52

CMYK color model

#317811 color CMYK value is (59,0,86,53).

  • cyan value is 59.17%
  • magenta value is 0.00%
  • yellow value is 85.83%
  • key color value is 52.94%
CMYK:
(59,0,86,53)
C59M0Y86K53 
(59%,0%,86%,53%)
(0.59/0.00/0.86/0.53)	

CMYK percentages

%59.17
%0
%85.83
%52.94

Codes

Color #317811 in popluar color models

317811
RGB4912017
HSL101°75.18%26.86%
HSB/HSV101°85.83%47.06%
CMYK59.17%0.00%85.83%
52.94%

Color #317811 in popluar number systems.

HEX317811
Decimal4912017
Binary110001111100010001
Octal6117021

Shades and tints

Shades of #317811

#317811
(49,120,17)
#2D6E10
(45,110,16)
#29640F
(41,100,15)
#255A0E
(37,90,14)
#21500D
(33,80,13)
#1D460C
(29,70,12)
#193C0B
(25,60,11)
#15320A
(21,50,10)
#112809
(17,40,9)
#0D1E08
(13,30,8)
#091407
(9,20,7)
#000000
(0,0,0)

Tints of #317811

#317811
(49,120,17)
#438426
(67,132,38)
#55903B
(85,144,59)
#679C50
(103,156,80)
#79A865
(121,168,101)
#8BB47A
(139,180,122)
#9DC08F
(157,192,143)
#AFCCA4
(175,204,164)
#C1D8B9
(193,216,185)
#D3E4CE
(211,228,206)
#E5F0E3
(229,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317811 color. Also use rgb(49,120,17) instead hex code.

Text Font Color

.myTextColor { color: #317811; }

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

This text font color is #317811.


Background Color

.myBgColor { background-color: #317811; }

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

This div background color is #317811.


Border color

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

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

This div border color is #317811.


Opacity

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

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

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

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

This text has shadow with #317811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317811 on black background.


Color preview on white background

This text has color #317811 on white background.



Black color preview on #317811 background

This text has black color on #317811 background.


White color preview on #317811 background

This text has white color on #317811 background.