COLOR #3E952A

HEX: #3E952A
RGB: (62,149,42)

Color info

#3E952A contains mainly green color. Web safe color of #3E952A is #339933 (or #393).

RGB color model

#3E952A color RGB value is (62,149,42).

  • red value is 62;
  • green value is 149;
  • blue value is 42.
RGB:
(62,149,42)
(24%,58%,16%)

RGB channels and saturation

R 62 of 255 = 24%
G 149 of 255 = 58%
B 42 of 255 = 16%

62
149
42

R + G + B ~ 33%. #3E952A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 149 + 42 = 253 (100%)
R 62 of 253 ~ 24.51%
G 149 of 253 ~ 58.89%
B 42 of 253 ~ 16.6%

%24.51
%58.89
%16.6

CMYK color model

#3E952A color CMYK value is (58,0,72,42).

  • cyan value is 58.39%
  • magenta value is 0.00%
  • yellow value is 71.81%
  • key color value is 41.57%
CMYK:
(58,0,72,42)
C58M0Y72K42 
(58%,0%,72%,42%)
(0.58/0.00/0.72/0.42)	

CMYK percentages

%58.39
%0
%71.81
%41.57

Codes

Color #3E952A in popluar color models

3E952A
RGB6214942
HSL109°56.02%37.45%
HSB/HSV109°71.81%58.43%
CMYK58.39%0.00%71.81%
41.57%

Color #3E952A in popluar number systems.

HEX3E952A
Decimal6214942
Binary11111010010101101010
Octal7622552

Shades and tints

Shades of #3E952A

#3E952A
(62,149,42)
#398827
(57,136,39)
#347B24
(52,123,36)
#2F6E21
(47,110,33)
#2A611E
(42,97,30)
#25541B
(37,84,27)
#204718
(32,71,24)
#1B3A15
(27,58,21)
#162D12
(22,45,18)
#11200F
(17,32,15)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #3E952A

#3E952A
(62,149,42)
#4F9E3D
(79,158,61)
#60A750
(96,167,80)
#71B063
(113,176,99)
#82B976
(130,185,118)
#93C289
(147,194,137)
#A4CB9C
(164,203,156)
#B5D4AF
(181,212,175)
#C6DDC2
(198,221,194)
#D7E6D5
(215,230,213)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E952A color. Also use rgb(62,149,42) instead hex code.

Text Font Color

.myTextColor { color: #3E952A; }

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

This text font color is #3E952A.


Background Color

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

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

This div background color is #3E952A.


Border color

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

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

This div border color is #3E952A.


Opacity

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

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

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

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

This text has shadow with #3E952A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E952A on black background.


Color preview on white background

This text has color #3E952A on white background.



Black color preview on #3E952A background

This text has black color on #3E952A background.


White color preview on #3E952A background

This text has white color on #3E952A background.