COLOR #3C768F

HEX: #3C768F
RGB: (60,118,143)

Color info

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

RGB color model

#3C768F color RGB value is (60,118,143).

  • red value is 60;
  • green value is 118;
  • blue value is 143.
RGB:
(60,118,143)
(24%,46%,56%)

RGB channels and saturation

R 60 of 255 = 24%
G 118 of 255 = 46%
B 143 of 255 = 56%

60
118
143

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

Portions of RGB colors in percentages

R + G + B =
60 + 118 + 143 = 321 (100%)
R 60 of 321 ~ 18.69%
G 118 of 321 ~ 36.76%
B 143 of 321 ~ 44.55%

%18.69
%36.76
%44.55

CMYK color model

#3C768F color CMYK value is (58,17,0,44).

  • cyan value is 58.04%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(58,17,0,44)
C58M17Y0K44 
(58%,17%,0%,44%)
(0.58/0.17/0.00/0.44)	

CMYK percentages

%58.04
%17.48
%0
%43.92

Codes

Color #3C768F in popluar color models

3C768F
RGB60118143
HSL198°40.89%39.80%
HSB/HSV198°58.04%56.08%
CMYK58.04%17.48%0.00%
43.92%

Color #3C768F in popluar number systems.

HEX3C768F
Decimal60118143
Binary111100111011010001111
Octal74166217

Shades and tints

Shades of #3C768F

#3C768F
(60,118,143)
#376C82
(55,108,130)
#326275
(50,98,117)
#2D5868
(45,88,104)
#284E5B
(40,78,91)
#23444E
(35,68,78)
#1E3A41
(30,58,65)
#193034
(25,48,52)
#142627
(20,38,39)
#0F1C1A
(15,28,26)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #3C768F

#3C768F
(60,118,143)
#4D8299
(77,130,153)
#5E8EA3
(94,142,163)
#6F9AAD
(111,154,173)
#80A6B7
(128,166,183)
#91B2C1
(145,178,193)
#A2BECB
(162,190,203)
#B3CAD5
(179,202,213)
#C4D6DF
(196,214,223)
#D5E2E9
(213,226,233)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C768F color. Also use rgb(60,118,143) instead hex code.

Text Font Color

.myTextColor { color: #3C768F; }

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

This text font color is #3C768F.


Background Color

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

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

This div background color is #3C768F.


Border color

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

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

This div border color is #3C768F.


Opacity

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

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

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

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

This text has shadow with #3C768F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C768F on black background.


Color preview on white background

This text has color #3C768F on white background.



Black color preview on #3C768F background

This text has black color on #3C768F background.


White color preview on #3C768F background

This text has white color on #3C768F background.