COLOR #3C525D

HEX: #3C525D
RGB: (60,82,93)

Color info

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

RGB color model

#3C525D color RGB value is (60,82,93).

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

RGB channels and saturation

R 60 of 255 = 24%
G 82 of 255 = 32%
B 93 of 255 = 36%

60
82
93

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

Portions of RGB colors in percentages

R + G + B =
60 + 82 + 93 = 235 (100%)
R 60 of 235 ~ 25.53%
G 82 of 235 ~ 34.89%
B 93 of 235 ~ 39.57%

%25.53
%34.89
%39.57

CMYK color model

#3C525D color CMYK value is (35,12,0,64).

  • cyan value is 35.48%
  • magenta value is 11.83%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(35,12,0,64)
C35M12Y0K64 
(35%,12%,0%,64%)
(0.35/0.12/0.00/0.64)	

CMYK percentages

%35.48
%11.83
%0
%63.53

Codes

Color #3C525D in popluar color models

3C525D
RGB608293
HSL200°21.57%30.00%
HSB/HSV200°35.48%36.47%
CMYK35.48%11.83%0.00%
63.53%

Color #3C525D in popluar number systems.

HEX3C525D
Decimal608293
Binary11110010100101011101
Octal74122135

Shades and tints

Shades of #3C525D

#3C525D
(60,82,93)
#374B55
(55,75,85)
#32444D
(50,68,77)
#2D3D45
(45,61,69)
#28363D
(40,54,61)
#232F35
(35,47,53)
#1E282D
(30,40,45)
#192125
(25,33,37)
#141A1D
(20,26,29)
#0F1315
(15,19,21)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #3C525D

#3C525D
(60,82,93)
#4D616B
(77,97,107)
#5E7079
(94,112,121)
#6F7F87
(111,127,135)
#808E95
(128,142,149)
#919DA3
(145,157,163)
#A2ACB1
(162,172,177)
#B3BBBF
(179,187,191)
#C4CACD
(196,202,205)
#D5D9DB
(213,217,219)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C525D; }

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

This text font color is #3C525D.


Background Color

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

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

This div background color is #3C525D.


Border color

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

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

This div border color is #3C525D.


Opacity

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

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

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

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

This text has shadow with #3C525D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C525D on black background.


Color preview on white background

This text has color #3C525D on white background.



Black color preview on #3C525D background

This text has black color on #3C525D background.


White color preview on #3C525D background

This text has white color on #3C525D background.