COLOR #317E3C

HEX: #317E3C RGB: (49,126,60)

Color info

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

RGB color model

#317E3C color RGB value is (49,126,60).

RGB: (49,126,60) (19%, 49%, 24%)

RGB channels and saturation

R 49 of 255 = 19%
G 126 of 255 = 49%
B 60 of 255 = 24%

49
126
60

R + G + B ~ 31%. #317E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 126 + 60 = 235 (100%)
R 49 of 235 ~ 20.85%
G 126 of 235 ~ 53.62%
B 60 of 235 ~ 25.53'%

%20.85
%53.62
%25.53

CMYK color model

#317E3C color CMYK value is (61,0,52,51).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 50.59%

CMYK: (61,0,52,51)
C61M0Y52K51 (61%, 0%, 52%, 51%)
(0.61 / 0.00 / 0.52 / 0.51)

CMYK percentages

%61.11
%0
%52.38
%50.59

Codes

Color #317E3C in popluar color models

31 7E 3C
RGB 49 126 60
HSL 129° 44.00% 34.31%
HSB/HSV 129° 61.11% 49.41%
CMYK 61.11% 0.00% 52.38%
50.59%

Color #317E3C in popluar number systems.

HEX 31 7E 3C
Decimal 49 126 60
Binary 110001 1111110 111100
Octal 61 176 74

Shades and tints

Shades of #317E3C

#317E3C
(49,126,60)
#2D7337
(45,115,55)
#296832
(41,104,50)
#255D2D
(37,93,45)
#215228
(33,82,40)
#1D4723
(29,71,35)
#193C1E
(25,60,30)
#153119
(21,49,25)
#112614
(17,38,20)
#0D1B0F
(13,27,15)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #317E3C

#317E3C
(49,126,60)
#43894D
(67,137,77)
#55945E
(85,148,94)
#679F6F
(103,159,111)
#79AA80
(121,170,128)
#8BB591
(139,181,145)
#9DC0A2
(157,192,162)
#AFCBB3
(175,203,179)
#C1D6C4
(193,214,196)
#D3E1D5
(211,225,213)
#E5ECE6
(229,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317E3C color. Also use rgb(49,126,60) instead hex code.

Text Font Color

.myTextColor { color: #317E3C; }

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

This text font color is #317E3C.

Background Color

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

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

This div background color is #317E3C.

Border color

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

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

This div border color is #317E3C.

Opacity

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

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

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

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

This text has shadow with #317E3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317E3C.

Preview

Color preview on black background

This text has color #317E3C on black background.


Color preview on white background

This text has color #317E3C on white background.


Black color preview on #317E3C background

This text has black color on #317E3C background.


White color preview on #317E3C background

This text has white color on #317E3C background.


Related colors

Complementary color

Complementary color for #hex is #CE81C3.


I love getcolorcode.com

Triadic colors

1 #3C317E and #7E3C31 with #317E3C are triadic colors.

2 #3C7E31 and #7E313C with #317E3C are triadic colors.