COLOR #3D505D

HEX: #3D505D
RGB: (61,80,93)

Color info

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

RGB color model

#3D505D color RGB value is (61,80,93).

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

RGB channels and saturation

R 61 of 255 = 24%
G 80 of 255 = 31%
B 93 of 255 = 36%

61
80
93

R + G + B ~ 30%. #3D505D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 80 + 93 = 234 (100%)
R 61 of 234 ~ 26.07%
G 80 of 234 ~ 34.19%
B 93 of 234 ~ 39.74%

%26.07
%34.19
%39.74

CMYK color model

#3D505D color CMYK value is (34,14,0,64).

  • cyan value is 34.41%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(34,14,0,64)
C34M14Y0K64 
(34%,14%,0%,64%)
(0.34/0.14/0.00/0.64)	

CMYK percentages

%34.41
%13.98
%0
%63.53

Codes

Color #3D505D in popluar color models

3D505D
RGB618093
HSL204°20.78%30.20%
HSB/HSV204°34.41%36.47%
CMYK34.41%13.98%0.00%
63.53%

Color #3D505D in popluar number systems.

HEX3D505D
Decimal618093
Binary11110110100001011101
Octal75120135

Shades and tints

Shades of #3D505D

#3D505D
(61,80,93)
#384955
(56,73,85)
#33424D
(51,66,77)
#2E3B45
(46,59,69)
#29343D
(41,52,61)
#242D35
(36,45,53)
#1F262D
(31,38,45)
#1A1F25
(26,31,37)
#15181D
(21,24,29)
#101115
(16,17,21)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #3D505D

#3D505D
(61,80,93)
#4E5F6B
(78,95,107)
#5F6E79
(95,110,121)
#707D87
(112,125,135)
#818C95
(129,140,149)
#929BA3
(146,155,163)
#A3AAB1
(163,170,177)
#B4B9BF
(180,185,191)
#C5C8CD
(197,200,205)
#D6D7DB
(214,215,219)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D505D; }

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

This text font color is #3D505D.


Background Color

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

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

This div background color is #3D505D.


Border color

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

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

This div border color is #3D505D.


Opacity

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

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

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

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

This text has shadow with #3D505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D505D on black background.


Color preview on white background

This text has color #3D505D on white background.



Black color preview on #3D505D background

This text has black color on #3D505D background.


White color preview on #3D505D background

This text has white color on #3D505D background.