COLOR #317650

HEX: #317650
RGB: (49,118,80)

Color info

#317650 contains mainly green and blue colors. Web safe color of #317650 is #336666 (or #366).

RGB color model

#317650 color RGB value is (49,118,80).

  • red value is 49;
  • green value is 118;
  • blue value is 80.
RGB:
(49,118,80)
(19%,46%,31%)

RGB channels and saturation

R 49 of 255 = 19%
G 118 of 255 = 46%
B 80 of 255 = 31%

49
118
80

R + G + B ~ 32%. #317650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 118 + 80 = 247 (100%)
R 49 of 247 ~ 19.84%
G 118 of 247 ~ 47.77%
B 80 of 247 ~ 32.39%

%19.84
%47.77
%32.39

CMYK color model

#317650 color CMYK value is (58,0,32,54).

  • cyan value is 58.47%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 53.73%
CMYK:
(58,0,32,54)
C58M0Y32K54 
(58%,0%,32%,54%)
(0.58/0.00/0.32/0.54)	

CMYK percentages

%58.47
%0
%32.2
%53.73

Codes

Color #317650 in popluar color models

317650
RGB4911880
HSL147°41.32%32.75%
HSB/HSV147°58.47%46.27%
CMYK58.47%0.00%32.20%
53.73%

Color #317650 in popluar number systems.

HEX317650
Decimal4911880
Binary11000111101101010000
Octal61166120

Shades and tints

Shades of #317650

#317650
(49,118,80)
#2D6C49
(45,108,73)
#296242
(41,98,66)
#25583B
(37,88,59)
#214E34
(33,78,52)
#1D442D
(29,68,45)
#193A26
(25,58,38)
#15301F
(21,48,31)
#112618
(17,38,24)
#0D1C11
(13,28,17)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #317650

#317650
(49,118,80)
#43825F
(67,130,95)
#558E6E
(85,142,110)
#679A7D
(103,154,125)
#79A68C
(121,166,140)
#8BB29B
(139,178,155)
#9DBEAA
(157,190,170)
#AFCAB9
(175,202,185)
#C1D6C8
(193,214,200)
#D3E2D7
(211,226,215)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317650 color. Also use rgb(49,118,80) instead hex code.

Text Font Color

.myTextColor { color: #317650; }

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

This text font color is #317650.


Background Color

.myBgColor { background-color: #317650; }

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

This div background color is #317650.


Border color

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

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

This div border color is #317650.


Opacity

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

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

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

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

This text has shadow with #317650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317650 on black background.


Color preview on white background

This text has color #317650 on white background.



Black color preview on #317650 background

This text has black color on #317650 background.


White color preview on #317650 background

This text has white color on #317650 background.