COLOR #3C525E

HEX: #3C525E RGB: (60,82,94)

Color info

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

RGB color model

#3C525E color RGB value is (60,82,94).

RGB: (60,82,94) (24%, 32%, 37%)

RGB channels and saturation

R 60 of 255 = 24%
G 82 of 255 = 32%
B 94 of 255 = 37%

60
82
94

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

Portions of RGB colors in percentages

R + G + B = 60 + 82 + 94 = 236 (100%)
R 60 of 236 ~ 25.42%
G 82 of 236 ~ 34.75%
B 94 of 236 ~ 39.83'%

%25.42
%34.75
%39.83

CMYK color model

#3C525E color CMYK value is (36,13,0,63).

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

CMYK: (36,13,0,63)
C36M13Y0K63 (36%, 13%, 0%, 63%)
(0.36 / 0.13 / 0.00 / 0.63)

CMYK percentages

%36.17
%12.77
%0
%63.14

Codes

Color #3C525E in popluar color models

3C 52 5E
RGB 60 82 94
HSL 201° 22.08% 30.20%
HSB/HSV 201° 36.17% 36.86%
CMYK 36.17% 12.77% 0.00%
63.14%

Color #3C525E in popluar number systems.

HEX 3C 52 5E
Decimal 60 82 94
Binary 111100 1010010 1011110
Octal 74 122 136

Shades and tints

Shades of #3C525E

#3C525E
(60,82,94)
#374B56
(55,75,86)
#32444E
(50,68,78)
#2D3D46
(45,61,70)
#28363E
(40,54,62)
#232F36
(35,47,54)
#1E282E
(30,40,46)
#192126
(25,33,38)
#141A1E
(20,26,30)
#0F1316
(15,19,22)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #3C525E

#3C525E
(60,82,94)
#4D616C
(77,97,108)
#5E707A
(94,112,122)
#6F7F88
(111,127,136)
#808E96
(128,142,150)
#919DA4
(145,157,164)
#A2ACB2
(162,172,178)
#B3BBC0
(179,187,192)
#C4CACE
(196,202,206)
#D5D9DC
(213,217,220)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C525E; }

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

This text font color is #3C525E.

Background Color

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

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

This div background color is #3C525E.

Border color

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

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

This div border color is #3C525E.

Opacity

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

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

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

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

This text has shadow with #3C525E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C525E.

Preview

Color preview on black background

This text has color #3C525E on black background.


Color preview on white background

This text has color #3C525E on white background.


Black color preview on #3C525E background

This text has black color on #3C525E background.


White color preview on #3C525E background

This text has white color on #3C525E background.


Related colors

Complementary color

Complementary color for #hex is #C3ADA1.


I love getcolorcode.com

Triadic colors

1 #5E3C52 and #525E3C with #3C525E are triadic colors.

2 #5E523C and #523C5E with #3C525E are triadic colors.