COLOR #3E5B10

HEX: #3E5B10
RGB: (62,91,16)

Color info

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

RGB color model

#3E5B10 color RGB value is (62,91,16).

  • red value is 62;
  • green value is 91;
  • blue value is 16.
RGB:
(62,91,16)
(24%,36%,6%)

RGB channels and saturation

R 62 of 255 = 24%
G 91 of 255 = 36%
B 16 of 255 = 6%

62
91
16

R + G + B ~ 22%. #3E5B10 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 91 + 16 = 169 (100%)
R 62 of 169 ~ 36.69%
G 91 of 169 ~ 53.85%
B 16 of 169 ~ 9.47%

%36.69
%53.85

CMYK color model

#3E5B10 color CMYK value is (32,0,82,64).

  • cyan value is 31.87%
  • magenta value is 0.00%
  • yellow value is 82.42%
  • key color value is 64.31%
CMYK:
(32,0,82,64)
C32M0Y82K64 
(32%,0%,82%,64%)
(0.32/0.00/0.82/0.64)	

CMYK percentages

%31.87
%0
%82.42
%64.31

Codes

Color #3E5B10 in popluar color models

3E5B10
RGB629116
HSL83°70.09%20.98%
HSB/HSV83°82.42%35.69%
CMYK31.87%0.00%82.42%
64.31%

Color #3E5B10 in popluar number systems.

HEX3E5B10
Decimal629116
Binary111110101101110000
Octal7613320

Shades and tints

Shades of #3E5B10

#3E5B10
(62,91,16)
#39530F
(57,83,15)
#344B0E
(52,75,14)
#2F430D
(47,67,13)
#2A3B0C
(42,59,12)
#25330B
(37,51,11)
#202B0A
(32,43,10)
#1B2309
(27,35,9)
#161B08
(22,27,8)
#111307
(17,19,7)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #3E5B10

#3E5B10
(62,91,16)
#4F6925
(79,105,37)
#60773A
(96,119,58)
#71854F
(113,133,79)
#829364
(130,147,100)
#93A179
(147,161,121)
#A4AF8E
(164,175,142)
#B5BDA3
(181,189,163)
#C6CBB8
(198,203,184)
#D7D9CD
(215,217,205)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5B10; }

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

This text font color is #3E5B10.


Background Color

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

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

This div background color is #3E5B10.


Border color

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

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

This div border color is #3E5B10.


Opacity

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

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

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

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

This text has shadow with #3E5B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5B10 on black background.


Color preview on white background

This text has color #3E5B10 on white background.



Black color preview on #3E5B10 background

This text has black color on #3E5B10 background.


White color preview on #3E5B10 background

This text has white color on #3E5B10 background.