COLOR #3C4C4A

HEX: #3C4C4A
RGB: (60,76,74)

Color info

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

RGB color model

#3C4C4A color RGB value is (60,76,74).

  • red value is 60;
  • green value is 76;
  • blue value is 74.
RGB:
(60,76,74)
(24%,30%,29%)

RGB channels and saturation

R 60 of 255 = 24%
G 76 of 255 = 30%
B 74 of 255 = 29%

60
76
74

R + G + B ~ 28%. #3C4C4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 76 + 74 = 210 (100%)
R 60 of 210 ~ 28.57%
G 76 of 210 ~ 36.19%
B 74 of 210 ~ 35.24%

%28.57
%36.19
%35.24

CMYK color model

#3C4C4A color CMYK value is (21,0,3,70).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 70.20%
CMYK:
(21,0,3,70)
C21M0Y3K70 
(21%,0%,3%,70%)
(0.21/0.00/0.03/0.70)	

CMYK percentages

%21.05
%0
%2.63
%70.2

Codes

Color #3C4C4A in popluar color models

3C4C4A
RGB607674
HSL173°11.76%26.67%
HSB/HSV173°21.05%29.80%
CMYK21.05%0.00%2.63%
70.20%

Color #3C4C4A in popluar number systems.

HEX3C4C4A
Decimal607674
Binary11110010011001001010
Octal74114112

Shades and tints

Shades of #3C4C4A

#3C4C4A
(60,76,74)
#374644
(55,70,68)
#32403E
(50,64,62)
#2D3A38
(45,58,56)
#283432
(40,52,50)
#232E2C
(35,46,44)
#1E2826
(30,40,38)
#192220
(25,34,32)
#141C1A
(20,28,26)
#0F1614
(15,22,20)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #3C4C4A

#3C4C4A
(60,76,74)
#4D5C5A
(77,92,90)
#5E6C6A
(94,108,106)
#6F7C7A
(111,124,122)
#808C8A
(128,140,138)
#919C9A
(145,156,154)
#A2ACAA
(162,172,170)
#B3BCBA
(179,188,186)
#C4CCCA
(196,204,202)
#D5DCDA
(213,220,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C4C4A; }

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

This text font color is #3C4C4A.


Background Color

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

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

This div background color is #3C4C4A.


Border color

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

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

This div border color is #3C4C4A.


Opacity

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

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

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

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

This text has shadow with #3C4C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C4C4A on black background.


Color preview on white background

This text has color #3C4C4A on white background.



Black color preview on #3C4C4A background

This text has black color on #3C4C4A background.


White color preview on #3C4C4A background

This text has white color on #3C4C4A background.