COLOR #3C3929

HEX: #3C3929 RGB: (60,57,41)

Color info

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

RGB color model

#3C3929 color RGB value is (60,57,41).

RGB: (60,57,41) (24%, 22%, 16%)

RGB channels and saturation

R 60 of 255 = 24%
G 57 of 255 = 22%
B 41 of 255 = 16%

60
57
41

R + G + B ~ 21%. #3C3929 is dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 57 + 41 = 158 (100%)
R 60 of 158 ~ 37.97%
G 57 of 158 ~ 36.08%
B 41 of 158 ~ 25.95'%

%37.97
%36.08
%25.95

CMYK color model

#3C3929 color CMYK value is (0,5,32,76).

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

CMYK: (0,5,32,76)
C0M5Y32K76 (0%, 5%, 32%, 76%)
(0.00 / 0.05 / 0.32 / 0.76)

CMYK percentages

%0
%5
%31.67
%76.47

Codes

Color #3C3929 in popluar color models

3C 39 29
RGB 60 57 41
HSL 51° 18.81% 19.80%
HSB/HSV 51° 31.67% 23.53%
CMYK 0.00% 5.00% 31.67%
76.47%

Color #3C3929 in popluar number systems.

HEX 3C 39 29
Decimal 60 57 41
Binary 111100 111001 101001
Octal 74 71 51

Shades and tints

Shades of #3C3929

#3C3929
(60,57,41)
#373426
(55,52,38)
#322F23
(50,47,35)
#2D2A20
(45,42,32)
#28251D
(40,37,29)
#23201A
(35,32,26)
#1E1B17
(30,27,23)
#191614
(25,22,20)
#141111
(20,17,17)
#0F0C0E
(15,12,14)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #3C3929

#3C3929
(60,57,41)
#4D4B3C
(77,75,60)
#5E5D4F
(94,93,79)
#6F6F62
(111,111,98)
#808175
(128,129,117)
#919388
(145,147,136)
#A2A59B
(162,165,155)
#B3B7AE
(179,183,174)
#C4C9C1
(196,201,193)
#D5DBD4
(213,219,212)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3929; }

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

This text font color is #3C3929.

Background Color

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

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

This div background color is #3C3929.

Border color

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

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

This div border color is #3C3929.

Opacity

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

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

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

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

This text has shadow with #3C3929 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C3929.

Preview

Color preview on black background

This text has color #3C3929 on black background.


Color preview on white background

This text has color #3C3929 on white background.


Black color preview on #3C3929 background

This text has black color on #3C3929 background.


White color preview on #3C3929 background

This text has white color on #3C3929 background.


Related colors

Complementary color

Complementary color for #hex is #C3C6D6.


I love getcolorcode.com

Triadic colors

1 #293C39 and #39293C with #3C3929 are triadic colors.

2 #29393C and #393C29 with #3C3929 are triadic colors.