COLOR #3C3529

HEX: #3C3529 RGB: (60,53,41)

Color info

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

RGB color model

#3C3529 color RGB value is (60,53,41).

RGB: (60,53,41) (24%, 21%, 16%)

RGB channels and saturation

R 60 of 255 = 24%
G 53 of 255 = 21%
B 41 of 255 = 16%

60
53
41

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

Portions of RGB colors in percentages

R + G + B = 60 + 53 + 41 = 154 (100%)
R 60 of 154 ~ 38.96%
G 53 of 154 ~ 34.42%
B 41 of 154 ~ 26.62'%

%38.96
%34.42
%26.62

CMYK color model

#3C3529 color CMYK value is (0,12,32,76).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 31.67%
  • key color value is 76.47%

CMYK: (0,12,32,76)
C0M12Y32K76 (0%, 12%, 32%, 76%)
(0.00 / 0.12 / 0.32 / 0.76)

CMYK percentages

%0
%11.67
%31.67
%76.47

Codes

Color #3C3529 in popluar color models

3C 35 29
RGB 60 53 41
HSL 38° 18.81% 19.80%
HSB/HSV 38° 31.67% 23.53%
CMYK 0.00% 11.67% 31.67%
76.47%

Color #3C3529 in popluar number systems.

HEX 3C 35 29
Decimal 60 53 41
Binary 111100 110101 101001
Octal 74 65 51

Shades and tints

Shades of #3C3529

#3C3529
(60,53,41)
#373126
(55,49,38)
#322D23
(50,45,35)
#2D2920
(45,41,32)
#28251D
(40,37,29)
#23211A
(35,33,26)
#1E1D17
(30,29,23)
#191914
(25,25,20)
#141511
(20,21,17)
#0F110E
(15,17,14)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #3C3529

#3C3529
(60,53,41)
#4D473C
(77,71,60)
#5E594F
(94,89,79)
#6F6B62
(111,107,98)
#807D75
(128,125,117)
#918F88
(145,143,136)
#A2A19B
(162,161,155)
#B3B3AE
(179,179,174)
#C4C5C1
(196,197,193)
#D5D7D4
(213,215,212)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3529; }

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

This text font color is #3C3529.

Background Color

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

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

This div background color is #3C3529.

Border color

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

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

This div border color is #3C3529.

Opacity

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

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

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

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

This text has shadow with #3C3529 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3529.

Preview

Color preview on black background

This text has color #3C3529 on black background.


Color preview on white background

This text has color #3C3529 on white background.


Black color preview on #3C3529 background

This text has black color on #3C3529 background.


White color preview on #3C3529 background

This text has white color on #3C3529 background.


Related colors

Complementary color

Complementary color for #hex is #C3CAD6.


I love getcolorcode.com

Triadic colors

1 #293C35 and #35293C with #3C3529 are triadic colors.

2 #29353C and #353C29 with #3C3529 are triadic colors.