COLOR #3C3D2E

HEX: #3C3D2E
RGB: (60,61,46)

Color info

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

RGB color model

#3C3D2E color RGB value is (60,61,46).

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

RGB channels and saturation

R 60 of 255 = 24%
G 61 of 255 = 24%
B 46 of 255 = 18%

60
61
46

R + G + B ~ 22%. #3C3D2E is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 61 + 46 = 167 (100%)
R 60 of 167 ~ 35.93%
G 61 of 167 ~ 36.53%
B 46 of 167 ~ 27.54%

%35.93
%36.53
%27.54

CMYK color model

#3C3D2E color CMYK value is (2,0,25,76).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 24.59%
  • key color value is 76.08%
CMYK:
(2,0,25,76)
C2M0Y25K76 
(2%,0%,25%,76%)
(0.02/0.00/0.25/0.76)	

CMYK percentages

%1.64
%0
%24.59
%76.08

Codes

Color #3C3D2E in popluar color models

3C3D2E
RGB606146
HSL64°14.02%20.98%
HSB/HSV64°24.59%23.92%
CMYK1.64%0.00%24.59%
76.08%

Color #3C3D2E in popluar number systems.

HEX3C3D2E
Decimal606146
Binary111100111101101110
Octal747556

Shades and tints

Shades of #3C3D2E

#3C3D2E
(60,61,46)
#37382A
(55,56,42)
#323326
(50,51,38)
#2D2E22
(45,46,34)
#28291E
(40,41,30)
#23241A
(35,36,26)
#1E1F16
(30,31,22)
#191A12
(25,26,18)
#14150E
(20,21,14)
#0F100A
(15,16,10)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #3C3D2E

#3C3D2E
(60,61,46)
#4D4E41
(77,78,65)
#5E5F54
(94,95,84)
#6F7067
(111,112,103)
#80817A
(128,129,122)
#91928D
(145,146,141)
#A2A3A0
(162,163,160)
#B3B4B3
(179,180,179)
#C4C5C6
(196,197,198)
#D5D6D9
(213,214,217)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3D2E; }

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

This text font color is #3C3D2E.


Background Color

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

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

This div background color is #3C3D2E.


Border color

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

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

This div border color is #3C3D2E.


Opacity

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

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

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

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

This text has shadow with #3C3D2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3D2E on black background.


Color preview on white background

This text has color #3C3D2E on white background.



Black color preview on #3C3D2E background

This text has black color on #3C3D2E background.


White color preview on #3C3D2E background

This text has white color on #3C3D2E background.