COLOR #3C7891

HEX: #3C7891
RGB: (60,120,145)

Color info

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

RGB color model

#3C7891 color RGB value is (60,120,145).

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

RGB channels and saturation

R 60 of 255 = 24%
G 120 of 255 = 47%
B 145 of 255 = 57%

60
120
145

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

Portions of RGB colors in percentages

R + G + B =
60 + 120 + 145 = 325 (100%)
R 60 of 325 ~ 18.46%
G 120 of 325 ~ 36.92%
B 145 of 325 ~ 44.62%

%18.46
%36.92
%44.62

CMYK color model

#3C7891 color CMYK value is (59,17,0,43).

  • cyan value is 58.62%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(59,17,0,43)
C59M17Y0K43 
(59%,17%,0%,43%)
(0.59/0.17/0.00/0.43)	

CMYK percentages

%58.62
%17.24
%0
%43.14

Codes

Color #3C7891 in popluar color models

3C7891
RGB60120145
HSL198°41.46%40.20%
HSB/HSV198°58.62%56.86%
CMYK58.62%17.24%0.00%
43.14%

Color #3C7891 in popluar number systems.

HEX3C7891
Decimal60120145
Binary111100111100010010001
Octal74170221

Shades and tints

Shades of #3C7891

#3C7891
(60,120,145)
#376E84
(55,110,132)
#326477
(50,100,119)
#2D5A6A
(45,90,106)
#28505D
(40,80,93)
#234650
(35,70,80)
#1E3C43
(30,60,67)
#193236
(25,50,54)
#142829
(20,40,41)
#0F1E1C
(15,30,28)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #3C7891

#3C7891
(60,120,145)
#4D849B
(77,132,155)
#5E90A5
(94,144,165)
#6F9CAF
(111,156,175)
#80A8B9
(128,168,185)
#91B4C3
(145,180,195)
#A2C0CD
(162,192,205)
#B3CCD7
(179,204,215)
#C4D8E1
(196,216,225)
#D5E4EB
(213,228,235)
#E6F0F5
(230,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7891; }

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

This text font color is #3C7891.


Background Color

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

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

This div background color is #3C7891.


Border color

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

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

This div border color is #3C7891.


Opacity

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

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

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

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

This text has shadow with #3C7891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7891 on black background.


Color preview on white background

This text has color #3C7891 on white background.



Black color preview on #3C7891 background

This text has black color on #3C7891 background.


White color preview on #3C7891 background

This text has white color on #3C7891 background.