COLOR #3C6381

HEX: #3C6381
RGB: (60,99,129)

Color info

#3C6381 contains mainly green and blue colors. Web safe color of #3C6381 is #336699 (or #369).

RGB color model

#3C6381 color RGB value is (60,99,129).

  • red value is 60;
  • green value is 99;
  • blue value is 129.
RGB:
(60,99,129)
(24%,39%,51%)

RGB channels and saturation

R 60 of 255 = 24%
G 99 of 255 = 39%
B 129 of 255 = 51%

60
99
129

R + G + B ~ 38%. #3C6381 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 99 + 129 = 288 (100%)
R 60 of 288 ~ 20.83%
G 99 of 288 ~ 34.38%
B 129 of 288 ~ 44.79%

%20.83
%34.38
%44.79

CMYK color model

#3C6381 color CMYK value is (53,23,0,49).

  • cyan value is 53.49%
  • magenta value is 23.26%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(53,23,0,49)
C53M23Y0K49 
(53%,23%,0%,49%)
(0.53/0.23/0.00/0.49)	

CMYK percentages

%53.49
%23.26
%0
%49.41

Codes

Color #3C6381 in popluar color models

3C6381
RGB6099129
HSL206°36.51%37.06%
HSB/HSV206°53.49%50.59%
CMYK53.49%23.26%0.00%
49.41%

Color #3C6381 in popluar number systems.

HEX3C6381
Decimal6099129
Binary111100110001110000001
Octal74143201

Shades and tints

Shades of #3C6381

#3C6381
(60,99,129)
#375A76
(55,90,118)
#32516B
(50,81,107)
#2D4860
(45,72,96)
#283F55
(40,63,85)
#23364A
(35,54,74)
#1E2D3F
(30,45,63)
#192434
(25,36,52)
#141B29
(20,27,41)
#0F121E
(15,18,30)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #3C6381

#3C6381
(60,99,129)
#4D718C
(77,113,140)
#5E7F97
(94,127,151)
#6F8DA2
(111,141,162)
#809BAD
(128,155,173)
#91A9B8
(145,169,184)
#A2B7C3
(162,183,195)
#B3C5CE
(179,197,206)
#C4D3D9
(196,211,217)
#D5E1E4
(213,225,228)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6381 color. Also use rgb(60,99,129) instead hex code.

Text Font Color

.myTextColor { color: #3C6381; }

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

This text font color is #3C6381.


Background Color

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

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

This div background color is #3C6381.


Border color

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

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

This div border color is #3C6381.


Opacity

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

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

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

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

This text has shadow with #3C6381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6381 on black background.


Color preview on white background

This text has color #3C6381 on white background.



Black color preview on #3C6381 background

This text has black color on #3C6381 background.


White color preview on #3C6381 background

This text has white color on #3C6381 background.