COLOR #3C4954

HEX: #3C4954 RGB: (60,73,84)

Color info

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

RGB color model

#3C4954 color RGB value is (60,73,84).

RGB: (60,73,84) (24%, 29%, 33%)

RGB channels and saturation

R 60 of 255 = 24%
G 73 of 255 = 29%
B 84 of 255 = 33%

60
73
84

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

Portions of RGB colors in percentages

R + G + B = 60 + 73 + 84 = 217 (100%)
R 60 of 217 ~ 27.65%
G 73 of 217 ~ 33.64%
B 84 of 217 ~ 38.71'%

%27.65
%33.64
%38.71

CMYK color model

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

  • cyan value is 28.57%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (29,13,0,67)
C29M13Y0K67 (29%, 13%, 0%, 67%)
(0.29 / 0.13 / 0.00 / 0.67)

CMYK percentages

%28.57
%13.1
%0
%67.06

Codes

Color #3C4954 in popluar color models

3C 49 54
RGB 60 73 84
HSL 208° 16.67% 28.24%
HSB/HSV 208° 28.57% 32.94%
CMYK 28.57% 13.10% 0.00%
67.06%

Color #3C4954 in popluar number systems.

HEX 3C 49 54
Decimal 60 73 84
Binary 111100 1001001 1010100
Octal 74 111 124

Shades and tints

Shades of #3C4954

#3C4954
(60,73,84)
#37434D
(55,67,77)
#323D46
(50,61,70)
#2D373F
(45,55,63)
#283138
(40,49,56)
#232B31
(35,43,49)
#1E252A
(30,37,42)
#191F23
(25,31,35)
#14191C
(20,25,28)
#0F1315
(15,19,21)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #3C4954

#3C4954
(60,73,84)
#4D5963
(77,89,99)
#5E6972
(94,105,114)
#6F7981
(111,121,129)
#808990
(128,137,144)
#91999F
(145,153,159)
#A2A9AE
(162,169,174)
#B3B9BD
(179,185,189)
#C4C9CC
(196,201,204)
#D5D9DB
(213,217,219)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4954; }

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

This text font color is #3C4954.

Background Color

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

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

This div background color is #3C4954.

Border color

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

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

This div border color is #3C4954.

Opacity

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

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

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

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

This text has shadow with #3C4954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4954.

Preview

Color preview on black background

This text has color #3C4954 on black background.


Color preview on white background

This text has color #3C4954 on white background.


Black color preview on #3C4954 background

This text has black color on #3C4954 background.


White color preview on #3C4954 background

This text has white color on #3C4954 background.


Related colors

Complementary color

Complementary color for #hex is #C3B6AB.


I love getcolorcode.com

Triadic colors

1 #543C49 and #49543C with #3C4954 are triadic colors.

2 #54493C and #493C54 with #3C4954 are triadic colors.