COLOR #3D717D

HEX: #3D717D
RGB: (61,113,125)

Color info

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

RGB color model

#3D717D color RGB value is (61,113,125).

  • red value is 61;
  • green value is 113;
  • blue value is 125.
RGB:
(61,113,125)
(24%,44%,49%)

RGB channels and saturation

R 61 of 255 = 24%
G 113 of 255 = 44%
B 125 of 255 = 49%

61
113
125

R + G + B ~ 39%. #3D717D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 113 + 125 = 299 (100%)
R 61 of 299 ~ 20.4%
G 113 of 299 ~ 37.79%
B 125 of 299 ~ 41.81%

%20.4
%37.79
%41.81

CMYK color model

#3D717D color CMYK value is (51,10,0,51).

  • cyan value is 51.20%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(51,10,0,51)
C51M10Y0K51 
(51%,10%,0%,51%)
(0.51/0.10/0.00/0.51)	

CMYK percentages

%51.2
%9.6
%0
%50.98

Codes

Color #3D717D in popluar color models

3D717D
RGB61113125
HSL191°34.41%36.47%
HSB/HSV191°51.20%49.02%
CMYK51.20%9.60%0.00%
50.98%

Color #3D717D in popluar number systems.

HEX3D717D
Decimal61113125
Binary11110111100011111101
Octal75161175

Shades and tints

Shades of #3D717D

#3D717D
(61,113,125)
#386772
(56,103,114)
#335D67
(51,93,103)
#2E535C
(46,83,92)
#294951
(41,73,81)
#243F46
(36,63,70)
#1F353B
(31,53,59)
#1A2B30
(26,43,48)
#152125
(21,33,37)
#10171A
(16,23,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #3D717D

#3D717D
(61,113,125)
#4E7D88
(78,125,136)
#5F8993
(95,137,147)
#70959E
(112,149,158)
#81A1A9
(129,161,169)
#92ADB4
(146,173,180)
#A3B9BF
(163,185,191)
#B4C5CA
(180,197,202)
#C5D1D5
(197,209,213)
#D6DDE0
(214,221,224)
#E7E9EB
(231,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D717D color. Also use rgb(61,113,125) instead hex code.

Text Font Color

.myTextColor { color: #3D717D; }

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

This text font color is #3D717D.


Background Color

.myBgColor { background-color: #3D717D; }

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

This div background color is #3D717D.


Border color

.myBorderColor { border: 1px solid #3D717D; }

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

This div border color is #3D717D.


Opacity

.myOpacity80 { color: #3D717D; opacity: 0.8; }

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

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

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

This text has shadow with #3D717D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D717D on black background.


Color preview on white background

This text has color #3D717D on white background.



Black color preview on #3D717D background

This text has black color on #3D717D background.


White color preview on #3D717D background

This text has white color on #3D717D background.