COLOR #3C4646

HEX: #3C4646
RGB: (60,70,70)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

60
70
70

R + G + B ~ 26%. #3C4646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 70 + 70 = 200 (100%)
R 60 of 200 ~ 30%
G 70 of 200 ~ 35%
B 70 of 200 ~ 35%

%30
%35
%35

CMYK color model

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

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

CMYK percentages

%14.29
%0
%0
%72.55

Codes

Color #3C4646 in popluar color models

3C4646
RGB607070
HSL180°7.69%25.49%
HSB/HSV180°14.29%27.45%
CMYK14.29%0.00%0.00%
72.55%

Color #3C4646 in popluar number systems.

HEX3C4646
Decimal607070
Binary11110010001101000110
Octal74106106

Shades and tints

Shades of #3C4646

#3C4646
(60,70,70)
#374040
(55,64,64)
#323A3A
(50,58,58)
#2D3434
(45,52,52)
#282E2E
(40,46,46)
#232828
(35,40,40)
#1E2222
(30,34,34)
#191C1C
(25,28,28)
#141616
(20,22,22)
#0F1010
(15,16,16)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #3C4646

#3C4646
(60,70,70)
#4D5656
(77,86,86)
#5E6666
(94,102,102)
#6F7676
(111,118,118)
#808686
(128,134,134)
#919696
(145,150,150)
#A2A6A6
(162,166,166)
#B3B6B6
(179,182,182)
#C4C6C6
(196,198,198)
#D5D6D6
(213,214,214)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4646; }

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

This text font color is #3C4646.


Background Color

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

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

This div background color is #3C4646.


Border color

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

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

This div border color is #3C4646.


Opacity

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

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

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

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

This text has shadow with #3C4646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4646 on black background.


Color preview on white background

This text has color #3C4646 on white background.



Black color preview on #3C4646 background

This text has black color on #3C4646 background.


White color preview on #3C4646 background

This text has white color on #3C4646 background.