COLOR #3C2E66

HEX: #3C2E66
RGB: (60,46,102)

Color info

#3C2E66 contains red, green and blue colors in about the same proportion. Web safe color of #3C2E66 is #333366 (or #336).

RGB color model

#3C2E66 color RGB value is (60,46,102).

  • red value is 60;
  • green value is 46;
  • blue value is 102.
RGB:
(60,46,102)
(24%,18%,40%)

RGB channels and saturation

R 60 of 255 = 24%
G 46 of 255 = 18%
B 102 of 255 = 40%

60
46
102

R + G + B ~ 27%. #3C2E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 46 + 102 = 208 (100%)
R 60 of 208 ~ 28.85%
G 46 of 208 ~ 22.12%
B 102 of 208 ~ 49.04%

%28.85
%22.12
%49.04

CMYK color model

#3C2E66 color CMYK value is (41,55,0,60).

  • cyan value is 41.18%
  • magenta value is 54.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(41,55,0,60)
C41M55Y0K60 
(41%,55%,0%,60%)
(0.41/0.55/0.00/0.60)	

CMYK percentages

%41.18
%54.9
%0
%60

Codes

Color #3C2E66 in popluar color models

3C2E66
RGB6046102
HSL255°37.84%29.02%
HSB/HSV255°54.90%40.00%
CMYK41.18%54.90%0.00%
60.00%

Color #3C2E66 in popluar number systems.

HEX3C2E66
Decimal6046102
Binary1111001011101100110
Octal7456146

Shades and tints

Shades of #3C2E66

#3C2E66
(60,46,102)
#372A5D
(55,42,93)
#322654
(50,38,84)
#2D224B
(45,34,75)
#281E42
(40,30,66)
#231A39
(35,26,57)
#1E1630
(30,22,48)
#191227
(25,18,39)
#140E1E
(20,14,30)
#0F0A15
(15,10,21)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #3C2E66

#3C2E66
(60,46,102)
#4D4173
(77,65,115)
#5E5480
(94,84,128)
#6F678D
(111,103,141)
#807A9A
(128,122,154)
#918DA7
(145,141,167)
#A2A0B4
(162,160,180)
#B3B3C1
(179,179,193)
#C4C6CE
(196,198,206)
#D5D9DB
(213,217,219)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C2E66; }

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

This text font color is #3C2E66.


Background Color

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

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

This div background color is #3C2E66.


Border color

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

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

This div border color is #3C2E66.


Opacity

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

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

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

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

This text has shadow with #3C2E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C2E66 on black background.


Color preview on white background

This text has color #3C2E66 on white background.



Black color preview on #3C2E66 background

This text has black color on #3C2E66 background.


White color preview on #3C2E66 background

This text has white color on #3C2E66 background.