COLOR #317D7C

HEX: #317D7C RGB: (49,125,124)

Color info

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

RGB color model

#317D7C color RGB value is (49,125,124).

RGB: (49,125,124) (19%, 49%, 49%)

RGB channels and saturation

R 49 of 255 = 19%
G 125 of 255 = 49%
B 124 of 255 = 49%

49
125
124

R + G + B ~ 39%. #317D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 125 + 124 = 298 (100%)
R 49 of 298 ~ 16.44%
G 125 of 298 ~ 41.95%
B 124 of 298 ~ 41.61'%

%16.44
%41.95
%41.61

CMYK color model

#317D7C color CMYK value is (61,0,1,51).

  • cyan value is 60.80%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%

CMYK: (61,0,1,51)
C61M0Y1K51 (61%, 0%, 1%, 51%)
(0.61 / 0.00 / 0.01 / 0.51)

CMYK percentages

%60.8
%0
%0.8
%50.98

Codes

Color #317D7C in popluar color models

31 7D 7C
RGB 49 125 124
HSL 179° 43.68% 34.12%
HSB/HSV 179° 60.80% 49.02%
CMYK 60.80% 0.00% 0.80%
50.98%

Color #317D7C in popluar number systems.

HEX 31 7D 7C
Decimal 49 125 124
Binary 110001 1111101 1111100
Octal 61 175 174

Shades and tints

Shades of #317D7C

#317D7C
(49,125,124)
#2D7271
(45,114,113)
#296766
(41,103,102)
#255C5B
(37,92,91)
#215150
(33,81,80)
#1D4645
(29,70,69)
#193B3A
(25,59,58)
#15302F
(21,48,47)
#112524
(17,37,36)
#0D1A19
(13,26,25)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #317D7C

#317D7C
(49,125,124)
#438887
(67,136,135)
#559392
(85,147,146)
#679E9D
(103,158,157)
#79A9A8
(121,169,168)
#8BB4B3
(139,180,179)
#9DBFBE
(157,191,190)
#AFCAC9
(175,202,201)
#C1D5D4
(193,213,212)
#D3E0DF
(211,224,223)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317D7C color. Also use rgb(49,125,124) instead hex code.

Text Font Color

.myTextColor { color: #317D7C; }

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

This text font color is #317D7C.

Background Color

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

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

This div background color is #317D7C.

Border color

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

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

This div border color is #317D7C.

Opacity

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

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

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

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

This text has shadow with #317D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317D7C.

Preview

Color preview on black background

This text has color #317D7C on black background.


Color preview on white background

This text has color #317D7C on white background.


Black color preview on #317D7C background

This text has black color on #317D7C background.


White color preview on #317D7C background

This text has white color on #317D7C background.


Related colors

Complementary color

Complementary color for #hex is #CE8283.


I love getcolorcode.com

Triadic colors

1 #7C317D and #7D7C31 with #317D7C are triadic colors.

2 #7C7D31 and #7D317C with #317D7C are triadic colors.