COLOR #317D1A

HEX: #317D1A
RGB: (49,125,26)

Color info

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

RGB color model

#317D1A color RGB value is (49,125,26).

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

RGB channels and saturation

R 49 of 255 = 19%
G 125 of 255 = 49%
B 26 of 255 = 10%

49
125
26

R + G + B ~ 26%. #317D1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 125 + 26 = 200 (100%)
R 49 of 200 ~ 24.5%
G 125 of 200 ~ 62.5%
B 26 of 200 ~ 13%

%24.5
%62.5
%13

CMYK color model

#317D1A color CMYK value is (61,0,79,51).

  • cyan value is 60.80%
  • magenta value is 0.00%
  • yellow value is 79.20%
  • key color value is 50.98%
CMYK:
(61,0,79,51)
C61M0Y79K51 
(61%,0%,79%,51%)
(0.61/0.00/0.79/0.51)	

CMYK percentages

%60.8
%0
%79.2
%50.98

Codes

Color #317D1A in popluar color models

317D1A
RGB4912526
HSL106°65.56%29.61%
HSB/HSV106°79.20%49.02%
CMYK60.80%0.00%79.20%
50.98%

Color #317D1A in popluar number systems.

HEX317D1A
Decimal4912526
Binary110001111110111010
Octal6117532

Shades and tints

Shades of #317D1A

#317D1A
(49,125,26)
#2D7218
(45,114,24)
#296716
(41,103,22)
#255C14
(37,92,20)
#215112
(33,81,18)
#1D4610
(29,70,16)
#193B0E
(25,59,14)
#15300C
(21,48,12)
#11250A
(17,37,10)
#0D1A08
(13,26,8)
#090F06
(9,15,6)
#000000
(0,0,0)

Tints of #317D1A

#317D1A
(49,125,26)
#43882E
(67,136,46)
#559342
(85,147,66)
#679E56
(103,158,86)
#79A96A
(121,169,106)
#8BB47E
(139,180,126)
#9DBF92
(157,191,146)
#AFCAA6
(175,202,166)
#C1D5BA
(193,213,186)
#D3E0CE
(211,224,206)
#E5EBE2
(229,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317D1A; }

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

This text font color is #317D1A.


Background Color

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

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

This div background color is #317D1A.


Border color

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

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

This div border color is #317D1A.


Opacity

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

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

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

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

This text has shadow with #317D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317D1A on black background.


Color preview on white background

This text has color #317D1A on white background.



Black color preview on #317D1A background

This text has black color on #317D1A background.


White color preview on #317D1A background

This text has white color on #317D1A background.