COLOR #317D2E

HEX: #317D2E
RGB: (49,125,46)

Color info

#317D2E contains mainly green color. Web safe color of #317D2E is #336633 (or #363).

RGB color model

#317D2E color RGB value is (49,125,46).

  • red value is 49;
  • green value is 125;
  • blue value is 46.
RGB:
(49,125,46)
(19%,49%,18%)

RGB channels and saturation

R 49 of 255 = 19%
G 125 of 255 = 49%
B 46 of 255 = 18%

49
125
46

R + G + B ~ 29%. #317D2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 125 + 46 = 220 (100%)
R 49 of 220 ~ 22.27%
G 125 of 220 ~ 56.82%
B 46 of 220 ~ 20.91%

%22.27
%56.82
%20.91

CMYK color model

#317D2E color CMYK value is (61,0,63,51).

  • cyan value is 60.80%
  • magenta value is 0.00%
  • yellow value is 63.20%
  • key color value is 50.98%
CMYK:
(61,0,63,51)
C61M0Y63K51 
(61%,0%,63%,51%)
(0.61/0.00/0.63/0.51)	

CMYK percentages

%60.8
%0
%63.2
%50.98

Codes

Color #317D2E in popluar color models

317D2E
RGB4912546
HSL118°46.20%33.53%
HSB/HSV118°63.20%49.02%
CMYK60.80%0.00%63.20%
50.98%

Color #317D2E in popluar number systems.

HEX317D2E
Decimal4912546
Binary1100011111101101110
Octal6117556

Shades and tints

Shades of #317D2E

#317D2E
(49,125,46)
#2D722A
(45,114,42)
#296726
(41,103,38)
#255C22
(37,92,34)
#21511E
(33,81,30)
#1D461A
(29,70,26)
#193B16
(25,59,22)
#153012
(21,48,18)
#11250E
(17,37,14)
#0D1A0A
(13,26,10)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #317D2E

#317D2E
(49,125,46)
#438841
(67,136,65)
#559354
(85,147,84)
#679E67
(103,158,103)
#79A97A
(121,169,122)
#8BB48D
(139,180,141)
#9DBFA0
(157,191,160)
#AFCAB3
(175,202,179)
#C1D5C6
(193,213,198)
#D3E0D9
(211,224,217)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317D2E color. Also use rgb(49,125,46) instead hex code.

Text Font Color

.myTextColor { color: #317D2E; }

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

This text font color is #317D2E.


Background Color

.myBgColor { background-color: #317D2E; }

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

This div background color is #317D2E.


Border color

.myBorderColor { border: 1px solid #317D2E; }

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

This div border color is #317D2E.


Opacity

.myOpacity80 { color: #317D2E; opacity: 0.8; }

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

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

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

This text has shadow with #317D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317D2E on black background.


Color preview on white background

This text has color #317D2E on white background.



Black color preview on #317D2E background

This text has black color on #317D2E background.


White color preview on #317D2E background

This text has white color on #317D2E background.