COLOR #3C343E

HEX: #3C343E
RGB: (60,52,62)

Color info

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

RGB color model

#3C343E color RGB value is (60,52,62).

  • red value is 60;
  • green value is 52;
  • blue value is 62.
RGB:
(60,52,62)
(24%,20%,24%)

RGB channels and saturation

R 60 of 255 = 24%
G 52 of 255 = 20%
B 62 of 255 = 24%

60
52
62

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

Portions of RGB colors in percentages

R + G + B =
60 + 52 + 62 = 174 (100%)
R 60 of 174 ~ 34.48%
G 52 of 174 ~ 29.89%
B 62 of 174 ~ 35.63%

%34.48
%29.89
%35.63

CMYK color model

#3C343E color CMYK value is (3,16,0,76).

  • cyan value is 3.23%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(3,16,0,76)
C3M16Y0K76 
(3%,16%,0%,76%)
(0.03/0.16/0.00/0.76)	

CMYK percentages

%3.23
%16.13
%0
%75.69

Codes

Color #3C343E in popluar color models

3C343E
RGB605262
HSL288°8.77%22.35%
HSB/HSV288°16.13%24.31%
CMYK3.23%16.13%0.00%
75.69%

Color #3C343E in popluar number systems.

HEX3C343E
Decimal605262
Binary111100110100111110
Octal746476

Shades and tints

Shades of #3C343E

#3C343E
(60,52,62)
#373039
(55,48,57)
#322C34
(50,44,52)
#2D282F
(45,40,47)
#28242A
(40,36,42)
#232025
(35,32,37)
#1E1C20
(30,28,32)
#19181B
(25,24,27)
#141416
(20,20,22)
#0F1011
(15,16,17)
#0A0C0C
(10,12,12)
#000000
(0,0,0)

Tints of #3C343E

#3C343E
(60,52,62)
#4D464F
(77,70,79)
#5E5860
(94,88,96)
#6F6A71
(111,106,113)
#807C82
(128,124,130)
#918E93
(145,142,147)
#A2A0A4
(162,160,164)
#B3B2B5
(179,178,181)
#C4C4C6
(196,196,198)
#D5D6D7
(213,214,215)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C343E color. Also use rgb(60,52,62) instead hex code.

Text Font Color

.myTextColor { color: #3C343E; }

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

This text font color is #3C343E.


Background Color

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

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

This div background color is #3C343E.


Border color

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

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

This div border color is #3C343E.


Opacity

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

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

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

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

This text has shadow with #3C343E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C343E on black background.


Color preview on white background

This text has color #3C343E on white background.



Black color preview on #3C343E background

This text has black color on #3C343E background.


White color preview on #3C343E background

This text has white color on #3C343E background.