COLOR #3C376D

HEX: #3C376D
RGB: (60,55,109)

Color info

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

RGB color model

#3C376D color RGB value is (60,55,109).

  • red value is 60;
  • green value is 55;
  • blue value is 109.
RGB:
(60,55,109)
(24%,22%,43%)

RGB channels and saturation

R 60 of 255 = 24%
G 55 of 255 = 22%
B 109 of 255 = 43%

60
55
109

R + G + B ~ 30%. #3C376D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 55 + 109 = 224 (100%)
R 60 of 224 ~ 26.79%
G 55 of 224 ~ 24.55%
B 109 of 224 ~ 48.66%

%26.79
%24.55
%48.66

CMYK color model

#3C376D color CMYK value is (45,50,0,57).

  • cyan value is 44.95%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(45,50,0,57)
C45M50Y0K57 
(45%,50%,0%,57%)
(0.45/0.50/0.00/0.57)	

CMYK percentages

%44.95
%49.54
%0
%57.25

Codes

Color #3C376D in popluar color models

3C376D
RGB6055109
HSL246°32.93%32.16%
HSB/HSV246°49.54%42.75%
CMYK44.95%49.54%0.00%
57.25%

Color #3C376D in popluar number systems.

HEX3C376D
Decimal6055109
Binary1111001101111101101
Octal7467155

Shades and tints

Shades of #3C376D

#3C376D
(60,55,109)
#373264
(55,50,100)
#322D5B
(50,45,91)
#2D2852
(45,40,82)
#282349
(40,35,73)
#231E40
(35,30,64)
#1E1937
(30,25,55)
#19142E
(25,20,46)
#140F25
(20,15,37)
#0F0A1C
(15,10,28)
#0A0513
(10,5,19)
#000000
(0,0,0)

Tints of #3C376D

#3C376D
(60,55,109)
#4D497A
(77,73,122)
#5E5B87
(94,91,135)
#6F6D94
(111,109,148)
#807FA1
(128,127,161)
#9191AE
(145,145,174)
#A2A3BB
(162,163,187)
#B3B5C8
(179,181,200)
#C4C7D5
(196,199,213)
#D5D9E2
(213,217,226)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C376D; }

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

This text font color is #3C376D.


Background Color

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

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

This div background color is #3C376D.


Border color

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

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

This div border color is #3C376D.


Opacity

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

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

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

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

This text has shadow with #3C376D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C376D on black background.


Color preview on white background

This text has color #3C376D on white background.



Black color preview on #3C376D background

This text has black color on #3C376D background.


White color preview on #3C376D background

This text has white color on #3C376D background.