COLOR #3C778D

HEX: #3C778D
RGB: (60,119,141)

Color info

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

RGB color model

#3C778D color RGB value is (60,119,141).

  • red value is 60;
  • green value is 119;
  • blue value is 141.
RGB:
(60,119,141)
(24%,47%,55%)

RGB channels and saturation

R 60 of 255 = 24%
G 119 of 255 = 47%
B 141 of 255 = 55%

60
119
141

R + G + B ~ 42%. #3C778D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 119 + 141 = 320 (100%)
R 60 of 320 ~ 18.75%
G 119 of 320 ~ 37.19%
B 141 of 320 ~ 44.06%

%18.75
%37.19
%44.06

CMYK color model

#3C778D color CMYK value is (57,16,0,45).

  • cyan value is 57.45%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(57,16,0,45)
C57M16Y0K45 
(57%,16%,0%,45%)
(0.57/0.16/0.00/0.45)	

CMYK percentages

%57.45
%15.6
%0
%44.71

Codes

Color #3C778D in popluar color models

3C778D
RGB60119141
HSL196°40.30%39.41%
HSB/HSV196°57.45%55.29%
CMYK57.45%15.60%0.00%
44.71%

Color #3C778D in popluar number systems.

HEX3C778D
Decimal60119141
Binary111100111011110001101
Octal74167215

Shades and tints

Shades of #3C778D

#3C778D
(60,119,141)
#376D81
(55,109,129)
#326375
(50,99,117)
#2D5969
(45,89,105)
#284F5D
(40,79,93)
#234551
(35,69,81)
#1E3B45
(30,59,69)
#193139
(25,49,57)
#14272D
(20,39,45)
#0F1D21
(15,29,33)
#0A1315
(10,19,21)
#000000
(0,0,0)

Tints of #3C778D

#3C778D
(60,119,141)
#4D8397
(77,131,151)
#5E8FA1
(94,143,161)
#6F9BAB
(111,155,171)
#80A7B5
(128,167,181)
#91B3BF
(145,179,191)
#A2BFC9
(162,191,201)
#B3CBD3
(179,203,211)
#C4D7DD
(196,215,221)
#D5E3E7
(213,227,231)
#E6EFF1
(230,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C778D color. Also use rgb(60,119,141) instead hex code.

Text Font Color

.myTextColor { color: #3C778D; }

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

This text font color is #3C778D.


Background Color

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

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

This div background color is #3C778D.


Border color

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

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

This div border color is #3C778D.


Opacity

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

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

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

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

This text has shadow with #3C778D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C778D on black background.


Color preview on white background

This text has color #3C778D on white background.



Black color preview on #3C778D background

This text has black color on #3C778D background.


White color preview on #3C778D background

This text has white color on #3C778D background.