COLOR #3C475E

HEX: #3C475E
RGB: (60,71,94)

Color info

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

RGB color model

#3C475E color RGB value is (60,71,94).

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

RGB channels and saturation

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

60
71
94

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

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 94 = 225 (100%)
R 60 of 225 ~ 26.67%
G 71 of 225 ~ 31.56%
B 94 of 225 ~ 41.78%

%26.67
%31.56
%41.78

CMYK color model

#3C475E color CMYK value is (36,24,0,63).

  • cyan value is 36.17%
  • magenta value is 24.47%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(36,24,0,63)
C36M24Y0K63 
(36%,24%,0%,63%)
(0.36/0.24/0.00/0.63)	

CMYK percentages

%36.17
%24.47
%0
%63.14

Codes

Color #3C475E in popluar color models

3C475E
RGB607194
HSL221°22.08%30.20%
HSB/HSV221°36.17%36.86%
CMYK36.17%24.47%0.00%
63.14%

Color #3C475E in popluar number systems.

HEX3C475E
Decimal607194
Binary11110010001111011110
Octal74107136

Shades and tints

Shades of #3C475E

#3C475E
(60,71,94)
#374156
(55,65,86)
#323B4E
(50,59,78)
#2D3546
(45,53,70)
#282F3E
(40,47,62)
#232936
(35,41,54)
#1E232E
(30,35,46)
#191D26
(25,29,38)
#14171E
(20,23,30)
#0F1116
(15,17,22)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #3C475E

#3C475E
(60,71,94)
#4D576C
(77,87,108)
#5E677A
(94,103,122)
#6F7788
(111,119,136)
#808796
(128,135,150)
#9197A4
(145,151,164)
#A2A7B2
(162,167,178)
#B3B7C0
(179,183,192)
#C4C7CE
(196,199,206)
#D5D7DC
(213,215,220)
#E6E7EA
(230,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C475E; }

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

This text font color is #3C475E.


Background Color

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

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

This div background color is #3C475E.


Border color

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

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

This div border color is #3C475E.


Opacity

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

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

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

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

This text has shadow with #3C475E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C475E on black background.


Color preview on white background

This text has color #3C475E on white background.



Black color preview on #3C475E background

This text has black color on #3C475E background.


White color preview on #3C475E background

This text has white color on #3C475E background.