COLOR #3E6300

HEX: #3E6300
RGB: (62,99,0)

Color info

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

RGB color model

#3E6300 color RGB value is (62,99,0).

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

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 0 of 255 = 0%

62
99
0

R + G + B ~ 21%. #3E6300 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 0 = 161 (100%)
R 62 of 161 ~ 38.51%
G 99 of 161 ~ 61.49%
B 0 of 161 ~ 0%

%38.51
%61.49

CMYK color model

#3E6300 color CMYK value is (37,0,100,61).

  • cyan value is 37.37%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 61.18%
CMYK:
(37,0,100,61)
C37M0Y100K61 
(37%,0%,100%,61%)
(0.37/0.00/1.00/0.61)	

CMYK percentages

%37.37
%0
%100
%61.18

Codes

Color #3E6300 in popluar color models

3E6300
RGB62990
HSL82°100.00%19.41%
HSB/HSV82°100.00%38.82%
CMYK37.37%0.00%100.00%
61.18%

Color #3E6300 in popluar number systems.

HEX3E6300
Decimal62990
Binary11111011000110
Octal761430

Shades and tints

Shades of #3E6300

#3E6300
(62,99,0)
#395A00
(57,90,0)
#345100
(52,81,0)
#2F4800
(47,72,0)
#2A3F00
(42,63,0)
#253600
(37,54,0)
#202D00
(32,45,0)
#1B2400
(27,36,0)
#161B00
(22,27,0)
#111200
(17,18,0)
#0C0900
(12,9,0)
#000000
(0,0,0)

Tints of #3E6300

#3E6300
(62,99,0)
#4F7117
(79,113,23)
#607F2E
(96,127,46)
#718D45
(113,141,69)
#829B5C
(130,155,92)
#93A973
(147,169,115)
#A4B78A
(164,183,138)
#B5C5A1
(181,197,161)
#C6D3B8
(198,211,184)
#D7E1CF
(215,225,207)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6300; }

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

This text font color is #3E6300.


Background Color

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

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

This div background color is #3E6300.


Border color

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

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

This div border color is #3E6300.


Opacity

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

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

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

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

This text has shadow with #3E6300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6300 on black background.


Color preview on white background

This text has color #3E6300 on white background.



Black color preview on #3E6300 background

This text has black color on #3E6300 background.


White color preview on #3E6300 background

This text has white color on #3E6300 background.