COLOR #3D595C

HEX: #3D595C
RGB: (61,89,92)

Color info

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

RGB color model

#3D595C color RGB value is (61,89,92).

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

RGB channels and saturation

R 61 of 255 = 24%
G 89 of 255 = 35%
B 92 of 255 = 36%

61
89
92

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

Portions of RGB colors in percentages

R + G + B =
61 + 89 + 92 = 242 (100%)
R 61 of 242 ~ 25.21%
G 89 of 242 ~ 36.78%
B 92 of 242 ~ 38.02%

%25.21
%36.78
%38.02

CMYK color model

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

  • cyan value is 33.70%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(34,3,0,64)
C34M3Y0K64 
(34%,3%,0%,64%)
(0.34/0.03/0.00/0.64)	

CMYK percentages

%33.7
%3.26
%0
%63.92

Codes

Color #3D595C in popluar color models

3D595C
RGB618992
HSL186°20.26%30.00%
HSB/HSV186°33.70%36.08%
CMYK33.70%3.26%0.00%
63.92%

Color #3D595C in popluar number systems.

HEX3D595C
Decimal618992
Binary11110110110011011100
Octal75131134

Shades and tints

Shades of #3D595C

#3D595C
(61,89,92)
#385154
(56,81,84)
#33494C
(51,73,76)
#2E4144
(46,65,68)
#29393C
(41,57,60)
#243134
(36,49,52)
#1F292C
(31,41,44)
#1A2124
(26,33,36)
#15191C
(21,25,28)
#101114
(16,17,20)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #3D595C

#3D595C
(61,89,92)
#4E686A
(78,104,106)
#5F7778
(95,119,120)
#708686
(112,134,134)
#819594
(129,149,148)
#92A4A2
(146,164,162)
#A3B3B0
(163,179,176)
#B4C2BE
(180,194,190)
#C5D1CC
(197,209,204)
#D6E0DA
(214,224,218)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D595C; }

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

This text font color is #3D595C.


Background Color

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

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

This div background color is #3D595C.


Border color

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

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

This div border color is #3D595C.


Opacity

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

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

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

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

This text has shadow with #3D595C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D595C on black background.


Color preview on white background

This text has color #3D595C on white background.



Black color preview on #3D595C background

This text has black color on #3D595C background.


White color preview on #3D595C background

This text has white color on #3D595C background.