COLOR #3E5000

HEX: #3E5000 RGB: (62,80,0)

Color info

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

RGB color model

#3E5000 color RGB value is (62,80,0).

RGB: (62,80,0) (24%, 31%, 0%)

RGB channels and saturation

R 62 of 255 = 24%
G 80 of 255 = 31%
B 0 of 255 = 0%

62
80
0

R + G + B ~ 18%. #3E5000 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 80 + 0 = 142 (100%)
R 62 of 142 ~ 43.66%
G 80 of 142 ~ 56.34%
B 0 of 142 ~ 0'%

%43.66
%56.34

CMYK color model

#3E5000 color CMYK value is (23,0,100,69).

  • cyan value is 22.50%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 68.63%

CMYK: (23,0,100,69)
C23M0Y100K69 (23%, 0%, 100%, 69%)
(0.23 / 0.00 / 1.00 / 0.69)

CMYK percentages

%22.5
%0
%100
%68.63

Codes

Color #3E5000 in popluar color models

3E 50 00
RGB 62 80 0
HSL 74° 100.00% 15.69%
HSB/HSV 74° 100.00% 31.37%
CMYK 22.50% 0.00% 100.00%
68.63%

Color #3E5000 in popluar number systems.

HEX 3E 50 00
Decimal 62 80 0
Binary 111110 1010000 0
Octal 76 120 0

Shades and tints

Shades of #3E5000

#3E5000
(62,80,0)
#394900
(57,73,0)
#344200
(52,66,0)
#2F3B00
(47,59,0)
#2A3400
(42,52,0)
#252D00
(37,45,0)
#202600
(32,38,0)
#1B1F00
(27,31,0)
#161800
(22,24,0)
#111100
(17,17,0)
#0C0A00
(12,10,0)
#000000
(0,0,0)

Tints of #3E5000

#3E5000
(62,80,0)
#4F5F17
(79,95,23)
#606E2E
(96,110,46)
#717D45
(113,125,69)
#828C5C
(130,140,92)
#939B73
(147,155,115)
#A4AA8A
(164,170,138)
#B5B9A1
(181,185,161)
#C6C8B8
(198,200,184)
#D7D7CF
(215,215,207)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5000; }

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

This text font color is #3E5000.

Background Color

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

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

This div background color is #3E5000.

Border color

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

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

This div border color is #3E5000.

Opacity

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

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

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

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

This text has shadow with #3E5000 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5000.

Preview

Color preview on black background

This text has color #3E5000 on black background.


Color preview on white background

This text has color #3E5000 on white background.


Black color preview on #3E5000 background

This text has black color on #3E5000 background.


White color preview on #3E5000 background

This text has white color on #3E5000 background.


Related colors

Complementary color

Complementary color for #hex is #C1AFFF.


I love getcolorcode.com

Triadic colors

1 #003E50 and #50003E with #3E5000 are triadic colors.

2 #00503E and #503E00 with #3E5000 are triadic colors.