COLOR #3D505E

HEX: #3D505E
RGB: (61,80,94)

Color info

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

RGB color model

#3D505E color RGB value is (61,80,94).

  • red value is 61;
  • green value is 80;
  • blue value is 94.
RGB:
(61,80,94)
(24%,31%,37%)

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 94 of 255 = 37%

61
80
94

R + G + B ~ 31%. #3D505E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 80 + 94 = 235 (100%)
R 61 of 235 ~ 25.96%
G 80 of 235 ~ 34.04%
B 94 of 235 ~ 40%

%25.96
%34.04
%40

CMYK color model

#3D505E color CMYK value is (35,15,0,63).

  • cyan value is 35.11%
  • magenta value is 14.89%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(35,15,0,63)
C35M15Y0K63 
(35%,15%,0%,63%)
(0.35/0.15/0.00/0.63)	

CMYK percentages

%35.11
%14.89
%0
%63.14

Codes

Color #3D505E in popluar color models

3D505E
RGB618094
HSL205°21.29%30.39%
HSB/HSV205°35.11%36.86%
CMYK35.11%14.89%0.00%
63.14%

Color #3D505E in popluar number systems.

HEX3D505E
Decimal618094
Binary11110110100001011110
Octal75120136

Shades and tints

Shades of #3D505E

#3D505E
(61,80,94)
#384956
(56,73,86)
#33424E
(51,66,78)
#2E3B46
(46,59,70)
#29343E
(41,52,62)
#242D36
(36,45,54)
#1F262E
(31,38,46)
#1A1F26
(26,31,38)
#15181E
(21,24,30)
#101116
(16,17,22)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #3D505E

#3D505E
(61,80,94)
#4E5F6C
(78,95,108)
#5F6E7A
(95,110,122)
#707D88
(112,125,136)
#818C96
(129,140,150)
#929BA4
(146,155,164)
#A3AAB2
(163,170,178)
#B4B9C0
(180,185,192)
#C5C8CE
(197,200,206)
#D6D7DC
(214,215,220)
#E7E6EA
(231,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D505E; }

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

This text font color is #3D505E.


Background Color

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

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

This div background color is #3D505E.


Border color

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

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

This div border color is #3D505E.


Opacity

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

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

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

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

This text has shadow with #3D505E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D505E on black background.


Color preview on white background

This text has color #3D505E on white background.



Black color preview on #3D505E background

This text has black color on #3D505E background.


White color preview on #3D505E background

This text has white color on #3D505E background.