COLOR #3C9178

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

Color info

#3C9178 contains mainly green and blue colors. Web safe color of #3C9178 is #339966 (or #396).

RGB color model

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

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

RGB channels and saturation

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

60
145
120

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

Portions of RGB colors in percentages

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

%18.46
%44.62
%36.92

CMYK color model

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

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

CMYK percentages

%58.62
%0
%17.24
%43.14

Codes

Color #3C9178 in popluar color models

3C9178
RGB60145120
HSL162°41.46%40.20%
HSB/HSV162°58.62%56.86%
CMYK58.62%0.00%17.24%
43.14%

Color #3C9178 in popluar number systems.

HEX3C9178
Decimal60145120
Binary111100100100011111000
Octal74221170

Shades and tints

Shades of #3C9178

#3C9178
(60,145,120)
#37846E
(55,132,110)
#327764
(50,119,100)
#2D6A5A
(45,106,90)
#285D50
(40,93,80)
#235046
(35,80,70)
#1E433C
(30,67,60)
#193632
(25,54,50)
#142928
(20,41,40)
#0F1C1E
(15,28,30)
#0A0F14
(10,15,20)
#000000
(0,0,0)

Tints of #3C9178

#3C9178
(60,145,120)
#4D9B84
(77,155,132)
#5EA590
(94,165,144)
#6FAF9C
(111,175,156)
#80B9A8
(128,185,168)
#91C3B4
(145,195,180)
#A2CDC0
(162,205,192)
#B3D7CC
(179,215,204)
#C4E1D8
(196,225,216)
#D5EBE4
(213,235,228)
#E6F5F0
(230,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C9178; }

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

This text font color is #3C9178.


Background Color

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

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

This div background color is #3C9178.


Border color

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

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

This div border color is #3C9178.


Opacity

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

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

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

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

This text has shadow with #3C9178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C9178 on black background.


Color preview on white background

This text has color #3C9178 on white background.



Black color preview on #3C9178 background

This text has black color on #3C9178 background.


White color preview on #3C9178 background

This text has white color on #3C9178 background.