COLOR #3C3F4A

HEX: #3C3F4A
RGB: (60,63,74)

Color info

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

RGB color model

#3C3F4A color RGB value is (60,63,74).

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

RGB channels and saturation

R 60 of 255 = 24%
G 63 of 255 = 25%
B 74 of 255 = 29%

60
63
74

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

Portions of RGB colors in percentages

R + G + B =
60 + 63 + 74 = 197 (100%)
R 60 of 197 ~ 30.46%
G 63 of 197 ~ 31.98%
B 74 of 197 ~ 37.56%

%30.46
%31.98
%37.56

CMYK color model

#3C3F4A color CMYK value is (19,15,0,71).

  • cyan value is 18.92%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(19,15,0,71)
C19M15Y0K71 
(19%,15%,0%,71%)
(0.19/0.15/0.00/0.71)	

CMYK percentages

%18.92
%14.86
%0
%70.98

Codes

Color #3C3F4A in popluar color models

3C3F4A
RGB606374
HSL227°10.45%26.27%
HSB/HSV227°18.92%29.02%
CMYK18.92%14.86%0.00%
70.98%

Color #3C3F4A in popluar number systems.

HEX3C3F4A
Decimal606374
Binary1111001111111001010
Octal7477112

Shades and tints

Shades of #3C3F4A

#3C3F4A
(60,63,74)
#373A44
(55,58,68)
#32353E
(50,53,62)
#2D3038
(45,48,56)
#282B32
(40,43,50)
#23262C
(35,38,44)
#1E2126
(30,33,38)
#191C20
(25,28,32)
#14171A
(20,23,26)
#0F1214
(15,18,20)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #3C3F4A

#3C3F4A
(60,63,74)
#4D505A
(77,80,90)
#5E616A
(94,97,106)
#6F727A
(111,114,122)
#80838A
(128,131,138)
#91949A
(145,148,154)
#A2A5AA
(162,165,170)
#B3B6BA
(179,182,186)
#C4C7CA
(196,199,202)
#D5D8DA
(213,216,218)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C3F4A; }

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

This text font color is #3C3F4A.


Background Color

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

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

This div background color is #3C3F4A.


Border color

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

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

This div border color is #3C3F4A.


Opacity

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

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

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

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

This text has shadow with #3C3F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C3F4A on black background.


Color preview on white background

This text has color #3C3F4A on white background.



Black color preview on #3C3F4A background

This text has black color on #3C3F4A background.


White color preview on #3C3F4A background

This text has white color on #3C3F4A background.