COLOR #3C4A55

HEX: #3C4A55
RGB: (60,74,85)

Color info

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

RGB color model

#3C4A55 color RGB value is (60,74,85).

  • red value is 60;
  • green value is 74;
  • blue value is 85.
RGB:
(60,74,85)
(24%,29%,33%)

RGB channels and saturation

R 60 of 255 = 24%
G 74 of 255 = 29%
B 85 of 255 = 33%

60
74
85

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

Portions of RGB colors in percentages

R + G + B =
60 + 74 + 85 = 219 (100%)
R 60 of 219 ~ 27.4%
G 74 of 219 ~ 33.79%
B 85 of 219 ~ 38.81%

%27.4
%33.79
%38.81

CMYK color model

#3C4A55 color CMYK value is (29,13,0,67).

  • cyan value is 29.41%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(29,13,0,67)
C29M13Y0K67 
(29%,13%,0%,67%)
(0.29/0.13/0.00/0.67)	

CMYK percentages

%29.41
%12.94
%0
%66.67

Codes

Color #3C4A55 in popluar color models

3C4A55
RGB607485
HSL206°17.24%28.43%
HSB/HSV206°29.41%33.33%
CMYK29.41%12.94%0.00%
66.67%

Color #3C4A55 in popluar number systems.

HEX3C4A55
Decimal607485
Binary11110010010101010101
Octal74112125

Shades and tints

Shades of #3C4A55

#3C4A55
(60,74,85)
#37444E
(55,68,78)
#323E47
(50,62,71)
#2D3840
(45,56,64)
#283239
(40,50,57)
#232C32
(35,44,50)
#1E262B
(30,38,43)
#192024
(25,32,36)
#141A1D
(20,26,29)
#0F1416
(15,20,22)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #3C4A55

#3C4A55
(60,74,85)
#4D5A64
(77,90,100)
#5E6A73
(94,106,115)
#6F7A82
(111,122,130)
#808A91
(128,138,145)
#919AA0
(145,154,160)
#A2AAAF
(162,170,175)
#B3BABE
(179,186,190)
#C4CACD
(196,202,205)
#D5DADC
(213,218,220)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4A55 color. Also use rgb(60,74,85) instead hex code.

Text Font Color

.myTextColor { color: #3C4A55; }

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

This text font color is #3C4A55.


Background Color

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

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

This div background color is #3C4A55.


Border color

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

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

This div border color is #3C4A55.


Opacity

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

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

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

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

This text has shadow with #3C4A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4A55 on black background.


Color preview on white background

This text has color #3C4A55 on white background.



Black color preview on #3C4A55 background

This text has black color on #3C4A55 background.


White color preview on #3C4A55 background

This text has white color on #3C4A55 background.