COLOR #317E3B

HEX: #317E3B RGB: (49,126,59)

Color info

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

RGB color model

#317E3B color RGB value is (49,126,59).

RGB: (49,126,59) (19%, 49%, 23%)

RGB channels and saturation

R 49 of 255 = 19%
G 126 of 255 = 49%
B 59 of 255 = 23%

49
126
59

R + G + B ~ 30%. #317E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 126 + 59 = 234 (100%)
R 49 of 234 ~ 20.94%
G 126 of 234 ~ 53.85%
B 59 of 234 ~ 25.21'%

%20.94
%53.85
%25.21

CMYK color model

#317E3B color CMYK value is (61,0,53,51).

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

CMYK: (61,0,53,51)
C61M0Y53K51 (61%, 0%, 53%, 51%)
(0.61 / 0.00 / 0.53 / 0.51)

CMYK percentages

%61.11
%0
%53.17
%50.59

Codes

Color #317E3B in popluar color models

31 7E 3B
RGB 49 126 59
HSL 128° 44.00% 34.31%
HSB/HSV 128° 61.11% 49.41%
CMYK 61.11% 0.00% 53.17%
50.59%

Color #317E3B in popluar number systems.

HEX 31 7E 3B
Decimal 49 126 59
Binary 110001 1111110 111011
Octal 61 176 73

Shades and tints

Shades of #317E3B

#317E3B
(49,126,59)
#2D7336
(45,115,54)
#296831
(41,104,49)
#255D2C
(37,93,44)
#215227
(33,82,39)
#1D4722
(29,71,34)
#193C1D
(25,60,29)
#153118
(21,49,24)
#112613
(17,38,19)
#0D1B0E
(13,27,14)
#091009
(9,16,9)
#000000
(0,0,0)

Tints of #317E3B

#317E3B
(49,126,59)
#43894C
(67,137,76)
#55945D
(85,148,93)
#679F6E
(103,159,110)
#79AA7F
(121,170,127)
#8BB590
(139,181,144)
#9DC0A1
(157,192,161)
#AFCBB2
(175,203,178)
#C1D6C3
(193,214,195)
#D3E1D4
(211,225,212)
#E5ECE5
(229,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317E3B; }

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

This text font color is #317E3B.

Background Color

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

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

This div background color is #317E3B.

Border color

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

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

This div border color is #317E3B.

Opacity

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

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

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

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

This text has shadow with #317E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317E3B.

Preview

Color preview on black background

This text has color #317E3B on black background.


Color preview on white background

This text has color #317E3B on white background.


Black color preview on #317E3B background

This text has black color on #317E3B background.


White color preview on #317E3B background

This text has white color on #317E3B background.


Related colors

Complementary color

Complementary color for #hex is #CE81C4.


I love getcolorcode.com

Triadic colors

1 #3B317E and #7E3B31 with #317E3B are triadic colors.

2 #3B7E31 and #7E313B with #317E3B are triadic colors.