COLOR #3C3126

HEX: #3C3126
RGB: (60,49,38)

Color info

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

RGB color model

#3C3126 color RGB value is (60,49,38).

  • red value is 60;
  • green value is 49;
  • blue value is 38.
RGB:
(60,49,38)
(24%,19%,15%)

RGB channels and saturation

R 60 of 255 = 24%
G 49 of 255 = 19%
B 38 of 255 = 15%

60
49
38

R + G + B ~ 19%. #3C3126 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 49 + 38 = 147 (100%)
R 60 of 147 ~ 40.82%
G 49 of 147 ~ 33.33%
B 38 of 147 ~ 25.85%

%40.82
%33.33
%25.85

CMYK color model

#3C3126 color CMYK value is (0,18,37,76).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 36.67%
  • key color value is 76.47%
CMYK:
(0,18,37,76)
C0M18Y37K76 
(0%,18%,37%,76%)
(0.00/0.18/0.37/0.76)	

CMYK percentages

%0
%18.33
%36.67
%76.47

Codes

Color #3C3126 in popluar color models

3C3126
RGB604938
HSL30°22.45%19.22%
HSB/HSV30°36.67%23.53%
CMYK0.00%18.33%36.67%
76.47%

Color #3C3126 in popluar number systems.

HEX3C3126
Decimal604938
Binary111100110001100110
Octal746146

Shades and tints

Shades of #3C3126

#3C3126
(60,49,38)
#372D23
(55,45,35)
#322920
(50,41,32)
#2D251D
(45,37,29)
#28211A
(40,33,26)
#231D17
(35,29,23)
#1E1914
(30,25,20)
#191511
(25,21,17)
#14110E
(20,17,14)
#0F0D0B
(15,13,11)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #3C3126

#3C3126
(60,49,38)
#4D4339
(77,67,57)
#5E554C
(94,85,76)
#6F675F
(111,103,95)
#807972
(128,121,114)
#918B85
(145,139,133)
#A29D98
(162,157,152)
#B3AFAB
(179,175,171)
#C4C1BE
(196,193,190)
#D5D3D1
(213,211,209)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C3126 color. Also use rgb(60,49,38) instead hex code.

Text Font Color

.myTextColor { color: #3C3126; }

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

This text font color is #3C3126.


Background Color

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

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

This div background color is #3C3126.


Border color

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

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

This div border color is #3C3126.


Opacity

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

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

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

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

This text has shadow with #3C3126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3126 on black background.


Color preview on white background

This text has color #3C3126 on white background.



Black color preview on #3C3126 background

This text has black color on #3C3126 background.


White color preview on #3C3126 background

This text has white color on #3C3126 background.