COLOR #3C443C

HEX: #3C443C RGB: (60,68,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
68
60

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

Portions of RGB colors in percentages

R + G + B = 60 + 68 + 60 = 188 (100%)
R 60 of 188 ~ 31.91%
G 68 of 188 ~ 36.17%
B 60 of 188 ~ 31.91'%

%31.91
%36.17
%31.91

CMYK color model

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

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

CMYK: (12,0,12,73)
C12M0Y12K73 (12%, 0%, 12%, 73%)
(0.12 / 0.00 / 0.12 / 0.73)

CMYK percentages

%11.76
%0
%11.76
%73.33

Codes

Color #3C443C in popluar color models

3C 44 3C
RGB 60 68 60
HSL 120° 6.25% 25.10%
HSB/HSV 120° 11.76% 26.67%
CMYK 11.76% 0.00% 11.76%
73.33%

Color #3C443C in popluar number systems.

HEX 3C 44 3C
Decimal 60 68 60
Binary 111100 1000100 111100
Octal 74 104 74

Shades and tints

Shades of #3C443C

#3C443C
(60,68,60)
#373E37
(55,62,55)
#323832
(50,56,50)
#2D322D
(45,50,45)
#282C28
(40,44,40)
#232623
(35,38,35)
#1E201E
(30,32,30)
#191A19
(25,26,25)
#141414
(20,20,20)
#0F0E0F
(15,14,15)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #3C443C

#3C443C
(60,68,60)
#4D554D
(77,85,77)
#5E665E
(94,102,94)
#6F776F
(111,119,111)
#808880
(128,136,128)
#919991
(145,153,145)
#A2AAA2
(162,170,162)
#B3BBB3
(179,187,179)
#C4CCC4
(196,204,196)
#D5DDD5
(213,221,213)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C443C; }

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

This text font color is #3C443C.

Background Color

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

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

This div background color is #3C443C.

Border color

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

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

This div border color is #3C443C.

Opacity

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

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

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

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

This text has shadow with #3C443C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C443C.

Preview

Color preview on black background

This text has color #3C443C on black background.


Color preview on white background

This text has color #3C443C on white background.


Black color preview on #3C443C background

This text has black color on #3C443C background.


White color preview on #3C443C background

This text has white color on #3C443C background.


Related colors

Complementary color

Complementary color for #hex is #C3BBC3.


I love getcolorcode.com

Triadic colors

1 #3C3C44 and #443C3C with #3C443C are triadic colors.

2 #3C443C and #443C3C with #3C443C are triadic colors.