COLOR #3C7884

HEX: #3C7884
RGB: (60,120,132)

Color info

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

RGB color model

#3C7884 color RGB value is (60,120,132).

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

RGB channels and saturation

R 60 of 255 = 24%
G 120 of 255 = 47%
B 132 of 255 = 52%

60
120
132

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

Portions of RGB colors in percentages

R + G + B =
60 + 120 + 132 = 312 (100%)
R 60 of 312 ~ 19.23%
G 120 of 312 ~ 38.46%
B 132 of 312 ~ 42.31%

%19.23
%38.46
%42.31

CMYK color model

#3C7884 color CMYK value is (55,9,0,48).

  • cyan value is 54.55%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(55,9,0,48)
C55M9Y0K48 
(55%,9%,0%,48%)
(0.55/0.09/0.00/0.48)	

CMYK percentages

%54.55
%9.09
%0
%48.24

Codes

Color #3C7884 in popluar color models

3C7884
RGB60120132
HSL190°37.50%37.65%
HSB/HSV190°54.55%51.76%
CMYK54.55%9.09%0.00%
48.24%

Color #3C7884 in popluar number systems.

HEX3C7884
Decimal60120132
Binary111100111100010000100
Octal74170204

Shades and tints

Shades of #3C7884

#3C7884
(60,120,132)
#376E78
(55,110,120)
#32646C
(50,100,108)
#2D5A60
(45,90,96)
#285054
(40,80,84)
#234648
(35,70,72)
#1E3C3C
(30,60,60)
#193230
(25,50,48)
#142824
(20,40,36)
#0F1E18
(15,30,24)
#0A140C
(10,20,12)
#000000
(0,0,0)

Tints of #3C7884

#3C7884
(60,120,132)
#4D848F
(77,132,143)
#5E909A
(94,144,154)
#6F9CA5
(111,156,165)
#80A8B0
(128,168,176)
#91B4BB
(145,180,187)
#A2C0C6
(162,192,198)
#B3CCD1
(179,204,209)
#C4D8DC
(196,216,220)
#D5E4E7
(213,228,231)
#E6F0F2
(230,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7884; }

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

This text font color is #3C7884.


Background Color

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

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

This div background color is #3C7884.


Border color

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

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

This div border color is #3C7884.


Opacity

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

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

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

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

This text has shadow with #3C7884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7884 on black background.


Color preview on white background

This text has color #3C7884 on white background.



Black color preview on #3C7884 background

This text has black color on #3C7884 background.


White color preview on #3C7884 background

This text has white color on #3C7884 background.