COLOR #3E5E03

HEX: #3E5E03
RGB: (62,94,3)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 3 of 255 = 1%

62
94
3

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

Portions of RGB colors in percentages

R + G + B =
62 + 94 + 3 = 159 (100%)
R 62 of 159 ~ 38.99%
G 94 of 159 ~ 59.12%
B 3 of 159 ~ 1.89%

%38.99
%59.12

CMYK color model

#3E5E03 color CMYK value is (34,0,97,63).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 96.81%
  • key color value is 63.14%
CMYK:
(34,0,97,63)
C34M0Y97K63 
(34%,0%,97%,63%)
(0.34/0.00/0.97/0.63)	

CMYK percentages

%34.04
%0
%96.81
%63.14

Codes

Color #3E5E03 in popluar color models

3E5E03
RGB62943
HSL81°93.81%19.02%
HSB/HSV81°96.81%36.86%
CMYK34.04%0.00%96.81%
63.14%

Color #3E5E03 in popluar number systems.

HEX3E5E03
Decimal62943
Binary111110101111011
Octal761363

Shades and tints

Shades of #3E5E03

#3E5E03
(62,94,3)
#395603
(57,86,3)
#344E03
(52,78,3)
#2F4603
(47,70,3)
#2A3E03
(42,62,3)
#253603
(37,54,3)
#202E03
(32,46,3)
#1B2603
(27,38,3)
#161E03
(22,30,3)
#111603
(17,22,3)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #3E5E03

#3E5E03
(62,94,3)
#4F6C19
(79,108,25)
#607A2F
(96,122,47)
#718845
(113,136,69)
#82965B
(130,150,91)
#93A471
(147,164,113)
#A4B287
(164,178,135)
#B5C09D
(181,192,157)
#C6CEB3
(198,206,179)
#D7DCC9
(215,220,201)
#E8EADF
(232,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5E03; }

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

This text font color is #3E5E03.


Background Color

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

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

This div background color is #3E5E03.


Border color

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

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

This div border color is #3E5E03.


Opacity

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

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

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

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

This text has shadow with #3E5E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5E03 on black background.


Color preview on white background

This text has color #3E5E03 on white background.



Black color preview on #3E5E03 background

This text has black color on #3E5E03 background.


White color preview on #3E5E03 background

This text has white color on #3E5E03 background.