COLOR #3E5E00

HEX: #3E5E00
RGB: (62,94,0)

Color info

#3E5E00 contains only red and green colors. Web safe color of #3E5E00 is #336600 (or #360).

RGB color model

#3E5E00 color RGB value is (62,94,0).

  • red value is 62;
  • green value is 94;
  • blue value is 0.
RGB:
(62,94,0)
(24%,37%,0%)

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 0 of 255 = 0%

62
94
0

R + G + B ~ 20%. #3E5E00 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 94 + 0 = 156 (100%)
R 62 of 156 ~ 39.74%
G 94 of 156 ~ 60.26%
B 0 of 156 ~ 0%

%39.74
%60.26

CMYK color model

#3E5E00 color CMYK value is (34,0,100,63).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 63.14%
CMYK:
(34,0,100,63)
C34M0Y100K63 
(34%,0%,100%,63%)
(0.34/0.00/1.00/0.63)	

CMYK percentages

%34.04
%0
%100
%63.14

Codes

Color #3E5E00 in popluar color models

3E5E00
RGB62940
HSL80°100.00%18.43%
HSB/HSV80°100.00%36.86%
CMYK34.04%0.00%100.00%
63.14%

Color #3E5E00 in popluar number systems.

HEX3E5E00
Decimal62940
Binary11111010111100
Octal761360

Shades and tints

Shades of #3E5E00

#3E5E00
(62,94,0)
#395600
(57,86,0)
#344E00
(52,78,0)
#2F4600
(47,70,0)
#2A3E00
(42,62,0)
#253600
(37,54,0)
#202E00
(32,46,0)
#1B2600
(27,38,0)
#161E00
(22,30,0)
#111600
(17,22,0)
#0C0E00
(12,14,0)
#000000
(0,0,0)

Tints of #3E5E00

#3E5E00
(62,94,0)
#4F6C17
(79,108,23)
#607A2E
(96,122,46)
#718845
(113,136,69)
#82965C
(130,150,92)
#93A473
(147,164,115)
#A4B28A
(164,178,138)
#B5C0A1
(181,192,161)
#C6CEB8
(198,206,184)
#D7DCCF
(215,220,207)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5E00 color. Also use rgb(62,94,0) instead hex code.

Text Font Color

.myTextColor { color: #3E5E00; }

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

This text font color is #3E5E00.


Background Color

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

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

This div background color is #3E5E00.


Border color

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

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

This div border color is #3E5E00.


Opacity

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

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

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

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

This text has shadow with #3E5E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5E00 on black background.


Color preview on white background

This text has color #3E5E00 on white background.



Black color preview on #3E5E00 background

This text has black color on #3E5E00 background.


White color preview on #3E5E00 background

This text has white color on #3E5E00 background.