COLOR #3C3D38

HEX: #3C3D38
RGB: (60,61,56)

Color info

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

RGB color model

#3C3D38 color RGB value is (60,61,56).

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

RGB channels and saturation

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

60
61
56

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

Portions of RGB colors in percentages

R + G + B =
60 + 61 + 56 = 177 (100%)
R 60 of 177 ~ 33.9%
G 61 of 177 ~ 34.46%
B 56 of 177 ~ 31.64%

%33.9
%34.46
%31.64

CMYK color model

#3C3D38 color CMYK value is (2,0,8,76).

  • cyan value is 1.64%
  • magenta value is 0.00%
  • yellow value is 8.20%
  • key color value is 76.08%
CMYK:
(2,0,8,76)
C2M0Y8K76 
(2%,0%,8%,76%)
(0.02/0.00/0.08/0.76)	

CMYK percentages

%1.64
%0
%8.2
%76.08

Codes

Color #3C3D38 in popluar color models

3C3D38
RGB606156
HSL72°4.27%22.94%
HSB/HSV72°8.20%23.92%
CMYK1.64%0.00%8.20%
76.08%

Color #3C3D38 in popluar number systems.

HEX3C3D38
Decimal606156
Binary111100111101111000
Octal747570

Shades and tints

Shades of #3C3D38

#3C3D38
(60,61,56)
#373833
(55,56,51)
#32332E
(50,51,46)
#2D2E29
(45,46,41)
#282924
(40,41,36)
#23241F
(35,36,31)
#1E1F1A
(30,31,26)
#191A15
(25,26,21)
#141510
(20,21,16)
#0F100B
(15,16,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #3C3D38

#3C3D38
(60,61,56)
#4D4E4A
(77,78,74)
#5E5F5C
(94,95,92)
#6F706E
(111,112,110)
#808180
(128,129,128)
#919292
(145,146,146)
#A2A3A4
(162,163,164)
#B3B4B6
(179,180,182)
#C4C5C8
(196,197,200)
#D5D6DA
(213,214,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3D38; }

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

This text font color is #3C3D38.


Background Color

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

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

This div background color is #3C3D38.


Border color

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

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

This div border color is #3C3D38.


Opacity

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

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

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

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

This text has shadow with #3C3D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3D38 on black background.


Color preview on white background

This text has color #3C3D38 on white background.



Black color preview on #3C3D38 background

This text has black color on #3C3D38 background.


White color preview on #3C3D38 background

This text has white color on #3C3D38 background.