COLOR #3D5862

HEX: #3D5862 RGB: (61,88,98)

Color info

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

RGB color model

#3D5862 color RGB value is (61,88,98).

RGB: (61,88,98) (24%, 35%, 38%)

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 98 of 255 = 38%

61
88
98

R + G + B ~ 32%. #3D5862 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 88 + 98 = 247 (100%)
R 61 of 247 ~ 24.7%
G 88 of 247 ~ 35.63%
B 98 of 247 ~ 39.68'%

%24.7
%35.63
%39.68

CMYK color model

#3D5862 color CMYK value is (38,10,0,62).

  • cyan value is 37.76%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (38,10,0,62)
C38M10Y0K62 (38%, 10%, 0%, 62%)
(0.38 / 0.10 / 0.00 / 0.62)

CMYK percentages

%37.76
%10.2
%0
%61.57

Codes

Color #3D5862 in popluar color models

3D 58 62
RGB 61 88 98
HSL 196° 23.27% 31.18%
HSB/HSV 196° 37.76% 38.43%
CMYK 37.76% 10.20% 0.00%
61.57%

Color #3D5862 in popluar number systems.

HEX 3D 58 62
Decimal 61 88 98
Binary 111101 1011000 1100010
Octal 75 130 142

Shades and tints

Shades of #3D5862

#3D5862
(61,88,98)
#38505A
(56,80,90)
#334852
(51,72,82)
#2E404A
(46,64,74)
#293842
(41,56,66)
#24303A
(36,48,58)
#1F2832
(31,40,50)
#1A202A
(26,32,42)
#151822
(21,24,34)
#10101A
(16,16,26)
#0B0812
(11,8,18)
#000000
(0,0,0)

Tints of #3D5862

#3D5862
(61,88,98)
#4E6770
(78,103,112)
#5F767E
(95,118,126)
#70858C
(112,133,140)
#81949A
(129,148,154)
#92A3A8
(146,163,168)
#A3B2B6
(163,178,182)
#B4C1C4
(180,193,196)
#C5D0D2
(197,208,210)
#D6DFE0
(214,223,224)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5862 color. Also use rgb(61,88,98) instead hex code.

Text Font Color

.myTextColor { color: #3D5862; }

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

This text font color is #3D5862.

Background Color

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

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

This div background color is #3D5862.

Border color

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

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

This div border color is #3D5862.

Opacity

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

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

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

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

This text has shadow with #3D5862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5862.

Preview

Color preview on black background

This text has color #3D5862 on black background.


Color preview on white background

This text has color #3D5862 on white background.


Black color preview on #3D5862 background

This text has black color on #3D5862 background.


White color preview on #3D5862 background

This text has white color on #3D5862 background.


Related colors

Complementary color

Complementary color for #hex is #C2A79D.


I love getcolorcode.com

Triadic colors

1 #623D58 and #58623D with #3D5862 are triadic colors.

2 #62583D and #583D62 with #3D5862 are triadic colors.