COLOR #3C423A

HEX: #3C423A RGB: (60,66,58)

Color info

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

RGB color model

#3C423A color RGB value is (60,66,58).

RGB: (60,66,58) (24%, 26%, 23%)

RGB channels and saturation

R 60 of 255 = 24%
G 66 of 255 = 26%
B 58 of 255 = 23%

60
66
58

R + G + B ~ 24%. #3C423A is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 66 + 58 = 184 (100%)
R 60 of 184 ~ 32.61%
G 66 of 184 ~ 35.87%
B 58 of 184 ~ 31.52'%

%32.61
%35.87
%31.52

CMYK color model

#3C423A color CMYK value is (9,0,12,74).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 74.12%

CMYK: (9,0,12,74)
C9M0Y12K74 (9%, 0%, 12%, 74%)
(0.09 / 0.00 / 0.12 / 0.74)

CMYK percentages

%9.09
%0
%12.12
%74.12

Codes

Color #3C423A in popluar color models

3C 42 3A
RGB 60 66 58
HSL 105° 6.45% 24.31%
HSB/HSV 105° 12.12% 25.88%
CMYK 9.09% 0.00% 12.12%
74.12%

Color #3C423A in popluar number systems.

HEX 3C 42 3A
Decimal 60 66 58
Binary 111100 1000010 111010
Octal 74 102 72

Shades and tints

Shades of #3C423A

#3C423A
(60,66,58)
#373C35
(55,60,53)
#323630
(50,54,48)
#2D302B
(45,48,43)
#282A26
(40,42,38)
#232421
(35,36,33)
#1E1E1C
(30,30,28)
#191817
(25,24,23)
#141212
(20,18,18)
#0F0C0D
(15,12,13)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #3C423A

#3C423A
(60,66,58)
#4D534B
(77,83,75)
#5E645C
(94,100,92)
#6F756D
(111,117,109)
#80867E
(128,134,126)
#91978F
(145,151,143)
#A2A8A0
(162,168,160)
#B3B9B1
(179,185,177)
#C4CAC2
(196,202,194)
#D5DBD3
(213,219,211)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C423A; }

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

This text font color is #3C423A.

Background Color

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

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

This div background color is #3C423A.

Border color

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

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

This div border color is #3C423A.

Opacity

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

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

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

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

This text has shadow with #3C423A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C423A.

Preview

Color preview on black background

This text has color #3C423A on black background.


Color preview on white background

This text has color #3C423A on white background.


Black color preview on #3C423A background

This text has black color on #3C423A background.


White color preview on #3C423A background

This text has white color on #3C423A background.


Related colors

Complementary color

Complementary color for #hex is #C3BDC5.


I love getcolorcode.com

Triadic colors

1 #3A3C42 and #423A3C with #3C423A are triadic colors.

2 #3A423C and #423C3A with #3C423A are triadic colors.