COLOR #3C3D39

HEX: #3C3D39
RGB: (60,61,57)

Color info

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

RGB color model

#3C3D39 color RGB value is (60,61,57).

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

RGB channels and saturation

R 60 of 255 = 24%
G 61 of 255 = 24%
B 57 of 255 = 22%

60
61
57

R + G + B ~ 23%. #3C3D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 61 + 57 = 178 (100%)
R 60 of 178 ~ 33.71%
G 61 of 178 ~ 34.27%
B 57 of 178 ~ 32.02%

%33.71
%34.27
%32.02

CMYK color model

#3C3D39 color CMYK value is (2,0,7,76).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 76.08%
CMYK:
(2,0,7,76)
C2M0Y7K76 
(2%,0%,7%,76%)
(0.02/0.00/0.07/0.76)	

CMYK percentages

%1.64
%0
%6.56
%76.08

Codes

Color #3C3D39 in popluar color models

3C3D39
RGB606157
HSL75°3.39%23.14%
HSB/HSV75°6.56%23.92%
CMYK1.64%0.00%6.56%
76.08%

Color #3C3D39 in popluar number systems.

HEX3C3D39
Decimal606157
Binary111100111101111001
Octal747571

Shades and tints

Shades of #3C3D39

#3C3D39
(60,61,57)
#373834
(55,56,52)
#32332F
(50,51,47)
#2D2E2A
(45,46,42)
#282925
(40,41,37)
#232420
(35,36,32)
#1E1F1B
(30,31,27)
#191A16
(25,26,22)
#141511
(20,21,17)
#0F100C
(15,16,12)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #3C3D39

#3C3D39
(60,61,57)
#4D4E4B
(77,78,75)
#5E5F5D
(94,95,93)
#6F706F
(111,112,111)
#808181
(128,129,129)
#919293
(145,146,147)
#A2A3A5
(162,163,165)
#B3B4B7
(179,180,183)
#C4C5C9
(196,197,201)
#D5D6DB
(213,214,219)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3D39; }

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

This text font color is #3C3D39.


Background Color

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

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

This div background color is #3C3D39.


Border color

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

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

This div border color is #3C3D39.


Opacity

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

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

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

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

This text has shadow with #3C3D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3D39 on black background.


Color preview on white background

This text has color #3C3D39 on white background.



Black color preview on #3C3D39 background

This text has black color on #3C3D39 background.


White color preview on #3C3D39 background

This text has white color on #3C3D39 background.