COLOR #3C524E

HEX: #3C524E RGB: (60,82,78)

Color info

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

RGB color model

#3C524E color RGB value is (60,82,78).

RGB: (60,82,78) (24%, 32%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 82 of 255 = 32%
B 78 of 255 = 31%

60
82
78

R + G + B ~ 29%. #3C524E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 82 + 78 = 220 (100%)
R 60 of 220 ~ 27.27%
G 82 of 220 ~ 37.27%
B 78 of 220 ~ 35.45'%

%27.27
%37.27
%35.45

CMYK color model

#3C524E color CMYK value is (27,0,5,68).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 4.88%
  • key color value is 67.84%

CMYK: (27,0,5,68)
C27M0Y5K68 (27%, 0%, 5%, 68%)
(0.27 / 0.00 / 0.05 / 0.68)

CMYK percentages

%26.83
%0
%4.88
%67.84

Codes

Color #3C524E in popluar color models

3C 52 4E
RGB 60 82 78
HSL 169° 15.49% 27.84%
HSB/HSV 169° 26.83% 32.16%
CMYK 26.83% 0.00% 4.88%
67.84%

Color #3C524E in popluar number systems.

HEX 3C 52 4E
Decimal 60 82 78
Binary 111100 1010010 1001110
Octal 74 122 116

Shades and tints

Shades of #3C524E

#3C524E
(60,82,78)
#374B47
(55,75,71)
#324440
(50,68,64)
#2D3D39
(45,61,57)
#283632
(40,54,50)
#232F2B
(35,47,43)
#1E2824
(30,40,36)
#19211D
(25,33,29)
#141A16
(20,26,22)
#0F130F
(15,19,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #3C524E

#3C524E
(60,82,78)
#4D615E
(77,97,94)
#5E706E
(94,112,110)
#6F7F7E
(111,127,126)
#808E8E
(128,142,142)
#919D9E
(145,157,158)
#A2ACAE
(162,172,174)
#B3BBBE
(179,187,190)
#C4CACE
(196,202,206)
#D5D9DE
(213,217,222)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C524E; }

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

This text font color is #3C524E.

Background Color

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

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

This div background color is #3C524E.

Border color

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

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

This div border color is #3C524E.

Opacity

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

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

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

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

This text has shadow with #3C524E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C524E.

Preview

Color preview on black background

This text has color #3C524E on black background.


Color preview on white background

This text has color #3C524E on white background.


Black color preview on #3C524E background

This text has black color on #3C524E background.


White color preview on #3C524E background

This text has white color on #3C524E background.


Related colors

Complementary color

Complementary color for #hex is #C3ADB1.


I love getcolorcode.com

Triadic colors

1 #4E3C52 and #524E3C with #3C524E are triadic colors.

2 #4E523C and #523C4E with #3C524E are triadic colors.