COLOR #3E6114

HEX: #3E6114
RGB: (62,97,20)

Color info

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

RGB color model

#3E6114 color RGB value is (62,97,20).

  • red value is 62;
  • green value is 97;
  • blue value is 20.
RGB:
(62,97,20)
(24%,38%,8%)

RGB channels and saturation

R 62 of 255 = 24%
G 97 of 255 = 38%
B 20 of 255 = 8%

62
97
20

R + G + B ~ 23%. #3E6114 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 97 + 20 = 179 (100%)
R 62 of 179 ~ 34.64%
G 97 of 179 ~ 54.19%
B 20 of 179 ~ 11.17%

%34.64
%54.19
%11.17

CMYK color model

#3E6114 color CMYK value is (36,0,79,62).

  • cyan value is 36.08%
  • magenta value is 0.00%
  • yellow value is 79.38%
  • key color value is 61.96%
CMYK:
(36,0,79,62)
C36M0Y79K62 
(36%,0%,79%,62%)
(0.36/0.00/0.79/0.62)	

CMYK percentages

%36.08
%0
%79.38
%61.96

Codes

Color #3E6114 in popluar color models

3E6114
RGB629720
HSL87°65.81%22.94%
HSB/HSV87°79.38%38.04%
CMYK36.08%0.00%79.38%
61.96%

Color #3E6114 in popluar number systems.

HEX3E6114
Decimal629720
Binary111110110000110100
Octal7614124

Shades and tints

Shades of #3E6114

#3E6114
(62,97,20)
#395913
(57,89,19)
#345112
(52,81,18)
#2F4911
(47,73,17)
#2A4110
(42,65,16)
#25390F
(37,57,15)
#20310E
(32,49,14)
#1B290D
(27,41,13)
#16210C
(22,33,12)
#11190B
(17,25,11)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #3E6114

#3E6114
(62,97,20)
#4F6F29
(79,111,41)
#607D3E
(96,125,62)
#718B53
(113,139,83)
#829968
(130,153,104)
#93A77D
(147,167,125)
#A4B592
(164,181,146)
#B5C3A7
(181,195,167)
#C6D1BC
(198,209,188)
#D7DFD1
(215,223,209)
#E8EDE6
(232,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6114; }

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

This text font color is #3E6114.


Background Color

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

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

This div background color is #3E6114.


Border color

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

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

This div border color is #3E6114.


Opacity

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

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

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

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

This text has shadow with #3E6114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6114 on black background.


Color preview on white background

This text has color #3E6114 on white background.



Black color preview on #3E6114 background

This text has black color on #3E6114 background.


White color preview on #3E6114 background

This text has white color on #3E6114 background.