COLOR #3D555D

HEX: #3D555D
RGB: (61,85,93)

Color info

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

RGB color model

#3D555D color RGB value is (61,85,93).

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

RGB channels and saturation

R 61 of 255 = 24%
G 85 of 255 = 33%
B 93 of 255 = 36%

61
85
93

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

Portions of RGB colors in percentages

R + G + B =
61 + 85 + 93 = 239 (100%)
R 61 of 239 ~ 25.52%
G 85 of 239 ~ 35.56%
B 93 of 239 ~ 38.91%

%25.52
%35.56
%38.91

CMYK color model

#3D555D color CMYK value is (34,9,0,64).

  • cyan value is 34.41%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(34,9,0,64)
C34M9Y0K64 
(34%,9%,0%,64%)
(0.34/0.09/0.00/0.64)	

CMYK percentages

%34.41
%8.6
%0
%63.53

Codes

Color #3D555D in popluar color models

3D555D
RGB618593
HSL195°20.78%30.20%
HSB/HSV195°34.41%36.47%
CMYK34.41%8.60%0.00%
63.53%

Color #3D555D in popluar number systems.

HEX3D555D
Decimal618593
Binary11110110101011011101
Octal75125135

Shades and tints

Shades of #3D555D

#3D555D
(61,85,93)
#384E55
(56,78,85)
#33474D
(51,71,77)
#2E4045
(46,64,69)
#29393D
(41,57,61)
#243235
(36,50,53)
#1F2B2D
(31,43,45)
#1A2425
(26,36,37)
#151D1D
(21,29,29)
#101615
(16,22,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #3D555D

#3D555D
(61,85,93)
#4E646B
(78,100,107)
#5F7379
(95,115,121)
#708287
(112,130,135)
#819195
(129,145,149)
#92A0A3
(146,160,163)
#A3AFB1
(163,175,177)
#B4BEBF
(180,190,191)
#C5CDCD
(197,205,205)
#D6DCDB
(214,220,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D555D; }

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

This text font color is #3D555D.


Background Color

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

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

This div background color is #3D555D.


Border color

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

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

This div border color is #3D555D.


Opacity

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

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

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

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

This text has shadow with #3D555D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D555D on black background.


Color preview on white background

This text has color #3D555D on white background.



Black color preview on #3D555D background

This text has black color on #3D555D background.


White color preview on #3D555D background

This text has white color on #3D555D background.