COLOR #3C7C94

HEX: #3C7C94
RGB: (60,124,148)

Color info

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

RGB color model

#3C7C94 color RGB value is (60,124,148).

  • red value is 60;
  • green value is 124;
  • blue value is 148.
RGB:
(60,124,148)
(24%,49%,58%)

RGB channels and saturation

R 60 of 255 = 24%
G 124 of 255 = 49%
B 148 of 255 = 58%

60
124
148

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

Portions of RGB colors in percentages

R + G + B =
60 + 124 + 148 = 332 (100%)
R 60 of 332 ~ 18.07%
G 124 of 332 ~ 37.35%
B 148 of 332 ~ 44.58%

%18.07
%37.35
%44.58

CMYK color model

#3C7C94 color CMYK value is (59,16,0,42).

  • cyan value is 59.46%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(59,16,0,42)
C59M16Y0K42 
(59%,16%,0%,42%)
(0.59/0.16/0.00/0.42)	

CMYK percentages

%59.46
%16.22
%0
%41.96

Codes

Color #3C7C94 in popluar color models

3C7C94
RGB60124148
HSL196°42.31%40.78%
HSB/HSV196°59.46%58.04%
CMYK59.46%16.22%0.00%
41.96%

Color #3C7C94 in popluar number systems.

HEX3C7C94
Decimal60124148
Binary111100111110010010100
Octal74174224

Shades and tints

Shades of #3C7C94

#3C7C94
(60,124,148)
#377187
(55,113,135)
#32667A
(50,102,122)
#2D5B6D
(45,91,109)
#285060
(40,80,96)
#234553
(35,69,83)
#1E3A46
(30,58,70)
#192F39
(25,47,57)
#14242C
(20,36,44)
#0F191F
(15,25,31)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #3C7C94

#3C7C94
(60,124,148)
#4D879D
(77,135,157)
#5E92A6
(94,146,166)
#6F9DAF
(111,157,175)
#80A8B8
(128,168,184)
#91B3C1
(145,179,193)
#A2BECA
(162,190,202)
#B3C9D3
(179,201,211)
#C4D4DC
(196,212,220)
#D5DFE5
(213,223,229)
#E6EAEE
(230,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7C94 color. Also use rgb(60,124,148) instead hex code.

Text Font Color

.myTextColor { color: #3C7C94; }

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

This text font color is #3C7C94.


Background Color

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

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

This div background color is #3C7C94.


Border color

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

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

This div border color is #3C7C94.


Opacity

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

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

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

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

This text has shadow with #3C7C94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7C94 on black background.


Color preview on white background

This text has color #3C7C94 on white background.



Black color preview on #3C7C94 background

This text has black color on #3C7C94 background.


White color preview on #3C7C94 background

This text has white color on #3C7C94 background.