COLOR #3C3D29

HEX: #3C3D29
RGB: (60,61,41)

Color info

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

RGB color model

#3C3D29 color RGB value is (60,61,41).

  • red value is 60;
  • green value is 61;
  • blue value is 41.
RGB:
(60,61,41)
(24%,24%,16%)

RGB channels and saturation

R 60 of 255 = 24%
G 61 of 255 = 24%
B 41 of 255 = 16%

60
61
41

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

Portions of RGB colors in percentages

R + G + B =
60 + 61 + 41 = 162 (100%)
R 60 of 162 ~ 37.04%
G 61 of 162 ~ 37.65%
B 41 of 162 ~ 25.31%

%37.04
%37.65
%25.31

CMYK color model

#3C3D29 color CMYK value is (2,0,33,76).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 76.08%
CMYK:
(2,0,33,76)
C2M0Y33K76 
(2%,0%,33%,76%)
(0.02/0.00/0.33/0.76)	

CMYK percentages

%1.64
%0
%32.79
%76.08

Codes

Color #3C3D29 in popluar color models

3C3D29
RGB606141
HSL63°19.61%20.00%
HSB/HSV63°32.79%23.92%
CMYK1.64%0.00%32.79%
76.08%

Color #3C3D29 in popluar number systems.

HEX3C3D29
Decimal606141
Binary111100111101101001
Octal747551

Shades and tints

Shades of #3C3D29

#3C3D29
(60,61,41)
#373826
(55,56,38)
#323323
(50,51,35)
#2D2E20
(45,46,32)
#28291D
(40,41,29)
#23241A
(35,36,26)
#1E1F17
(30,31,23)
#191A14
(25,26,20)
#141511
(20,21,17)
#0F100E
(15,16,14)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #3C3D29

#3C3D29
(60,61,41)
#4D4E3C
(77,78,60)
#5E5F4F
(94,95,79)
#6F7062
(111,112,98)
#808175
(128,129,117)
#919288
(145,146,136)
#A2A39B
(162,163,155)
#B3B4AE
(179,180,174)
#C4C5C1
(196,197,193)
#D5D6D4
(213,214,212)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3D29; }

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

This text font color is #3C3D29.


Background Color

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

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

This div background color is #3C3D29.


Border color

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

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

This div border color is #3C3D29.


Opacity

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

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

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

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

This text has shadow with #3C3D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3D29 on black background.


Color preview on white background

This text has color #3C3D29 on white background.



Black color preview on #3C3D29 background

This text has black color on #3C3D29 background.


White color preview on #3C3D29 background

This text has white color on #3C3D29 background.