COLOR #3C6283

HEX: #3C6283
RGB: (60,98,131)

Color info

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

RGB color model

#3C6283 color RGB value is (60,98,131).

  • red value is 60;
  • green value is 98;
  • blue value is 131.
RGB:
(60,98,131)
(24%,38%,51%)

RGB channels and saturation

R 60 of 255 = 24%
G 98 of 255 = 38%
B 131 of 255 = 51%

60
98
131

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

Portions of RGB colors in percentages

R + G + B =
60 + 98 + 131 = 289 (100%)
R 60 of 289 ~ 20.76%
G 98 of 289 ~ 33.91%
B 131 of 289 ~ 45.33%

%20.76
%33.91
%45.33

CMYK color model

#3C6283 color CMYK value is (54,25,0,49).

  • cyan value is 54.20%
  • magenta value is 25.19%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(54,25,0,49)
C54M25Y0K49 
(54%,25%,0%,49%)
(0.54/0.25/0.00/0.49)	

CMYK percentages

%54.2
%25.19
%0
%48.63

Codes

Color #3C6283 in popluar color models

3C6283
RGB6098131
HSL208°37.17%37.45%
HSB/HSV208°54.20%51.37%
CMYK54.20%25.19%0.00%
48.63%

Color #3C6283 in popluar number systems.

HEX3C6283
Decimal6098131
Binary111100110001010000011
Octal74142203

Shades and tints

Shades of #3C6283

#3C6283
(60,98,131)
#375A78
(55,90,120)
#32526D
(50,82,109)
#2D4A62
(45,74,98)
#284257
(40,66,87)
#233A4C
(35,58,76)
#1E3241
(30,50,65)
#192A36
(25,42,54)
#14222B
(20,34,43)
#0F1A20
(15,26,32)
#0A1215
(10,18,21)
#000000
(0,0,0)

Tints of #3C6283

#3C6283
(60,98,131)
#4D708E
(77,112,142)
#5E7E99
(94,126,153)
#6F8CA4
(111,140,164)
#809AAF
(128,154,175)
#91A8BA
(145,168,186)
#A2B6C5
(162,182,197)
#B3C4D0
(179,196,208)
#C4D2DB
(196,210,219)
#D5E0E6
(213,224,230)
#E6EEF1
(230,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C6283 color. Also use rgb(60,98,131) instead hex code.

Text Font Color

.myTextColor { color: #3C6283; }

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

This text font color is #3C6283.


Background Color

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

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

This div background color is #3C6283.


Border color

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

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

This div border color is #3C6283.


Opacity

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

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

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

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

This text has shadow with #3C6283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C6283 on black background.


Color preview on white background

This text has color #3C6283 on white background.



Black color preview on #3C6283 background

This text has black color on #3C6283 background.


White color preview on #3C6283 background

This text has white color on #3C6283 background.