COLOR #3C9CB0

HEX: #3C9CB0
RGB: (60,156,176)

Color info

#3C9CB0 contains mainly green and blue colors. Web safe color of #3C9CB0 is #339999 (or #399).

RGB color model

#3C9CB0 color RGB value is (60,156,176).

  • red value is 60;
  • green value is 156;
  • blue value is 176.
RGB:
(60,156,176)
(24%,61%,69%)

RGB channels and saturation

R 60 of 255 = 24%
G 156 of 255 = 61%
B 176 of 255 = 69%

60
156
176

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

Portions of RGB colors in percentages

R + G + B =
60 + 156 + 176 = 392 (100%)
R 60 of 392 ~ 15.31%
G 156 of 392 ~ 39.8%
B 176 of 392 ~ 44.9%

%15.31
%39.8
%44.9

CMYK color model

#3C9CB0 color CMYK value is (66,11,0,31).

  • cyan value is 65.91%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(66,11,0,31)
C66M11Y0K31 
(66%,11%,0%,31%)
(0.66/0.11/0.00/0.31)	

CMYK percentages

%65.91
%11.36
%0
%30.98

Codes

Color #3C9CB0 in popluar color models

3C9CB0
RGB60156176
HSL190°49.15%46.27%
HSB/HSV190°65.91%69.02%
CMYK65.91%11.36%0.00%
30.98%

Color #3C9CB0 in popluar number systems.

HEX3C9CB0
Decimal60156176
Binary1111001001110010110000
Octal74234260

Shades and tints

Shades of #3C9CB0

#3C9CB0
(60,156,176)
#378EA0
(55,142,160)
#328090
(50,128,144)
#2D7280
(45,114,128)
#286470
(40,100,112)
#235660
(35,86,96)
#1E4850
(30,72,80)
#193A40
(25,58,64)
#142C30
(20,44,48)
#0F1E20
(15,30,32)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #3C9CB0

#3C9CB0
(60,156,176)
#4DA5B7
(77,165,183)
#5EAEBE
(94,174,190)
#6FB7C5
(111,183,197)
#80C0CC
(128,192,204)
#91C9D3
(145,201,211)
#A2D2DA
(162,210,218)
#B3DBE1
(179,219,225)
#C4E4E8
(196,228,232)
#D5EDEF
(213,237,239)
#E6F6F6
(230,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C9CB0 color. Also use rgb(60,156,176) instead hex code.

Text Font Color

.myTextColor { color: #3C9CB0; }

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

This text font color is #3C9CB0.


Background Color

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

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

This div background color is #3C9CB0.


Border color

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

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

This div border color is #3C9CB0.


Opacity

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

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

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

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

This text has shadow with #3C9CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9CB0 on black background.


Color preview on white background

This text has color #3C9CB0 on white background.



Black color preview on #3C9CB0 background

This text has black color on #3C9CB0 background.


White color preview on #3C9CB0 background

This text has white color on #3C9CB0 background.