COLOR #3D585D

HEX: #3D585D
RGB: (61,88,93)

Color info

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

RGB color model

#3D585D color RGB value is (61,88,93).

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

RGB channels and saturation

R 61 of 255 = 24%
G 88 of 255 = 35%
B 93 of 255 = 36%

61
88
93

R + G + B ~ 32%. #3D585D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
61 + 88 + 93 = 242 (100%)
R 61 of 242 ~ 25.21%
G 88 of 242 ~ 36.36%
B 93 of 242 ~ 38.43%

%25.21
%36.36
%38.43

CMYK color model

#3D585D color CMYK value is (34,5,0,64).

  • cyan value is 34.41%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(34,5,0,64)
C34M5Y0K64 
(34%,5%,0%,64%)
(0.34/0.05/0.00/0.64)	

CMYK percentages

%34.41
%5.38
%0
%63.53

Codes

Color #3D585D in popluar color models

3D585D
RGB618893
HSL189°20.78%30.20%
HSB/HSV189°34.41%36.47%
CMYK34.41%5.38%0.00%
63.53%

Color #3D585D in popluar number systems.

HEX3D585D
Decimal618893
Binary11110110110001011101
Octal75130135

Shades and tints

Shades of #3D585D

#3D585D
(61,88,93)
#385055
(56,80,85)
#33484D
(51,72,77)
#2E4045
(46,64,69)
#29383D
(41,56,61)
#243035
(36,48,53)
#1F282D
(31,40,45)
#1A2025
(26,32,37)
#15181D
(21,24,29)
#101015
(16,16,21)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #3D585D

#3D585D
(61,88,93)
#4E676B
(78,103,107)
#5F7679
(95,118,121)
#708587
(112,133,135)
#819495
(129,148,149)
#92A3A3
(146,163,163)
#A3B2B1
(163,178,177)
#B4C1BF
(180,193,191)
#C5D0CD
(197,208,205)
#D6DFDB
(214,223,219)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D585D; }

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

This text font color is #3D585D.


Background Color

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

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

This div background color is #3D585D.


Border color

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

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

This div border color is #3D585D.


Opacity

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

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

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

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

This text has shadow with #3D585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D585D on black background.


Color preview on white background

This text has color #3D585D on white background.



Black color preview on #3D585D background

This text has black color on #3D585D background.


White color preview on #3D585D background

This text has white color on #3D585D background.