COLOR #3C475D

HEX: #3C475D
RGB: (60,71,93)

Color info

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

RGB color model

#3C475D color RGB value is (60,71,93).

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

RGB channels and saturation

R 60 of 255 = 24%
G 71 of 255 = 28%
B 93 of 255 = 36%

60
71
93

R + G + B ~ 29%. #3C475D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 71 + 93 = 224 (100%)
R 60 of 224 ~ 26.79%
G 71 of 224 ~ 31.7%
B 93 of 224 ~ 41.52%

%26.79
%31.7
%41.52

CMYK color model

#3C475D color CMYK value is (35,24,0,64).

  • cyan value is 35.48%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(35,24,0,64)
C35M24Y0K64 
(35%,24%,0%,64%)
(0.35/0.24/0.00/0.64)	

CMYK percentages

%35.48
%23.66
%0
%63.53

Codes

Color #3C475D in popluar color models

3C475D
RGB607193
HSL220°21.57%30.00%
HSB/HSV220°35.48%36.47%
CMYK35.48%23.66%0.00%
63.53%

Color #3C475D in popluar number systems.

HEX3C475D
Decimal607193
Binary11110010001111011101
Octal74107135

Shades and tints

Shades of #3C475D

#3C475D
(60,71,93)
#374155
(55,65,85)
#323B4D
(50,59,77)
#2D3545
(45,53,69)
#282F3D
(40,47,61)
#232935
(35,41,53)
#1E232D
(30,35,45)
#191D25
(25,29,37)
#14171D
(20,23,29)
#0F1115
(15,17,21)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #3C475D

#3C475D
(60,71,93)
#4D576B
(77,87,107)
#5E6779
(94,103,121)
#6F7787
(111,119,135)
#808795
(128,135,149)
#9197A3
(145,151,163)
#A2A7B1
(162,167,177)
#B3B7BF
(179,183,191)
#C4C7CD
(196,199,205)
#D5D7DB
(213,215,219)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C475D; }

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

This text font color is #3C475D.


Background Color

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

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

This div background color is #3C475D.


Border color

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

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

This div border color is #3C475D.


Opacity

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

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

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

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

This text has shadow with #3C475D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C475D on black background.


Color preview on white background

This text has color #3C475D on white background.



Black color preview on #3C475D background

This text has black color on #3C475D background.


White color preview on #3C475D background

This text has white color on #3C475D background.