COLOR #3C383B

HEX: #3C383B
RGB: (60,56,59)

Color info

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

RGB color model

#3C383B color RGB value is (60,56,59).

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

RGB channels and saturation

R 60 of 255 = 24%
G 56 of 255 = 22%
B 59 of 255 = 23%

60
56
59

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

Portions of RGB colors in percentages

R + G + B =
60 + 56 + 59 = 175 (100%)
R 60 of 175 ~ 34.29%
G 56 of 175 ~ 32%
B 59 of 175 ~ 33.71%

%34.29
%32
%33.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 1.67%
  • key color value is 76.47%
CMYK:
(0,7,2,76)
C0M7Y2K76 
(0%,7%,2%,76%)
(0.00/0.07/0.02/0.76)	

CMYK percentages

%0
%6.67
%1.67
%76.47

Codes

Color #3C383B in popluar color models

3C383B
RGB605659
HSL315°3.45%22.75%
HSB/HSV315°6.67%23.53%
CMYK0.00%6.67%1.67%
76.47%

Color #3C383B in popluar number systems.

HEX3C383B
Decimal605659
Binary111100111000111011
Octal747073

Shades and tints

Shades of #3C383B

#3C383B
(60,56,59)
#373336
(55,51,54)
#322E31
(50,46,49)
#2D292C
(45,41,44)
#282427
(40,36,39)
#231F22
(35,31,34)
#1E1A1D
(30,26,29)
#191518
(25,21,24)
#141013
(20,16,19)
#0F0B0E
(15,11,14)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #3C383B

#3C383B
(60,56,59)
#4D4A4C
(77,74,76)
#5E5C5D
(94,92,93)
#6F6E6E
(111,110,110)
#80807F
(128,128,127)
#919290
(145,146,144)
#A2A4A1
(162,164,161)
#B3B6B2
(179,182,178)
#C4C8C3
(196,200,195)
#D5DAD4
(213,218,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C383B; }

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

This text font color is #3C383B.


Background Color

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

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

This div background color is #3C383B.


Border color

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

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

This div border color is #3C383B.


Opacity

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

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

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

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

This text has shadow with #3C383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C383B on black background.


Color preview on white background

This text has color #3C383B on white background.



Black color preview on #3C383B background

This text has black color on #3C383B background.


White color preview on #3C383B background

This text has white color on #3C383B background.