COLOR #3C535E

HEX: #3C535E RGB: (60,83,94)

Color info

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

RGB color model

#3C535E color RGB value is (60,83,94).

RGB: (60,83,94) (24%, 33%, 37%)

RGB channels and saturation

R 60 of 255 = 24%
G 83 of 255 = 33%
B 94 of 255 = 37%

60
83
94

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

Portions of RGB colors in percentages

R + G + B = 60 + 83 + 94 = 237 (100%)
R 60 of 237 ~ 25.32%
G 83 of 237 ~ 35.02%
B 94 of 237 ~ 39.66'%

%25.32
%35.02
%39.66

CMYK color model

#3C535E color CMYK value is (36,12,0,63).

  • cyan value is 36.17%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (36,12,0,63)
C36M12Y0K63 (36%, 12%, 0%, 63%)
(0.36 / 0.12 / 0.00 / 0.63)

CMYK percentages

%36.17
%11.7
%0
%63.14

Codes

Color #3C535E in popluar color models

3C 53 5E
RGB 60 83 94
HSL 199° 22.08% 30.20%
HSB/HSV 199° 36.17% 36.86%
CMYK 36.17% 11.70% 0.00%
63.14%

Color #3C535E in popluar number systems.

HEX 3C 53 5E
Decimal 60 83 94
Binary 111100 1010011 1011110
Octal 74 123 136

Shades and tints

Shades of #3C535E

#3C535E
(60,83,94)
#374C56
(55,76,86)
#32454E
(50,69,78)
#2D3E46
(45,62,70)
#28373E
(40,55,62)
#233036
(35,48,54)
#1E292E
(30,41,46)
#192226
(25,34,38)
#141B1E
(20,27,30)
#0F1416
(15,20,22)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #3C535E

#3C535E
(60,83,94)
#4D626C
(77,98,108)
#5E717A
(94,113,122)
#6F8088
(111,128,136)
#808F96
(128,143,150)
#919EA4
(145,158,164)
#A2ADB2
(162,173,178)
#B3BCC0
(179,188,192)
#C4CBCE
(196,203,206)
#D5DADC
(213,218,220)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C535E color. Also use rgb(60,83,94) instead hex code.

Text Font Color

.myTextColor { color: #3C535E; }

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

This text font color is #3C535E.

Background Color

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

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

This div background color is #3C535E.

Border color

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

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

This div border color is #3C535E.

Opacity

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

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

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

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

This text has shadow with #3C535E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C535E.

Preview

Color preview on black background

This text has color #3C535E on black background.


Color preview on white background

This text has color #3C535E on white background.


Black color preview on #3C535E background

This text has black color on #3C535E background.


White color preview on #3C535E background

This text has white color on #3C535E background.


Related colors

Complementary color

Complementary color for #hex is #C3ACA1.


I love getcolorcode.com

Triadic colors

1 #5E3C53 and #535E3C with #3C535E are triadic colors.

2 #5E533C and #533C5E with #3C535E are triadic colors.