COLOR #3C5459

HEX: #3C5459
RGB: (60,84,89)

Color info

#3C5459 contains red, green and blue colors in about the same proportion. Web safe color of #3C5459 is #336666 (or #366).

RGB color model

#3C5459 color RGB value is (60,84,89).

  • red value is 60;
  • green value is 84;
  • blue value is 89.
RGB:
(60,84,89)
(24%,33%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 84 of 255 = 33%
B 89 of 255 = 35%

60
84
89

R + G + B ~ 31%. #3C5459 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 84 + 89 = 233 (100%)
R 60 of 233 ~ 25.75%
G 84 of 233 ~ 36.05%
B 89 of 233 ~ 38.2%

%25.75
%36.05
%38.2

CMYK color model

#3C5459 color CMYK value is (33,6,0,65).

  • cyan value is 32.58%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(33,6,0,65)
C33M6Y0K65 
(33%,6%,0%,65%)
(0.33/0.06/0.00/0.65)	

CMYK percentages

%32.58
%5.62
%0
%65.1

Codes

Color #3C5459 in popluar color models

3C5459
RGB608489
HSL190°19.46%29.22%
HSB/HSV190°32.58%34.90%
CMYK32.58%5.62%0.00%
65.10%

Color #3C5459 in popluar number systems.

HEX3C5459
Decimal608489
Binary11110010101001011001
Octal74124131

Shades and tints

Shades of #3C5459

#3C5459
(60,84,89)
#374D51
(55,77,81)
#324649
(50,70,73)
#2D3F41
(45,63,65)
#283839
(40,56,57)
#233131
(35,49,49)
#1E2A29
(30,42,41)
#192321
(25,35,33)
#141C19
(20,28,25)
#0F1511
(15,21,17)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #3C5459

#3C5459
(60,84,89)
#4D6368
(77,99,104)
#5E7277
(94,114,119)
#6F8186
(111,129,134)
#809095
(128,144,149)
#919FA4
(145,159,164)
#A2AEB3
(162,174,179)
#B3BDC2
(179,189,194)
#C4CCD1
(196,204,209)
#D5DBE0
(213,219,224)
#E6EAEF
(230,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C5459 color. Also use rgb(60,84,89) instead hex code.

Text Font Color

.myTextColor { color: #3C5459; }

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

This text font color is #3C5459.


Background Color

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

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

This div background color is #3C5459.


Border color

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

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

This div border color is #3C5459.


Opacity

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

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

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

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

This text has shadow with #3C5459 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C5459 on black background.


Color preview on white background

This text has color #3C5459 on white background.



Black color preview on #3C5459 background

This text has black color on #3C5459 background.


White color preview on #3C5459 background

This text has white color on #3C5459 background.