COLOR #3D5968

HEX: #3D5968 RGB: (61,89,104)

Color info

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

RGB color model

#3D5968 color RGB value is (61,89,104).

RGB: (61,89,104) (24%, 35%, 41%)

RGB channels and saturation

R 61 of 255 = 24%
G 89 of 255 = 35%
B 104 of 255 = 41%

61
89
104

R + G + B ~ 33%. #3D5968 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 89 + 104 = 254 (100%)
R 61 of 254 ~ 24.02%
G 89 of 254 ~ 35.04%
B 104 of 254 ~ 40.94'%

%24.02
%35.04
%40.94

CMYK color model

#3D5968 color CMYK value is (41,14,0,59).

  • cyan value is 41.35%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK: (41,14,0,59) C41M14Y0K59 (41%,14%,0%,59%) (0.41/0.14/0.00/0.59) 

CMYK percentages

%41.35
%14.42
%0
%59.22

Codes

Color #3D5968 in popluar color models

3D 59 68
RGB 61 89 104
HSL 201° 26.06% 32.35%
HSB/HSV 201° 41.35% 40.78%
CMYK 41.35% 14.42% 0.00%
59.22%

Color #3D5968 in popluar number systems.

HEX 3D 59 68
Decimal 61 89 104
Binary 111101 1011001 1101000
Octal 75 131 150

Shades and tints

Shades of #3D5968

#3D5968
(61,89,104)
#38515F
(56,81,95)
#334956
(51,73,86)
#2E414D
(46,65,77)
#293944
(41,57,68)
#24313B
(36,49,59)
#1F2932
(31,41,50)
#1A2129
(26,33,41)
#151920
(21,25,32)
#101117
(16,17,23)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #3D5968

#3D5968
(61,89,104)
#4E6875
(78,104,117)
#5F7782
(95,119,130)
#70868F
(112,134,143)
#81959C
(129,149,156)
#92A4A9
(146,164,169)
#A3B3B6
(163,179,182)
#B4C2C3
(180,194,195)
#C5D1D0
(197,209,208)
#D6E0DD
(214,224,221)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D5968 color. Also use rgb(61,89,104) instead hex code.

Text Font Color

.myTextColor { color: #3D5968; }

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

This text font color is #3D5968.

Background Color

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

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

This div background color is #3D5968.

Border color

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

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

This div border color is #3D5968.

Opacity

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

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

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

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

This text has shadow with #3D5968 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D5968.

Preview

Color preview on black background

This text has color #3D5968 on black background.


Color preview on white background

This text has color #3D5968 on white background.


Black color preview on #3D5968 background

This text has black color on #3D5968 background.


White color preview on #3D5968 background

This text has white color on #3D5968 background.


Related colors

Complementary color

Complementary color for #hex is #C2A697.


I love getcolorcode.com

Triadic colors

1 #683D59 and #59683D with #3D5968 are triadic colors.

2 #68593D and #593D68 with #3D5968 are triadic colors.