COLOR #3C8358

HEX: #3C8358
RGB: (60,131,88)

Color info

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

RGB color model

#3C8358 color RGB value is (60,131,88).

  • red value is 60;
  • green value is 131;
  • blue value is 88.
RGB:
(60,131,88)
(24%,51%,35%)

RGB channels and saturation

R 60 of 255 = 24%
G 131 of 255 = 51%
B 88 of 255 = 35%

60
131
88

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

Portions of RGB colors in percentages

R + G + B =
60 + 131 + 88 = 279 (100%)
R 60 of 279 ~ 21.51%
G 131 of 279 ~ 46.95%
B 88 of 279 ~ 31.54%

%21.51
%46.95
%31.54

CMYK color model

#3C8358 color CMYK value is (54,0,33,49).

  • cyan value is 54.20%
  • magenta value is 0.00%
  • yellow value is 32.82%
  • key color value is 48.63%
CMYK:
(54,0,33,49)
C54M0Y33K49 
(54%,0%,33%,49%)
(0.54/0.00/0.33/0.49)	

CMYK percentages

%54.2
%0
%32.82
%48.63

Codes

Color #3C8358 in popluar color models

3C8358
RGB6013188
HSL144°37.17%37.45%
HSB/HSV144°54.20%51.37%
CMYK54.20%0.00%32.82%
48.63%

Color #3C8358 in popluar number systems.

HEX3C8358
Decimal6013188
Binary111100100000111011000
Octal74203130

Shades and tints

Shades of #3C8358

#3C8358
(60,131,88)
#377850
(55,120,80)
#326D48
(50,109,72)
#2D6240
(45,98,64)
#285738
(40,87,56)
#234C30
(35,76,48)
#1E4128
(30,65,40)
#193620
(25,54,32)
#142B18
(20,43,24)
#0F2010
(15,32,16)
#0A1508
(10,21,8)
#000000
(0,0,0)

Tints of #3C8358

#3C8358
(60,131,88)
#4D8E67
(77,142,103)
#5E9976
(94,153,118)
#6FA485
(111,164,133)
#80AF94
(128,175,148)
#91BAA3
(145,186,163)
#A2C5B2
(162,197,178)
#B3D0C1
(179,208,193)
#C4DBD0
(196,219,208)
#D5E6DF
(213,230,223)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8358 color. Also use rgb(60,131,88) instead hex code.

Text Font Color

.myTextColor { color: #3C8358; }

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

This text font color is #3C8358.


Background Color

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

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

This div background color is #3C8358.


Border color

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

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

This div border color is #3C8358.


Opacity

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

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

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

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

This text has shadow with #3C8358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8358 on black background.


Color preview on white background

This text has color #3C8358 on white background.



Black color preview on #3C8358 background

This text has black color on #3C8358 background.


White color preview on #3C8358 background

This text has white color on #3C8358 background.