COLOR #3C9AAA

HEX: #3C9AAA
RGB: (60,154,170)

Color info

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

RGB color model

#3C9AAA color RGB value is (60,154,170).

  • red value is 60;
  • green value is 154;
  • blue value is 170.
RGB:
(60,154,170)
(24%,60%,67%)

RGB channels and saturation

R 60 of 255 = 24%
G 154 of 255 = 60%
B 170 of 255 = 67%

60
154
170

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

Portions of RGB colors in percentages

R + G + B =
60 + 154 + 170 = 384 (100%)
R 60 of 384 ~ 15.63%
G 154 of 384 ~ 40.1%
B 170 of 384 ~ 44.27%

%15.63
%40.1
%44.27

CMYK color model

#3C9AAA color CMYK value is (65,9,0,33).

  • cyan value is 64.71%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(65,9,0,33)
C65M9Y0K33 
(65%,9%,0%,33%)
(0.65/0.09/0.00/0.33)	

CMYK percentages

%64.71
%9.41
%0
%33.33

Codes

Color #3C9AAA in popluar color models

3C9AAA
RGB60154170
HSL189°47.83%45.10%
HSB/HSV189°64.71%66.67%
CMYK64.71%9.41%0.00%
33.33%

Color #3C9AAA in popluar number systems.

HEX3C9AAA
Decimal60154170
Binary1111001001101010101010
Octal74232252

Shades and tints

Shades of #3C9AAA

#3C9AAA
(60,154,170)
#378C9B
(55,140,155)
#327E8C
(50,126,140)
#2D707D
(45,112,125)
#28626E
(40,98,110)
#23545F
(35,84,95)
#1E4650
(30,70,80)
#193841
(25,56,65)
#142A32
(20,42,50)
#0F1C23
(15,28,35)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #3C9AAA

#3C9AAA
(60,154,170)
#4DA3B1
(77,163,177)
#5EACB8
(94,172,184)
#6FB5BF
(111,181,191)
#80BEC6
(128,190,198)
#91C7CD
(145,199,205)
#A2D0D4
(162,208,212)
#B3D9DB
(179,217,219)
#C4E2E2
(196,226,226)
#D5EBE9
(213,235,233)
#E6F4F0
(230,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C9AAA color. Also use rgb(60,154,170) instead hex code.

Text Font Color

.myTextColor { color: #3C9AAA; }

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

This text font color is #3C9AAA.


Background Color

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

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

This div background color is #3C9AAA.


Border color

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

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

This div border color is #3C9AAA.


Opacity

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

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

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

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

This text has shadow with #3C9AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9AAA on black background.


Color preview on white background

This text has color #3C9AAA on white background.



Black color preview on #3C9AAA background

This text has black color on #3C9AAA background.


White color preview on #3C9AAA background

This text has white color on #3C9AAA background.