COLOR #3C475F

HEX: #3C475F
RGB: (60,71,95)

Color info

#3C475F contains red, green and blue colors in about the same proportion. Web safe color of #3C475F is #333366 (or #336).

RGB color model

#3C475F color RGB value is (60,71,95).

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

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 95 of 255 = 37%

60
71
95

R + G + B ~ 30%. #3C475F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 95 = 226 (100%)
R 60 of 226 ~ 26.55%
G 71 of 226 ~ 31.42%
B 95 of 226 ~ 42.04%

%26.55
%31.42
%42.04

CMYK color model

#3C475F color CMYK value is (37,25,0,63).

  • cyan value is 36.84%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(37,25,0,63)
C37M25Y0K63 
(37%,25%,0%,63%)
(0.37/0.25/0.00/0.63)	

CMYK percentages

%36.84
%25.26
%0
%62.75

Codes

Color #3C475F in popluar color models

3C475F
RGB607195
HSL221°22.58%30.39%
HSB/HSV221°36.84%37.25%
CMYK36.84%25.26%0.00%
62.75%

Color #3C475F in popluar number systems.

HEX3C475F
Decimal607195
Binary11110010001111011111
Octal74107137

Shades and tints

Shades of #3C475F

#3C475F
(60,71,95)
#374157
(55,65,87)
#323B4F
(50,59,79)
#2D3547
(45,53,71)
#282F3F
(40,47,63)
#232937
(35,41,55)
#1E232F
(30,35,47)
#191D27
(25,29,39)
#14171F
(20,23,31)
#0F1117
(15,17,23)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #3C475F

#3C475F
(60,71,95)
#4D576D
(77,87,109)
#5E677B
(94,103,123)
#6F7789
(111,119,137)
#808797
(128,135,151)
#9197A5
(145,151,165)
#A2A7B3
(162,167,179)
#B3B7C1
(179,183,193)
#C4C7CF
(196,199,207)
#D5D7DD
(213,215,221)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C475F; }

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

This text font color is #3C475F.


Background Color

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

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

This div background color is #3C475F.


Border color

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

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

This div border color is #3C475F.


Opacity

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

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

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

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

This text has shadow with #3C475F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C475F on black background.


Color preview on white background

This text has color #3C475F on white background.



Black color preview on #3C475F background

This text has black color on #3C475F background.


White color preview on #3C475F background

This text has white color on #3C475F background.