COLOR #3C4046

HEX: #3C4046
RGB: (60,64,70)

Color info

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

RGB color model

#3C4046 color RGB value is (60,64,70).

  • red value is 60;
  • green value is 64;
  • blue value is 70.
RGB:
(60,64,70)
(24%,25%,27%)

RGB channels and saturation

R 60 of 255 = 24%
G 64 of 255 = 25%
B 70 of 255 = 27%

60
64
70

R + G + B ~ 25%. #3C4046 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 64 + 70 = 194 (100%)
R 60 of 194 ~ 30.93%
G 64 of 194 ~ 32.99%
B 70 of 194 ~ 36.08%

%30.93
%32.99
%36.08

CMYK color model

#3C4046 color CMYK value is (14,9,0,73).

  • cyan value is 14.29%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(14,9,0,73)
C14M9Y0K73 
(14%,9%,0%,73%)
(0.14/0.09/0.00/0.73)	

CMYK percentages

%14.29
%8.57
%0
%72.55

Codes

Color #3C4046 in popluar color models

3C4046
RGB606470
HSL216°7.69%25.49%
HSB/HSV216°14.29%27.45%
CMYK14.29%8.57%0.00%
72.55%

Color #3C4046 in popluar number systems.

HEX3C4046
Decimal606470
Binary11110010000001000110
Octal74100106

Shades and tints

Shades of #3C4046

#3C4046
(60,64,70)
#373B40
(55,59,64)
#32363A
(50,54,58)
#2D3134
(45,49,52)
#282C2E
(40,44,46)
#232728
(35,39,40)
#1E2222
(30,34,34)
#191D1C
(25,29,28)
#141816
(20,24,22)
#0F1310
(15,19,16)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #3C4046

#3C4046
(60,64,70)
#4D5156
(77,81,86)
#5E6266
(94,98,102)
#6F7376
(111,115,118)
#808486
(128,132,134)
#919596
(145,149,150)
#A2A6A6
(162,166,166)
#B3B7B6
(179,183,182)
#C4C8C6
(196,200,198)
#D5D9D6
(213,217,214)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C4046 color. Also use rgb(60,64,70) instead hex code.

Text Font Color

.myTextColor { color: #3C4046; }

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

This text font color is #3C4046.


Background Color

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

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

This div background color is #3C4046.


Border color

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

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

This div border color is #3C4046.


Opacity

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

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

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

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

This text has shadow with #3C4046 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4046 on black background.


Color preview on white background

This text has color #3C4046 on white background.



Black color preview on #3C4046 background

This text has black color on #3C4046 background.


White color preview on #3C4046 background

This text has white color on #3C4046 background.