COLOR #3D616E

HEX: #3D616E RGB: (61,97,110)

Color info

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

RGB color model

#3D616E color RGB value is (61,97,110).

RGB: (61,97,110) (24%, 38%, 43%)

RGB channels and saturation

R 61 of 255 = 24%
G 97 of 255 = 38%
B 110 of 255 = 43%

61
97
110

R + G + B ~ 35%. #3D616E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 97 + 110 = 268 (100%)
R 61 of 268 ~ 22.76%
G 97 of 268 ~ 36.19%
B 110 of 268 ~ 41.04'%

%22.76
%36.19
%41.04

CMYK color model

#3D616E color CMYK value is (45,12,0,57).

  • cyan value is 44.55%
  • magenta value is 11.82%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (45,12,0,57)
C45M12Y0K57 (45%, 12%, 0%, 57%)
(0.45 / 0.12 / 0.00 / 0.57)

CMYK percentages

%44.55
%11.82
%0
%56.86

Codes

Color #3D616E in popluar color models

3D 61 6E
RGB 61 97 110
HSL 196° 28.65% 33.53%
HSB/HSV 196° 44.55% 43.14%
CMYK 44.55% 11.82% 0.00%
56.86%

Color #3D616E in popluar number systems.

HEX 3D 61 6E
Decimal 61 97 110
Binary 111101 1100001 1101110
Octal 75 141 156

Shades and tints

Shades of #3D616E

#3D616E
(61,97,110)
#385964
(56,89,100)
#33515A
(51,81,90)
#2E4950
(46,73,80)
#294146
(41,65,70)
#24393C
(36,57,60)
#1F3132
(31,49,50)
#1A2928
(26,41,40)
#15211E
(21,33,30)
#101914
(16,25,20)
#0B110A
(11,17,10)
#000000
(0,0,0)

Tints of #3D616E

#3D616E
(61,97,110)
#4E6F7B
(78,111,123)
#5F7D88
(95,125,136)
#708B95
(112,139,149)
#8199A2
(129,153,162)
#92A7AF
(146,167,175)
#A3B5BC
(163,181,188)
#B4C3C9
(180,195,201)
#C5D1D6
(197,209,214)
#D6DFE3
(214,223,227)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D616E color. Also use rgb(61,97,110) instead hex code.

Text Font Color

.myTextColor { color: #3D616E; }

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

This text font color is #3D616E.

Background Color

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

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

This div background color is #3D616E.

Border color

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

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

This div border color is #3D616E.

Opacity

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

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

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

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

This text has shadow with #3D616E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D616E.

Preview

Color preview on black background

This text has color #3D616E on black background.


Color preview on white background

This text has color #3D616E on white background.


Black color preview on #3D616E background

This text has black color on #3D616E background.


White color preview on #3D616E background

This text has white color on #3D616E background.


Related colors

Complementary color

Complementary color for #hex is #C29E91.


I love getcolorcode.com

Triadic colors

1 #6E3D61 and #616E3D with #3D616E are triadic colors.

2 #6E613D and #613D6E with #3D616E are triadic colors.