COLOR #3C504D

HEX: #3C504D
RGB: (60,80,77)

Color info

#3C504D contains red, green and blue colors in about the same proportion. Web safe color of #3C504D is #336633 (or #363).

RGB color model

#3C504D color RGB value is (60,80,77).

  • red value is 60;
  • green value is 80;
  • blue value is 77.
RGB:
(60,80,77)
(24%,31%,30%)

RGB channels and saturation

R 60 of 255 = 24%
G 80 of 255 = 31%
B 77 of 255 = 30%

60
80
77

R + G + B ~ 28%. #3C504D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 80 + 77 = 217 (100%)
R 60 of 217 ~ 27.65%
G 80 of 217 ~ 36.87%
B 77 of 217 ~ 35.48%

%27.65
%36.87
%35.48

CMYK color model

#3C504D color CMYK value is (25,0,4,69).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(25,0,4,69)
C25M0Y4K69 
(25%,0%,4%,69%)
(0.25/0.00/0.04/0.69)	

CMYK percentages

%25
%0
%3.75
%68.63

Codes

Color #3C504D in popluar color models

3C504D
RGB608077
HSL171°14.29%27.45%
HSB/HSV171°25.00%31.37%
CMYK25.00%0.00%3.75%
68.63%

Color #3C504D in popluar number systems.

HEX3C504D
Decimal608077
Binary11110010100001001101
Octal74120115

Shades and tints

Shades of #3C504D

#3C504D
(60,80,77)
#374946
(55,73,70)
#32423F
(50,66,63)
#2D3B38
(45,59,56)
#283431
(40,52,49)
#232D2A
(35,45,42)
#1E2623
(30,38,35)
#191F1C
(25,31,28)
#141815
(20,24,21)
#0F110E
(15,17,14)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #3C504D

#3C504D
(60,80,77)
#4D5F5D
(77,95,93)
#5E6E6D
(94,110,109)
#6F7D7D
(111,125,125)
#808C8D
(128,140,141)
#919B9D
(145,155,157)
#A2AAAD
(162,170,173)
#B3B9BD
(179,185,189)
#C4C8CD
(196,200,205)
#D5D7DD
(213,215,221)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C504D color. Also use rgb(60,80,77) instead hex code.

Text Font Color

.myTextColor { color: #3C504D; }

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

This text font color is #3C504D.


Background Color

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

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

This div background color is #3C504D.


Border color

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

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

This div border color is #3C504D.


Opacity

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

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

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

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

This text has shadow with #3C504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C504D on black background.


Color preview on white background

This text has color #3C504D on white background.



Black color preview on #3C504D background

This text has black color on #3C504D background.


White color preview on #3C504D background

This text has white color on #3C504D background.