COLOR #3C595D

HEX: #3C595D RGB: (60,89,93)

Color info

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

RGB color model

#3C595D color RGB value is (60,89,93).

RGB: (60,89,93) (24%, 35%, 36%)

RGB channels and saturation

R 60 of 255 = 24%
G 89 of 255 = 35%
B 93 of 255 = 36%

60
89
93

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

Portions of RGB colors in percentages

R + G + B = 60 + 89 + 93 = 242 (100%)
R 60 of 242 ~ 24.79%
G 89 of 242 ~ 36.78%
B 93 of 242 ~ 38.43'%

%24.79
%36.78
%38.43

CMYK color model

#3C595D color CMYK value is (35,4,0,64).

  • cyan value is 35.48%
  • magenta value is 4.30%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (35,4,0,64)
C35M4Y0K64 (35%, 4%, 0%, 64%)
(0.35 / 0.04 / 0.00 / 0.64)

CMYK percentages

%35.48
%4.3
%0
%63.53

Codes

Color #3C595D in popluar color models

3C 59 5D
RGB 60 89 93
HSL 187° 21.57% 30.00%
HSB/HSV 187° 35.48% 36.47%
CMYK 35.48% 4.30% 0.00%
63.53%

Color #3C595D in popluar number systems.

HEX 3C 59 5D
Decimal 60 89 93
Binary 111100 1011001 1011101
Octal 74 131 135

Shades and tints

Shades of #3C595D

#3C595D
(60,89,93)
#375155
(55,81,85)
#32494D
(50,73,77)
#2D4145
(45,65,69)
#28393D
(40,57,61)
#233135
(35,49,53)
#1E292D
(30,41,45)
#192125
(25,33,37)
#14191D
(20,25,29)
#0F1115
(15,17,21)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #3C595D

#3C595D
(60,89,93)
#4D686B
(77,104,107)
#5E7779
(94,119,121)
#6F8687
(111,134,135)
#809595
(128,149,149)
#91A4A3
(145,164,163)
#A2B3B1
(162,179,177)
#B3C2BF
(179,194,191)
#C4D1CD
(196,209,205)
#D5E0DB
(213,224,219)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C595D color. Also use rgb(60,89,93) instead hex code.

Text Font Color

.myTextColor { color: #3C595D; }

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

This text font color is #3C595D.

Background Color

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

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

This div background color is #3C595D.

Border color

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

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

This div border color is #3C595D.

Opacity

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

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

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

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

This text has shadow with #3C595D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C595D.

Preview

Color preview on black background

This text has color #3C595D on black background.


Color preview on white background

This text has color #3C595D on white background.


Black color preview on #3C595D background

This text has black color on #3C595D background.


White color preview on #3C595D background

This text has white color on #3C595D background.


Related colors

Complementary color

Complementary color for #hex is #C3A6A2.


I love getcolorcode.com

Triadic colors

1 #5D3C59 and #595D3C with #3C595D are triadic colors.

2 #5D593C and #593C5D with #3C595D are triadic colors.