COLOR #3C4558

HEX: #3C4558 RGB: (60,69,88)

Color info

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

RGB color model

#3C4558 color RGB value is (60,69,88).

RGB: (60,69,88) (24%, 27%, 35%)

RGB channels and saturation

R 60 of 255 = 24%
G 69 of 255 = 27%
B 88 of 255 = 35%

60
69
88

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

Portions of RGB colors in percentages

R + G + B = 60 + 69 + 88 = 217 (100%)
R 60 of 217 ~ 27.65%
G 69 of 217 ~ 31.8%
B 88 of 217 ~ 40.55'%

%27.65
%31.8
%40.55

CMYK color model

#3C4558 color CMYK value is (32,22,0,65).

  • cyan value is 31.82%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (32,22,0,65)
C32M22Y0K65 (32%, 22%, 0%, 65%)
(0.32 / 0.22 / 0.00 / 0.65)

CMYK percentages

%31.82
%21.59
%0
%65.49

Codes

Color #3C4558 in popluar color models

3C 45 58
RGB 60 69 88
HSL 221° 18.92% 29.02%
HSB/HSV 221° 31.82% 34.51%
CMYK 31.82% 21.59% 0.00%
65.49%

Color #3C4558 in popluar number systems.

HEX 3C 45 58
Decimal 60 69 88
Binary 111100 1000101 1011000
Octal 74 105 130

Shades and tints

Shades of #3C4558

#3C4558
(60,69,88)
#373F50
(55,63,80)
#323948
(50,57,72)
#2D3340
(45,51,64)
#282D38
(40,45,56)
#232730
(35,39,48)
#1E2128
(30,33,40)
#191B20
(25,27,32)
#141518
(20,21,24)
#0F0F10
(15,15,16)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #3C4558

#3C4558
(60,69,88)
#4D5567
(77,85,103)
#5E6576
(94,101,118)
#6F7585
(111,117,133)
#808594
(128,133,148)
#9195A3
(145,149,163)
#A2A5B2
(162,165,178)
#B3B5C1
(179,181,193)
#C4C5D0
(196,197,208)
#D5D5DF
(213,213,223)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4558 color. Also use rgb(60,69,88) instead hex code.

Text Font Color

.myTextColor { color: #3C4558; }

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

This text font color is #3C4558.

Background Color

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

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

This div background color is #3C4558.

Border color

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

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

This div border color is #3C4558.

Opacity

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

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

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

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

This text has shadow with #3C4558 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4558.

Preview

Color preview on black background

This text has color #3C4558 on black background.


Color preview on white background

This text has color #3C4558 on white background.


Black color preview on #3C4558 background

This text has black color on #3C4558 background.


White color preview on #3C4558 background

This text has white color on #3C4558 background.


Related colors

Complementary color

Complementary color for #hex is #C3BAA7.


I love getcolorcode.com

Triadic colors

1 #583C45 and #45583C with #3C4558 are triadic colors.

2 #58453C and #453C58 with #3C4558 are triadic colors.