COLOR #3C384A

HEX: #3C384A
RGB: (60,56,74)

Color info

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

RGB color model

#3C384A color RGB value is (60,56,74).

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

RGB channels and saturation

R 60 of 255 = 24%
G 56 of 255 = 22%
B 74 of 255 = 29%

60
56
74

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

Portions of RGB colors in percentages

R + G + B =
60 + 56 + 74 = 190 (100%)
R 60 of 190 ~ 31.58%
G 56 of 190 ~ 29.47%
B 74 of 190 ~ 38.95%

%31.58
%29.47
%38.95

CMYK color model

#3C384A color CMYK value is (19,24,0,71).

  • cyan value is 18.92%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(19,24,0,71)
C19M24Y0K71 
(19%,24%,0%,71%)
(0.19/0.24/0.00/0.71)	

CMYK percentages

%18.92
%24.32
%0
%70.98

Codes

Color #3C384A in popluar color models

3C384A
RGB605674
HSL253°13.85%25.49%
HSB/HSV253°24.32%29.02%
CMYK18.92%24.32%0.00%
70.98%

Color #3C384A in popluar number systems.

HEX3C384A
Decimal605674
Binary1111001110001001010
Octal7470112

Shades and tints

Shades of #3C384A

#3C384A
(60,56,74)
#373344
(55,51,68)
#322E3E
(50,46,62)
#2D2938
(45,41,56)
#282432
(40,36,50)
#231F2C
(35,31,44)
#1E1A26
(30,26,38)
#191520
(25,21,32)
#14101A
(20,16,26)
#0F0B14
(15,11,20)
#0A060E
(10,6,14)
#000000
(0,0,0)

Tints of #3C384A

#3C384A
(60,56,74)
#4D4A5A
(77,74,90)
#5E5C6A
(94,92,106)
#6F6E7A
(111,110,122)
#80808A
(128,128,138)
#91929A
(145,146,154)
#A2A4AA
(162,164,170)
#B3B6BA
(179,182,186)
#C4C8CA
(196,200,202)
#D5DADA
(213,218,218)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C384A; }

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

This text font color is #3C384A.


Background Color

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

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

This div background color is #3C384A.


Border color

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

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

This div border color is #3C384A.


Opacity

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

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

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

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

This text has shadow with #3C384A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C384A on black background.


Color preview on white background

This text has color #3C384A on white background.



Black color preview on #3C384A background

This text has black color on #3C384A background.


White color preview on #3C384A background

This text has white color on #3C384A background.