COLOR #3D5C77

HEX: #3D5C77
RGB: (61,92,119)

Color info

#3D5C77 contains red, green and blue colors in about the same proportion. Web safe color of #3D5C77 is #336666 (or #366).

RGB color model

#3D5C77 color RGB value is (61,92,119).

  • red value is 61;
  • green value is 92;
  • blue value is 119.
RGB:
(61,92,119)
(24%,36%,47%)

RGB channels and saturation

R 61 of 255 = 24%
G 92 of 255 = 36%
B 119 of 255 = 47%

61
92
119

R + G + B ~ 36%. #3D5C77 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 92 + 119 = 272 (100%)
R 61 of 272 ~ 22.43%
G 92 of 272 ~ 33.82%
B 119 of 272 ~ 43.75%

%22.43
%33.82
%43.75

CMYK color model

#3D5C77 color CMYK value is (49,23,0,53).

  • cyan value is 48.74%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(49,23,0,53)
C49M23Y0K53 
(49%,23%,0%,53%)
(0.49/0.23/0.00/0.53)	

CMYK percentages

%48.74
%22.69
%0
%53.33

Codes

Color #3D5C77 in popluar color models

3D5C77
RGB6192119
HSL208°32.22%35.29%
HSB/HSV208°48.74%46.67%
CMYK48.74%22.69%0.00%
53.33%

Color #3D5C77 in popluar number systems.

HEX3D5C77
Decimal6192119
Binary11110110111001110111
Octal75134167

Shades and tints

Shades of #3D5C77

#3D5C77
(61,92,119)
#38546D
(56,84,109)
#334C63
(51,76,99)
#2E4459
(46,68,89)
#293C4F
(41,60,79)
#243445
(36,52,69)
#1F2C3B
(31,44,59)
#1A2431
(26,36,49)
#151C27
(21,28,39)
#10141D
(16,20,29)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #3D5C77

#3D5C77
(61,92,119)
#4E6A83
(78,106,131)
#5F788F
(95,120,143)
#70869B
(112,134,155)
#8194A7
(129,148,167)
#92A2B3
(146,162,179)
#A3B0BF
(163,176,191)
#B4BECB
(180,190,203)
#C5CCD7
(197,204,215)
#D6DAE3
(214,218,227)
#E7E8EF
(231,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5C77 color. Also use rgb(61,92,119) instead hex code.

Text Font Color

.myTextColor { color: #3D5C77; }

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

This text font color is #3D5C77.


Background Color

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

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

This div background color is #3D5C77.


Border color

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

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

This div border color is #3D5C77.


Opacity

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

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

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

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

This text has shadow with #3D5C77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D5C77 on black background.


Color preview on white background

This text has color #3D5C77 on white background.



Black color preview on #3D5C77 background

This text has black color on #3D5C77 background.


White color preview on #3D5C77 background

This text has white color on #3D5C77 background.