COLOR #3E7430

HEX: #3E7430
RGB: (62,116,48)

Color info

#3E7430 contains mainly red and green colors. Web safe color of #3E7430 is #336633 (or #363).

RGB color model

#3E7430 color RGB value is (62,116,48).

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

RGB channels and saturation

R 62 of 255 = 24%
G 116 of 255 = 45%
B 48 of 255 = 19%

62
116
48

R + G + B ~ 29%. #3E7430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 116 + 48 = 226 (100%)
R 62 of 226 ~ 27.43%
G 116 of 226 ~ 51.33%
B 48 of 226 ~ 21.24%

%27.43
%51.33
%21.24

CMYK color model

#3E7430 color CMYK value is (47,0,59,55).

  • cyan value is 46.55%
  • magenta value is 0.00%
  • yellow value is 58.62%
  • key color value is 54.51%
CMYK:
(47,0,59,55)
C47M0Y59K55 
(47%,0%,59%,55%)
(0.47/0.00/0.59/0.55)	

CMYK percentages

%46.55
%0
%58.62
%54.51

Codes

Color #3E7430 in popluar color models

3E7430
RGB6211648
HSL108°41.46%32.16%
HSB/HSV108°58.62%45.49%
CMYK46.55%0.00%58.62%
54.51%

Color #3E7430 in popluar number systems.

HEX3E7430
Decimal6211648
Binary1111101110100110000
Octal7616460

Shades and tints

Shades of #3E7430

#3E7430
(62,116,48)
#396A2C
(57,106,44)
#346028
(52,96,40)
#2F5624
(47,86,36)
#2A4C20
(42,76,32)
#25421C
(37,66,28)
#203818
(32,56,24)
#1B2E14
(27,46,20)
#162410
(22,36,16)
#111A0C
(17,26,12)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #3E7430

#3E7430
(62,116,48)
#4F8042
(79,128,66)
#608C54
(96,140,84)
#719866
(113,152,102)
#82A478
(130,164,120)
#93B08A
(147,176,138)
#A4BC9C
(164,188,156)
#B5C8AE
(181,200,174)
#C6D4C0
(198,212,192)
#D7E0D2
(215,224,210)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E7430; }

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

This text font color is #3E7430.


Background Color

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

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

This div background color is #3E7430.


Border color

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

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

This div border color is #3E7430.


Opacity

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

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

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

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

This text has shadow with #3E7430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E7430 on black background.


Color preview on white background

This text has color #3E7430 on white background.



Black color preview on #3E7430 background

This text has black color on #3E7430 background.


White color preview on #3E7430 background

This text has white color on #3E7430 background.