COLOR #3D504E

HEX: #3D504E RGB: (61,80,78)

Color info

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

RGB color model

#3D504E color RGB value is (61,80,78).

RGB: (61,80,78) (24%, 31%, 31%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 78 of 255 = 31%

61
80
78

R + G + B ~ 29%. #3D504E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 61 + 80 + 78 = 219 (100%)
R 61 of 219 ~ 27.85%
G 80 of 219 ~ 36.53%
B 78 of 219 ~ 35.62'%

%27.85
%36.53
%35.62

CMYK color model

#3D504E color CMYK value is (24,0,2,69).

  • cyan value is 23.75%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 68.63%

CMYK: (24,0,2,69)
C24M0Y2K69 (24%, 0%, 2%, 69%)
(0.24 / 0.00 / 0.02 / 0.69)

CMYK percentages

%23.75
%0
%2.5
%68.63

Codes

Color #3D504E in popluar color models

3D 50 4E
RGB 61 80 78
HSL 174° 13.48% 27.65%
HSB/HSV 174° 23.75% 31.37%
CMYK 23.75% 0.00% 2.50%
68.63%

Color #3D504E in popluar number systems.

HEX 3D 50 4E
Decimal 61 80 78
Binary 111101 1010000 1001110
Octal 75 120 116

Shades and tints

Shades of #3D504E

#3D504E
(61,80,78)
#384947
(56,73,71)
#334240
(51,66,64)
#2E3B39
(46,59,57)
#293432
(41,52,50)
#242D2B
(36,45,43)
#1F2624
(31,38,36)
#1A1F1D
(26,31,29)
#151816
(21,24,22)
#10110F
(16,17,15)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #3D504E

#3D504E
(61,80,78)
#4E5F5E
(78,95,94)
#5F6E6E
(95,110,110)
#707D7E
(112,125,126)
#818C8E
(129,140,142)
#929B9E
(146,155,158)
#A3AAAE
(163,170,174)
#B4B9BE
(180,185,190)
#C5C8CE
(197,200,206)
#D6D7DE
(214,215,222)
#E7E6EE
(231,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D504E color. Also use rgb(61,80,78) instead hex code.

Text Font Color

.myTextColor { color: #3D504E; }

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

This text font color is #3D504E.

Background Color

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

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

This div background color is #3D504E.

Border color

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

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

This div border color is #3D504E.

Opacity

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

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

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

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

This text has shadow with #3D504E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D504E.

Preview

Color preview on black background

This text has color #3D504E on black background.


Color preview on white background

This text has color #3D504E on white background.


Black color preview on #3D504E background

This text has black color on #3D504E background.


White color preview on #3D504E background

This text has white color on #3D504E background.


Related colors

Complementary color

Complementary color for #hex is #C2AFB1.


I love getcolorcode.com

Triadic colors

1 #4E3D50 and #504E3D with #3D504E are triadic colors.

2 #4E503D and #503D4E with #3D504E are triadic colors.