COLOR #3E7D30

HEX: #3E7D30
RGB: (62,125,48)

Color info

#3E7D30 contains mainly green color. Web safe color of #3E7D30 is #336633 (or #363).

RGB color model

#3E7D30 color RGB value is (62,125,48).

  • red value is 62;
  • green value is 125;
  • blue value is 48.
RGB:
(62,125,48)
(24%,49%,19%)

RGB channels and saturation

R 62 of 255 = 24%
G 125 of 255 = 49%
B 48 of 255 = 19%

62
125
48

R + G + B ~ 31%. #3E7D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 125 + 48 = 235 (100%)
R 62 of 235 ~ 26.38%
G 125 of 235 ~ 53.19%
B 48 of 235 ~ 20.43%

%26.38
%53.19
%20.43

CMYK color model

#3E7D30 color CMYK value is (50,0,62,51).

  • cyan value is 50.40%
  • magenta value is 0.00%
  • yellow value is 61.60%
  • key color value is 50.98%
CMYK:
(50,0,62,51)
C50M0Y62K51 
(50%,0%,62%,51%)
(0.50/0.00/0.62/0.51)	

CMYK percentages

%50.4
%0
%61.6
%50.98

Codes

Color #3E7D30 in popluar color models

3E7D30
RGB6212548
HSL109°44.51%33.92%
HSB/HSV109°61.60%49.02%
CMYK50.40%0.00%61.60%
50.98%

Color #3E7D30 in popluar number systems.

HEX3E7D30
Decimal6212548
Binary1111101111101110000
Octal7617560

Shades and tints

Shades of #3E7D30

#3E7D30
(62,125,48)
#39722C
(57,114,44)
#346728
(52,103,40)
#2F5C24
(47,92,36)
#2A5120
(42,81,32)
#25461C
(37,70,28)
#203B18
(32,59,24)
#1B3014
(27,48,20)
#162510
(22,37,16)
#111A0C
(17,26,12)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #3E7D30

#3E7D30
(62,125,48)
#4F8842
(79,136,66)
#609354
(96,147,84)
#719E66
(113,158,102)
#82A978
(130,169,120)
#93B48A
(147,180,138)
#A4BF9C
(164,191,156)
#B5CAAE
(181,202,174)
#C6D5C0
(198,213,192)
#D7E0D2
(215,224,210)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E7D30 color. Also use rgb(62,125,48) instead hex code.

Text Font Color

.myTextColor { color: #3E7D30; }

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

This text font color is #3E7D30.


Background Color

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

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

This div background color is #3E7D30.


Border color

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

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

This div border color is #3E7D30.


Opacity

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

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

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

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

This text has shadow with #3E7D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7D30 on black background.


Color preview on white background

This text has color #3E7D30 on white background.



Black color preview on #3E7D30 background

This text has black color on #3E7D30 background.


White color preview on #3E7D30 background

This text has white color on #3E7D30 background.