COLOR #3C915C

HEX: #3C915C
RGB: (60,145,92)

Color info

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

RGB color model

#3C915C color RGB value is (60,145,92).

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

RGB channels and saturation

R 60 of 255 = 24%
G 145 of 255 = 57%
B 92 of 255 = 36%

60
145
92

R + G + B ~ 39%. #3C915C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 145 + 92 = 297 (100%)
R 60 of 297 ~ 20.2%
G 145 of 297 ~ 48.82%
B 92 of 297 ~ 30.98%

%20.2
%48.82
%30.98

CMYK color model

#3C915C color CMYK value is (59,0,37,43).

  • cyan value is 58.62%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • key color value is 43.14%
CMYK:
(59,0,37,43)
C59M0Y37K43 
(59%,0%,37%,43%)
(0.59/0.00/0.37/0.43)	

CMYK percentages

%58.62
%0
%36.55
%43.14

Codes

Color #3C915C in popluar color models

3C915C
RGB6014592
HSL143°41.46%40.20%
HSB/HSV143°58.62%56.86%
CMYK58.62%0.00%36.55%
43.14%

Color #3C915C in popluar number systems.

HEX3C915C
Decimal6014592
Binary111100100100011011100
Octal74221134

Shades and tints

Shades of #3C915C

#3C915C
(60,145,92)
#378454
(55,132,84)
#32774C
(50,119,76)
#2D6A44
(45,106,68)
#285D3C
(40,93,60)
#235034
(35,80,52)
#1E432C
(30,67,44)
#193624
(25,54,36)
#14291C
(20,41,28)
#0F1C14
(15,28,20)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #3C915C

#3C915C
(60,145,92)
#4D9B6A
(77,155,106)
#5EA578
(94,165,120)
#6FAF86
(111,175,134)
#80B994
(128,185,148)
#91C3A2
(145,195,162)
#A2CDB0
(162,205,176)
#B3D7BE
(179,215,190)
#C4E1CC
(196,225,204)
#D5EBDA
(213,235,218)
#E6F5E8
(230,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C915C; }

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

This text font color is #3C915C.


Background Color

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

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

This div background color is #3C915C.


Border color

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

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

This div border color is #3C915C.


Opacity

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

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

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

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

This text has shadow with #3C915C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C915C on black background.


Color preview on white background

This text has color #3C915C on white background.



Black color preview on #3C915C background

This text has black color on #3C915C background.


White color preview on #3C915C background

This text has white color on #3C915C background.