COLOR #3C4144

HEX: #3C4144 RGB: (60,65,68)

Color info

#3C4144 contains red, green and blue colors in about the same proportion. Web safe color of #3C4144 is #333333 (or #333).

RGB color model

#3C4144 color RGB value is (60,65,68).

RGB: (60,65,68) (24%, 25%, 27%)

RGB channels and saturation

R 60 of 255 = 24%
G 65 of 255 = 25%
B 68 of 255 = 27%

60
65
68

R + G + B ~ 25%. #3C4144 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 65 + 68 = 193 (100%)
R 60 of 193 ~ 31.09%
G 65 of 193 ~ 33.68%
B 68 of 193 ~ 35.23'%

%31.09
%33.68
%35.23

CMYK color model

#3C4144 color CMYK value is (12,4,0,73).

  • cyan value is 11.76%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 73.33%

CMYK: (12,4,0,73)
C12M4Y0K73 (12%, 4%, 0%, 73%)
(0.12 / 0.04 / 0.00 / 0.73)

CMYK percentages

%11.76
%4.41
%0
%73.33

Codes

Color #3C4144 in popluar color models

3C 41 44
RGB 60 65 68
HSL 203° 6.25% 25.10%
HSB/HSV 203° 11.76% 26.67%
CMYK 11.76% 4.41% 0.00%
73.33%

Color #3C4144 in popluar number systems.

HEX 3C 41 44
Decimal 60 65 68
Binary 111100 1000001 1000100
Octal 74 101 104

Shades and tints

Shades of #3C4144

#3C4144
(60,65,68)
#373C3E
(55,60,62)
#323738
(50,55,56)
#2D3232
(45,50,50)
#282D2C
(40,45,44)
#232826
(35,40,38)
#1E2320
(30,35,32)
#191E1A
(25,30,26)
#141914
(20,25,20)
#0F140E
(15,20,14)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #3C4144

#3C4144
(60,65,68)
#4D5255
(77,82,85)
#5E6366
(94,99,102)
#6F7477
(111,116,119)
#808588
(128,133,136)
#919699
(145,150,153)
#A2A7AA
(162,167,170)
#B3B8BB
(179,184,187)
#C4C9CC
(196,201,204)
#D5DADD
(213,218,221)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4144 color. Also use rgb(60,65,68) instead hex code.

Text Font Color

.myTextColor { color: #3C4144; }

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

This text font color is #3C4144.

Background Color

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

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

This div background color is #3C4144.

Border color

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

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

This div border color is #3C4144.

Opacity

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

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

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

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

This text has shadow with #3C4144 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4144.

Preview

Color preview on black background

This text has color #3C4144 on black background.


Color preview on white background

This text has color #3C4144 on white background.


Black color preview on #3C4144 background

This text has black color on #3C4144 background.


White color preview on #3C4144 background

This text has white color on #3C4144 background.


Related colors

Complementary color

Complementary color for #hex is #C3BEBB.


I love getcolorcode.com

Triadic colors

1 #443C41 and #41443C with #3C4144 are triadic colors.

2 #44413C and #413C44 with #3C4144 are triadic colors.