COLOR #317E5C

HEX: #317E5C RGB: (49,126,92)

Color info

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

RGB color model

#317E5C color RGB value is (49,126,92).

RGB: (49,126,92) (19%, 49%, 36%)

RGB channels and saturation

R 49 of 255 = 19%
G 126 of 255 = 49%
B 92 of 255 = 36%

49
126
92

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

Portions of RGB colors in percentages

R + G + B = 49 + 126 + 92 = 267 (100%)
R 49 of 267 ~ 18.35%
G 126 of 267 ~ 47.19%
B 92 of 267 ~ 34.46'%

%18.35
%47.19
%34.46

CMYK color model

#317E5C color CMYK value is (61,0,27,51).

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

CMYK: (61,0,27,51)
C61M0Y27K51 (61%, 0%, 27%, 51%)
(0.61 / 0.00 / 0.27 / 0.51)

CMYK percentages

%61.11
%0
%26.98
%50.59

Codes

Color #317E5C in popluar color models

31 7E 5C
RGB 49 126 92
HSL 154° 44.00% 34.31%
HSB/HSV 154° 61.11% 49.41%
CMYK 61.11% 0.00% 26.98%
50.59%

Color #317E5C in popluar number systems.

HEX 31 7E 5C
Decimal 49 126 92
Binary 110001 1111110 1011100
Octal 61 176 134

Shades and tints

Shades of #317E5C

#317E5C
(49,126,92)
#2D7354
(45,115,84)
#29684C
(41,104,76)
#255D44
(37,93,68)
#21523C
(33,82,60)
#1D4734
(29,71,52)
#193C2C
(25,60,44)
#153124
(21,49,36)
#11261C
(17,38,28)
#0D1B14
(13,27,20)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #317E5C

#317E5C
(49,126,92)
#43896A
(67,137,106)
#559478
(85,148,120)
#679F86
(103,159,134)
#79AA94
(121,170,148)
#8BB5A2
(139,181,162)
#9DC0B0
(157,192,176)
#AFCBBE
(175,203,190)
#C1D6CC
(193,214,204)
#D3E1DA
(211,225,218)
#E5ECE8
(229,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317E5C; }

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

This text font color is #317E5C.

Background Color

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

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

This div background color is #317E5C.

Border color

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

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

This div border color is #317E5C.

Opacity

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

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

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

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

This text has shadow with #317E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317E5C.

Preview

Color preview on black background

This text has color #317E5C on black background.


Color preview on white background

This text has color #317E5C on white background.


Black color preview on #317E5C background

This text has black color on #317E5C background.


White color preview on #317E5C background

This text has white color on #317E5C background.


Related colors

Complementary color

Complementary color for #hex is #CE81A3.


I love getcolorcode.com

Triadic colors

1 #5C317E and #7E5C31 with #317E5C are triadic colors.

2 #5C7E31 and #7E315C with #317E5C are triadic colors.