COLOR #3C8656

HEX: #3C8656
RGB: (60,134,86)

Color info

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

RGB color model

#3C8656 color RGB value is (60,134,86).

  • red value is 60;
  • green value is 134;
  • blue value is 86.
RGB:
(60,134,86)
(24%,53%,34%)

RGB channels and saturation

R 60 of 255 = 24%
G 134 of 255 = 53%
B 86 of 255 = 34%

60
134
86

R + G + B ~ 37%. #3C8656 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 134 + 86 = 280 (100%)
R 60 of 280 ~ 21.43%
G 134 of 280 ~ 47.86%
B 86 of 280 ~ 30.71%

%21.43
%47.86
%30.71

CMYK color model

#3C8656 color CMYK value is (55,0,36,47).

  • cyan value is 55.22%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 47.45%
CMYK:
(55,0,36,47)
C55M0Y36K47 
(55%,0%,36%,47%)
(0.55/0.00/0.36/0.47)	

CMYK percentages

%55.22
%0
%35.82
%47.45

Codes

Color #3C8656 in popluar color models

3C8656
RGB6013486
HSL141°38.14%38.04%
HSB/HSV141°55.22%52.55%
CMYK55.22%0.00%35.82%
47.45%

Color #3C8656 in popluar number systems.

HEX3C8656
Decimal6013486
Binary111100100001101010110
Octal74206126

Shades and tints

Shades of #3C8656

#3C8656
(60,134,86)
#377A4F
(55,122,79)
#326E48
(50,110,72)
#2D6241
(45,98,65)
#28563A
(40,86,58)
#234A33
(35,74,51)
#1E3E2C
(30,62,44)
#193225
(25,50,37)
#14261E
(20,38,30)
#0F1A17
(15,26,23)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #3C8656

#3C8656
(60,134,86)
#4D9165
(77,145,101)
#5E9C74
(94,156,116)
#6FA783
(111,167,131)
#80B292
(128,178,146)
#91BDA1
(145,189,161)
#A2C8B0
(162,200,176)
#B3D3BF
(179,211,191)
#C4DECE
(196,222,206)
#D5E9DD
(213,233,221)
#E6F4EC
(230,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8656 color. Also use rgb(60,134,86) instead hex code.

Text Font Color

.myTextColor { color: #3C8656; }

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

This text font color is #3C8656.


Background Color

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

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

This div background color is #3C8656.


Border color

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

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

This div border color is #3C8656.


Opacity

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

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

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

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

This text has shadow with #3C8656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8656 on black background.


Color preview on white background

This text has color #3C8656 on white background.



Black color preview on #3C8656 background

This text has black color on #3C8656 background.


White color preview on #3C8656 background

This text has white color on #3C8656 background.