COLOR #3C779A

HEX: #3C779A
RGB: (60,119,154)

Color info

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

RGB color model

#3C779A color RGB value is (60,119,154).

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

RGB channels and saturation

R 60 of 255 = 24%
G 119 of 255 = 47%
B 154 of 255 = 60%

60
119
154

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

Portions of RGB colors in percentages

R + G + B =
60 + 119 + 154 = 333 (100%)
R 60 of 333 ~ 18.02%
G 119 of 333 ~ 35.74%
B 154 of 333 ~ 46.25%

%18.02
%35.74
%46.25

CMYK color model

#3C779A color CMYK value is (61,23,0,40).

  • cyan value is 61.04%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(61,23,0,40)
C61M23Y0K40 
(61%,23%,0%,40%)
(0.61/0.23/0.00/0.40)	

CMYK percentages

%61.04
%22.73
%0
%39.61

Codes

Color #3C779A in popluar color models

3C779A
RGB60119154
HSL202°43.93%41.96%
HSB/HSV202°61.04%60.39%
CMYK61.04%22.73%0.00%
39.61%

Color #3C779A in popluar number systems.

HEX3C779A
Decimal60119154
Binary111100111011110011010
Octal74167232

Shades and tints

Shades of #3C779A

#3C779A
(60,119,154)
#376D8C
(55,109,140)
#32637E
(50,99,126)
#2D5970
(45,89,112)
#284F62
(40,79,98)
#234554
(35,69,84)
#1E3B46
(30,59,70)
#193138
(25,49,56)
#14272A
(20,39,42)
#0F1D1C
(15,29,28)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #3C779A

#3C779A
(60,119,154)
#4D83A3
(77,131,163)
#5E8FAC
(94,143,172)
#6F9BB5
(111,155,181)
#80A7BE
(128,167,190)
#91B3C7
(145,179,199)
#A2BFD0
(162,191,208)
#B3CBD9
(179,203,217)
#C4D7E2
(196,215,226)
#D5E3EB
(213,227,235)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C779A; }

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

This text font color is #3C779A.


Background Color

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

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

This div background color is #3C779A.


Border color

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

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

This div border color is #3C779A.


Opacity

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

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

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

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

This text has shadow with #3C779A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C779A on black background.


Color preview on white background

This text has color #3C779A on white background.



Black color preview on #3C779A background

This text has black color on #3C779A background.


White color preview on #3C779A background

This text has white color on #3C779A background.