COLOR #317A5F

HEX: #317A5F RGB: (49,122,95)

Color info

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

RGB color model

#317A5F color RGB value is (49,122,95).

RGB: (49,122,95) (19%, 48%, 37%)

RGB channels and saturation

R 49 of 255 = 19%
G 122 of 255 = 48%
B 95 of 255 = 37%

49
122
95

R + G + B ~ 35%. #317A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 122 + 95 = 266 (100%)
R 49 of 266 ~ 18.42%
G 122 of 266 ~ 45.86%
B 95 of 266 ~ 35.71'%

%18.42
%45.86
%35.71

CMYK color model

#317A5F color CMYK value is (60,0,22,52).

  • cyan value is 59.84%
  • magenta value is 0.00%
  • yellow value is 22.13%
  • key color value is 52.16%

CMYK: (60,0,22,52)
C60M0Y22K52 (60%, 0%, 22%, 52%)
(0.60 / 0.00 / 0.22 / 0.52)

CMYK percentages

%59.84
%0
%22.13
%52.16

Codes

Color #317A5F in popluar color models

31 7A 5F
RGB 49 122 95
HSL 158° 42.69% 33.53%
HSB/HSV 158° 59.84% 47.84%
CMYK 59.84% 0.00% 22.13%
52.16%

Color #317A5F in popluar number systems.

HEX 31 7A 5F
Decimal 49 122 95
Binary 110001 1111010 1011111
Octal 61 172 137

Shades and tints

Shades of #317A5F

#317A5F
(49,122,95)
#2D6F57
(45,111,87)
#29644F
(41,100,79)
#255947
(37,89,71)
#214E3F
(33,78,63)
#1D4337
(29,67,55)
#19382F
(25,56,47)
#152D27
(21,45,39)
#11221F
(17,34,31)
#0D1717
(13,23,23)
#090C0F
(9,12,15)
#000000
(0,0,0)

Tints of #317A5F

#317A5F
(49,122,95)
#43866D
(67,134,109)
#55927B
(85,146,123)
#679E89
(103,158,137)
#79AA97
(121,170,151)
#8BB6A5
(139,182,165)
#9DC2B3
(157,194,179)
#AFCEC1
(175,206,193)
#C1DACF
(193,218,207)
#D3E6DD
(211,230,221)
#E5F2EB
(229,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317A5F color. Also use rgb(49,122,95) instead hex code.

Text Font Color

.myTextColor { color: #317A5F; }

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

This text font color is #317A5F.

Background Color

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

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

This div background color is #317A5F.

Border color

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

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

This div border color is #317A5F.

Opacity

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

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

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

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

This text has shadow with #317A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317A5F.

Preview

Color preview on black background

This text has color #317A5F on black background.


Color preview on white background

This text has color #317A5F on white background.


Black color preview on #317A5F background

This text has black color on #317A5F background.


White color preview on #317A5F background

This text has white color on #317A5F background.


Related colors

Complementary color

Complementary color for #hex is #CE85A0.


I love getcolorcode.com

Triadic colors

1 #5F317A and #7A5F31 with #317A5F are triadic colors.

2 #5F7A31 and #7A315F with #317A5F are triadic colors.