COLOR #3C7993

HEX: #3C7993
RGB: (60,121,147)

Color info

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

RGB color model

#3C7993 color RGB value is (60,121,147).

  • red value is 60;
  • green value is 121;
  • blue value is 147.
RGB:
(60,121,147)
(24%,47%,58%)

RGB channels and saturation

R 60 of 255 = 24%
G 121 of 255 = 47%
B 147 of 255 = 58%

60
121
147

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

Portions of RGB colors in percentages

R + G + B =
60 + 121 + 147 = 328 (100%)
R 60 of 328 ~ 18.29%
G 121 of 328 ~ 36.89%
B 147 of 328 ~ 44.82%

%18.29
%36.89
%44.82

CMYK color model

#3C7993 color CMYK value is (59,18,0,42).

  • cyan value is 59.18%
  • magenta value is 17.69%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(59,18,0,42)
C59M18Y0K42 
(59%,18%,0%,42%)
(0.59/0.18/0.00/0.42)	

CMYK percentages

%59.18
%17.69
%0
%42.35

Codes

Color #3C7993 in popluar color models

3C7993
RGB60121147
HSL198°42.03%40.59%
HSB/HSV198°59.18%57.65%
CMYK59.18%17.69%0.00%
42.35%

Color #3C7993 in popluar number systems.

HEX3C7993
Decimal60121147
Binary111100111100110010011
Octal74171223

Shades and tints

Shades of #3C7993

#3C7993
(60,121,147)
#376E86
(55,110,134)
#326379
(50,99,121)
#2D586C
(45,88,108)
#284D5F
(40,77,95)
#234252
(35,66,82)
#1E3745
(30,55,69)
#192C38
(25,44,56)
#14212B
(20,33,43)
#0F161E
(15,22,30)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #3C7993

#3C7993
(60,121,147)
#4D859C
(77,133,156)
#5E91A5
(94,145,165)
#6F9DAE
(111,157,174)
#80A9B7
(128,169,183)
#91B5C0
(145,181,192)
#A2C1C9
(162,193,201)
#B3CDD2
(179,205,210)
#C4D9DB
(196,217,219)
#D5E5E4
(213,229,228)
#E6F1ED
(230,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7993 color. Also use rgb(60,121,147) instead hex code.

Text Font Color

.myTextColor { color: #3C7993; }

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

This text font color is #3C7993.


Background Color

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

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

This div background color is #3C7993.


Border color

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

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

This div border color is #3C7993.


Opacity

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

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

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

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

This text has shadow with #3C7993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7993 on black background.


Color preview on white background

This text has color #3C7993 on white background.



Black color preview on #3C7993 background

This text has black color on #3C7993 background.


White color preview on #3C7993 background

This text has white color on #3C7993 background.