COLOR #3C3338

HEX: #3C3338
RGB: (60,51,56)

Color info

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

RGB color model

#3C3338 color RGB value is (60,51,56).

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

RGB channels and saturation

R 60 of 255 = 24%
G 51 of 255 = 20%
B 56 of 255 = 22%

60
51
56

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

Portions of RGB colors in percentages

R + G + B =
60 + 51 + 56 = 167 (100%)
R 60 of 167 ~ 35.93%
G 51 of 167 ~ 30.54%
B 56 of 167 ~ 33.53%

%35.93
%30.54
%33.53

CMYK color model

#3C3338 color CMYK value is (0,15,7,76).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 6.67%
  • key color value is 76.47%
CMYK:
(0,15,7,76)
C0M15Y7K76 
(0%,15%,7%,76%)
(0.00/0.15/0.07/0.76)	

CMYK percentages

%0
%15
%6.67
%76.47

Codes

Color #3C3338 in popluar color models

3C3338
RGB605156
HSL327°8.11%21.76%
HSB/HSV327°15.00%23.53%
CMYK0.00%15.00%6.67%
76.47%

Color #3C3338 in popluar number systems.

HEX3C3338
Decimal605156
Binary111100110011111000
Octal746370

Shades and tints

Shades of #3C3338

#3C3338
(60,51,56)
#372F33
(55,47,51)
#322B2E
(50,43,46)
#2D2729
(45,39,41)
#282324
(40,35,36)
#231F1F
(35,31,31)
#1E1B1A
(30,27,26)
#191715
(25,23,21)
#141310
(20,19,16)
#0F0F0B
(15,15,11)
#0A0B06
(10,11,6)
#000000
(0,0,0)

Tints of #3C3338

#3C3338
(60,51,56)
#4D454A
(77,69,74)
#5E575C
(94,87,92)
#6F696E
(111,105,110)
#807B80
(128,123,128)
#918D92
(145,141,146)
#A29FA4
(162,159,164)
#B3B1B6
(179,177,182)
#C4C3C8
(196,195,200)
#D5D5DA
(213,213,218)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3338; }

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

This text font color is #3C3338.


Background Color

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

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

This div background color is #3C3338.


Border color

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

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

This div border color is #3C3338.


Opacity

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

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

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

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

This text has shadow with #3C3338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3338 on black background.


Color preview on white background

This text has color #3C3338 on white background.



Black color preview on #3C3338 background

This text has black color on #3C3338 background.


White color preview on #3C3338 background

This text has white color on #3C3338 background.