COLOR #3C2B30

HEX: #3C2B30 RGB: (60,43,48)

Color info

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

RGB color model

#3C2B30 color RGB value is (60,43,48).

RGB: (60,43,48) (24%, 17%, 19%)

RGB channels and saturation

R 60 of 255 = 24%
G 43 of 255 = 17%
B 48 of 255 = 19%

60
43
48

R + G + B ~ 20%. #3C2B30 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 43 + 48 = 151 (100%)
R 60 of 151 ~ 39.74%
G 43 of 151 ~ 28.48%
B 48 of 151 ~ 31.79'%

%39.74
%28.48
%31.79

CMYK color model

#3C2B30 color CMYK value is (0,28,20,76).

  • cyan value is 0.00%
  • magenta value is 28.33%
  • yellow value is 20.00%
  • key color value is 76.47%
CMYK: (0,28,20,76) C0M28Y20K76 (0%,28%,20%,76%) (0.00/0.28/0.20/0.76) 

CMYK percentages

%0
%28.33
%20
%76.47

Codes

Color #3C2B30 in popluar color models

3C 2B 30
RGB 60 43 48
HSL 342° 16.50% 20.20%
HSB/HSV 342° 28.33% 23.53%
CMYK 0.00% 28.33% 20.00%
76.47%

Color #3C2B30 in popluar number systems.

HEX 3C 2B 30
Decimal 60 43 48
Binary 111100 101011 110000
Octal 74 53 60

Shades and tints

Shades of #3C2B30

#3C2B30
(60,43,48)
#37282C
(55,40,44)
#322528
(50,37,40)
#2D2224
(45,34,36)
#281F20
(40,31,32)
#231C1C
(35,28,28)
#1E1918
(30,25,24)
#191614
(25,22,20)
#141310
(20,19,16)
#0F100C
(15,16,12)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #3C2B30

#3C2B30
(60,43,48)
#4D3E42
(77,62,66)
#5E5154
(94,81,84)
#6F6466
(111,100,102)
#807778
(128,119,120)
#918A8A
(145,138,138)
#A29D9C
(162,157,156)
#B3B0AE
(179,176,174)
#C4C3C0
(196,195,192)
#D5D6D2
(213,214,210)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2B30; }

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

This text font color is #3C2B30.

Background Color

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

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

This div background color is #3C2B30.

Border color

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

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

This div border color is #3C2B30.

Opacity

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

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

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

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

This text has shadow with #3C2B30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C2B30.

Preview

Color preview on black background

This text has color #3C2B30 on black background.


Color preview on white background

This text has color #3C2B30 on white background.


Black color preview on #3C2B30 background

This text has black color on #3C2B30 background.


White color preview on #3C2B30 background

This text has white color on #3C2B30 background.


Related colors

Complementary color

Complementary color for #hex is #C3D4CF.


I love getcolorcode.com

Triadic colors

1 #303C2B and #2B303C with #3C2B30 are triadic colors.

2 #302B3C and #2B3C30 with #3C2B30 are triadic colors.