COLOR #3C7378

HEX: #3C7378
RGB: (60,115,120)

Color info

#3C7378 contains mainly green and blue colors. Web safe color of #3C7378 is #336666 (or #366).

RGB color model

#3C7378 color RGB value is (60,115,120).

  • red value is 60;
  • green value is 115;
  • blue value is 120.
RGB:
(60,115,120)
(24%,45%,47%)

RGB channels and saturation

R 60 of 255 = 24%
G 115 of 255 = 45%
B 120 of 255 = 47%

60
115
120

R + G + B ~ 39%. #3C7378 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 115 + 120 = 295 (100%)
R 60 of 295 ~ 20.34%
G 115 of 295 ~ 38.98%
B 120 of 295 ~ 40.68%

%20.34
%38.98
%40.68

CMYK color model

#3C7378 color CMYK value is (50,4,0,53).

  • cyan value is 50.00%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(50,4,0,53)
C50M4Y0K53 
(50%,4%,0%,53%)
(0.50/0.04/0.00/0.53)	

CMYK percentages

%50
%4.17
%0
%52.94

Codes

Color #3C7378 in popluar color models

3C7378
RGB60115120
HSL185°33.33%35.29%
HSB/HSV185°50.00%47.06%
CMYK50.00%4.17%0.00%
52.94%

Color #3C7378 in popluar number systems.

HEX3C7378
Decimal60115120
Binary11110011100111111000
Octal74163170

Shades and tints

Shades of #3C7378

#3C7378
(60,115,120)
#37696E
(55,105,110)
#325F64
(50,95,100)
#2D555A
(45,85,90)
#284B50
(40,75,80)
#234146
(35,65,70)
#1E373C
(30,55,60)
#192D32
(25,45,50)
#142328
(20,35,40)
#0F191E
(15,25,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #3C7378

#3C7378
(60,115,120)
#4D7F84
(77,127,132)
#5E8B90
(94,139,144)
#6F979C
(111,151,156)
#80A3A8
(128,163,168)
#91AFB4
(145,175,180)
#A2BBC0
(162,187,192)
#B3C7CC
(179,199,204)
#C4D3D8
(196,211,216)
#D5DFE4
(213,223,228)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7378 color. Also use rgb(60,115,120) instead hex code.

Text Font Color

.myTextColor { color: #3C7378; }

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

This text font color is #3C7378.


Background Color

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

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

This div background color is #3C7378.


Border color

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

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

This div border color is #3C7378.


Opacity

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

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

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

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

This text has shadow with #3C7378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7378 on black background.


Color preview on white background

This text has color #3C7378 on white background.



Black color preview on #3C7378 background

This text has black color on #3C7378 background.


White color preview on #3C7378 background

This text has white color on #3C7378 background.