COLOR #3D575C

HEX: #3D575C
RGB: (61,87,92)

Color info

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

RGB color model

#3D575C color RGB value is (61,87,92).

  • red value is 61;
  • green value is 87;
  • blue value is 92.
RGB:
(61,87,92)
(24%,34%,36%)

RGB channels and saturation

R 61 of 255 = 24%
G 87 of 255 = 34%
B 92 of 255 = 36%

61
87
92

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

Portions of RGB colors in percentages

R + G + B =
61 + 87 + 92 = 240 (100%)
R 61 of 240 ~ 25.42%
G 87 of 240 ~ 36.25%
B 92 of 240 ~ 38.33%

%25.42
%36.25
%38.33

CMYK color model

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

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

CMYK percentages

%33.7
%5.43
%0
%63.92

Codes

Color #3D575C in popluar color models

3D575C
RGB618792
HSL190°20.26%30.00%
HSB/HSV190°33.70%36.08%
CMYK33.70%5.43%0.00%
63.92%

Color #3D575C in popluar number systems.

HEX3D575C
Decimal618792
Binary11110110101111011100
Octal75127134

Shades and tints

Shades of #3D575C

#3D575C
(61,87,92)
#385054
(56,80,84)
#33494C
(51,73,76)
#2E4244
(46,66,68)
#293B3C
(41,59,60)
#243434
(36,52,52)
#1F2D2C
(31,45,44)
#1A2624
(26,38,36)
#151F1C
(21,31,28)
#101814
(16,24,20)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #3D575C

#3D575C
(61,87,92)
#4E666A
(78,102,106)
#5F7578
(95,117,120)
#708486
(112,132,134)
#819394
(129,147,148)
#92A2A2
(146,162,162)
#A3B1B0
(163,177,176)
#B4C0BE
(180,192,190)
#C5CFCC
(197,207,204)
#D6DEDA
(214,222,218)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D575C color. Also use rgb(61,87,92) instead hex code.

Text Font Color

.myTextColor { color: #3D575C; }

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

This text font color is #3D575C.


Background Color

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

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

This div background color is #3D575C.


Border color

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

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

This div border color is #3D575C.


Opacity

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

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

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

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

This text has shadow with #3D575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D575C on black background.


Color preview on white background

This text has color #3D575C on white background.



Black color preview on #3D575C background

This text has black color on #3D575C background.


White color preview on #3D575C background

This text has white color on #3D575C background.