COLOR #3C525F

HEX: #3C525F
RGB: (60,82,95)

Color info

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

RGB color model

#3C525F color RGB value is (60,82,95).

  • red value is 60;
  • green value is 82;
  • blue value is 95.
RGB:
(60,82,95)
(24%,32%,37%)

RGB channels and saturation

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

60
82
95

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

Portions of RGB colors in percentages

R + G + B =
60 + 82 + 95 = 237 (100%)
R 60 of 237 ~ 25.32%
G 82 of 237 ~ 34.6%
B 95 of 237 ~ 40.08%

%25.32
%34.6
%40.08

CMYK color model

#3C525F color CMYK value is (37,14,0,63).

  • cyan value is 36.84%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(37,14,0,63)
C37M14Y0K63 
(37%,14%,0%,63%)
(0.37/0.14/0.00/0.63)	

CMYK percentages

%36.84
%13.68
%0
%62.75

Codes

Color #3C525F in popluar color models

3C525F
RGB608295
HSL202°22.58%30.39%
HSB/HSV202°36.84%37.25%
CMYK36.84%13.68%0.00%
62.75%

Color #3C525F in popluar number systems.

HEX3C525F
Decimal608295
Binary11110010100101011111
Octal74122137

Shades and tints

Shades of #3C525F

#3C525F
(60,82,95)
#374B57
(55,75,87)
#32444F
(50,68,79)
#2D3D47
(45,61,71)
#28363F
(40,54,63)
#232F37
(35,47,55)
#1E282F
(30,40,47)
#192127
(25,33,39)
#141A1F
(20,26,31)
#0F1317
(15,19,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #3C525F

#3C525F
(60,82,95)
#4D616D
(77,97,109)
#5E707B
(94,112,123)
#6F7F89
(111,127,137)
#808E97
(128,142,151)
#919DA5
(145,157,165)
#A2ACB3
(162,172,179)
#B3BBC1
(179,187,193)
#C4CACF
(196,202,207)
#D5D9DD
(213,217,221)
#E6E8EB
(230,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C525F; }

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

This text font color is #3C525F.


Background Color

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

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

This div background color is #3C525F.


Border color

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

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

This div border color is #3C525F.


Opacity

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

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

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

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

This text has shadow with #3C525F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C525F on black background.


Color preview on white background

This text has color #3C525F on white background.



Black color preview on #3C525F background

This text has black color on #3C525F background.


White color preview on #3C525F background

This text has white color on #3C525F background.