COLOR #3C4345

HEX: #3C4345 RGB: (60,67,69)

Color info

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

RGB color model

#3C4345 color RGB value is (60,67,69).

RGB: (60,67,69) (24%, 26%, 27%)

RGB channels and saturation

R 60 of 255 = 24%
G 67 of 255 = 26%
B 69 of 255 = 27%

60
67
69

R + G + B ~ 26%. #3C4345 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 67 + 69 = 196 (100%)
R 60 of 196 ~ 30.61%
G 67 of 196 ~ 34.18%
B 69 of 196 ~ 35.2'%

%30.61
%34.18
%35.2

CMYK color model

#3C4345 color CMYK value is (13,3,0,73).

  • cyan value is 13.04%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 72.94%

CMYK: (13,3,0,73)
C13M3Y0K73 (13%, 3%, 0%, 73%)
(0.13 / 0.03 / 0.00 / 0.73)

CMYK percentages

%13.04
%2.9
%0
%72.94

Codes

Color #3C4345 in popluar color models

3C 43 45
RGB 60 67 69
HSL 193° 6.98% 25.29%
HSB/HSV 193° 13.04% 27.06%
CMYK 13.04% 2.90% 0.00%
72.94%

Color #3C4345 in popluar number systems.

HEX 3C 43 45
Decimal 60 67 69
Binary 111100 1000011 1000101
Octal 74 103 105

Shades and tints

Shades of #3C4345

#3C4345
(60,67,69)
#373D3F
(55,61,63)
#323739
(50,55,57)
#2D3133
(45,49,51)
#282B2D
(40,43,45)
#232527
(35,37,39)
#1E1F21
(30,31,33)
#19191B
(25,25,27)
#141315
(20,19,21)
#0F0D0F
(15,13,15)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #3C4345

#3C4345
(60,67,69)
#4D5455
(77,84,85)
#5E6565
(94,101,101)
#6F7675
(111,118,117)
#808785
(128,135,133)
#919895
(145,152,149)
#A2A9A5
(162,169,165)
#B3BAB5
(179,186,181)
#C4CBC5
(196,203,197)
#D5DCD5
(213,220,213)
#E6EDE5
(230,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4345; }

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

This text font color is #3C4345.

Background Color

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

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

This div background color is #3C4345.

Border color

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

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

This div border color is #3C4345.

Opacity

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

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

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

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

This text has shadow with #3C4345 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C4345.

Preview

Color preview on black background

This text has color #3C4345 on black background.


Color preview on white background

This text has color #3C4345 on white background.


Black color preview on #3C4345 background

This text has black color on #3C4345 background.


White color preview on #3C4345 background

This text has white color on #3C4345 background.


Related colors

Complementary color

Complementary color for #hex is #C3BCBA.


I love getcolorcode.com

Triadic colors

1 #453C43 and #43453C with #3C4345 are triadic colors.

2 #45433C and #433C45 with #3C4345 are triadic colors.