COLOR #2D717C

HEX: #2D717C RGB: (45,113,124)

Color info

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

RGB color model

#2D717C color RGB value is (45,113,124).

RGB: (45,113,124) (18%, 44%, 49%)

RGB channels and saturation

R 45 of 255 = 18%
G 113 of 255 = 44%
B 124 of 255 = 49%

45
113
124

R + G + B ~ 37%. #2D717C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 113 + 124 = 282 (100%)
R 45 of 282 ~ 15.96%
G 113 of 282 ~ 40.07%
B 124 of 282 ~ 43.97'%

%15.96
%40.07
%43.97

CMYK color model

#2D717C color CMYK value is (64,9,0,51).

  • cyan value is 63.71%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (64,9,0,51)
C64M9Y0K51 (64%, 9%, 0%, 51%)
(0.64 / 0.09 / 0.00 / 0.51)

CMYK percentages

%63.71
%8.87
%0
%51.37

Codes

Color #2D717C in popluar color models

2D 71 7C
RGB 45 113 124
HSL 188° 46.75% 33.14%
HSB/HSV 188° 63.71% 48.63%
CMYK 63.71% 8.87% 0.00%
51.37%

Color #2D717C in popluar number systems.

HEX 2D 71 7C
Decimal 45 113 124
Binary 101101 1110001 1111100
Octal 55 161 174

Shades and tints

Shades of #2D717C

#2D717C
(45,113,124)
#296771
(41,103,113)
#255D66
(37,93,102)
#21535B
(33,83,91)
#1D4950
(29,73,80)
#193F45
(25,63,69)
#15353A
(21,53,58)
#112B2F
(17,43,47)
#0D2124
(13,33,36)
#091719
(9,23,25)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #2D717C

#2D717C
(45,113,124)
#407D87
(64,125,135)
#538992
(83,137,146)
#66959D
(102,149,157)
#79A1A8
(121,161,168)
#8CADB3
(140,173,179)
#9FB9BE
(159,185,190)
#B2C5C9
(178,197,201)
#C5D1D4
(197,209,212)
#D8DDDF
(216,221,223)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D717C color. Also use rgb(45,113,124) instead hex code.

Text Font Color

.myTextColor { color: #2D717C; }

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

This text font color is #2D717C.

Background Color

.myBgColor { background-color: #2D717C; }

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

This div background color is #2D717C.

Border color

.myBorderColor { border: 1px solid #2D717C; }

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

This div border color is #2D717C.

Opacity

.myOpacity80 { color: #2D717C; opacity: 0.8; }

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

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

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

This text has shadow with #2D717C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D717C.

Preview

Color preview on black background

This text has color #2D717C on black background.


Color preview on white background

This text has color #2D717C on white background.


Black color preview on #2D717C background

This text has black color on #2D717C background.


White color preview on #2D717C background

This text has white color on #2D717C background.


Related colors

Complementary color

Complementary color for #hex is #D28E83.


I love getcolorcode.com

Triadic colors

1 #7C2D71 and #717C2D with #2D717C are triadic colors.

2 #7C712D and #712D7C with #2D717C are triadic colors.