COLOR #317037

HEX: #317037
RGB: (49,112,55)

Color info

#317037 contains mainly green and blue colors. Web safe color of #317037 is #336633 (or #363).

RGB color model

#317037 color RGB value is (49,112,55).

  • red value is 49;
  • green value is 112;
  • blue value is 55.
RGB:
(49,112,55)
(19%,44%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 112 of 255 = 44%
B 55 of 255 = 22%

49
112
55

R + G + B ~ 28%. #317037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 112 + 55 = 216 (100%)
R 49 of 216 ~ 22.69%
G 112 of 216 ~ 51.85%
B 55 of 216 ~ 25.46%

%22.69
%51.85
%25.46

CMYK color model

#317037 color CMYK value is (56,0,51,56).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 50.89%
  • key color value is 56.08%
CMYK:
(56,0,51,56)
C56M0Y51K56 
(56%,0%,51%,56%)
(0.56/0.00/0.51/0.56)	

CMYK percentages

%56.25
%0
%50.89
%56.08

Codes

Color #317037 in popluar color models

317037
RGB4911255
HSL126°39.13%31.57%
HSB/HSV126°56.25%43.92%
CMYK56.25%0.00%50.89%
56.08%

Color #317037 in popluar number systems.

HEX317037
Decimal4911255
Binary1100011110000110111
Octal6116067

Shades and tints

Shades of #317037

#317037
(49,112,55)
#2D6632
(45,102,50)
#295C2D
(41,92,45)
#255228
(37,82,40)
#214823
(33,72,35)
#1D3E1E
(29,62,30)
#193419
(25,52,25)
#152A14
(21,42,20)
#11200F
(17,32,15)
#0D160A
(13,22,10)
#090C05
(9,12,5)
#000000
(0,0,0)

Tints of #317037

#317037
(49,112,55)
#437D49
(67,125,73)
#558A5B
(85,138,91)
#67976D
(103,151,109)
#79A47F
(121,164,127)
#8BB191
(139,177,145)
#9DBEA3
(157,190,163)
#AFCBB5
(175,203,181)
#C1D8C7
(193,216,199)
#D3E5D9
(211,229,217)
#E5F2EB
(229,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317037 color. Also use rgb(49,112,55) instead hex code.

Text Font Color

.myTextColor { color: #317037; }

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

This text font color is #317037.


Background Color

.myBgColor { background-color: #317037; }

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

This div background color is #317037.


Border color

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

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

This div border color is #317037.


Opacity

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

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

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

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

This text has shadow with #317037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317037 on black background.


Color preview on white background

This text has color #317037 on white background.



Black color preview on #317037 background

This text has black color on #317037 background.


White color preview on #317037 background

This text has white color on #317037 background.