COLOR #3E6213

HEX: #3E6213
RGB: (62,98,19)

Color info

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

RGB color model

#3E6213 color RGB value is (62,98,19).

  • red value is 62;
  • green value is 98;
  • blue value is 19.
RGB:
(62,98,19)
(24%,38%,7%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 19 of 255 = 7%

62
98
19

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

Portions of RGB colors in percentages

R + G + B =
62 + 98 + 19 = 179 (100%)
R 62 of 179 ~ 34.64%
G 98 of 179 ~ 54.75%
B 19 of 179 ~ 10.61%

%34.64
%54.75
%10.61

CMYK color model

#3E6213 color CMYK value is (37,0,81,62).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 80.61%
  • key color value is 61.57%
CMYK:
(37,0,81,62)
C37M0Y81K62 
(37%,0%,81%,62%)
(0.37/0.00/0.81/0.62)	

CMYK percentages

%36.73
%0
%80.61
%61.57

Codes

Color #3E6213 in popluar color models

3E6213
RGB629819
HSL87°67.52%22.94%
HSB/HSV87°80.61%38.43%
CMYK36.73%0.00%80.61%
61.57%

Color #3E6213 in popluar number systems.

HEX3E6213
Decimal629819
Binary111110110001010011
Octal7614223

Shades and tints

Shades of #3E6213

#3E6213
(62,98,19)
#395A12
(57,90,18)
#345211
(52,82,17)
#2F4A10
(47,74,16)
#2A420F
(42,66,15)
#253A0E
(37,58,14)
#20320D
(32,50,13)
#1B2A0C
(27,42,12)
#16220B
(22,34,11)
#111A0A
(17,26,10)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #3E6213

#3E6213
(62,98,19)
#4F7028
(79,112,40)
#607E3D
(96,126,61)
#718C52
(113,140,82)
#829A67
(130,154,103)
#93A87C
(147,168,124)
#A4B691
(164,182,145)
#B5C4A6
(181,196,166)
#C6D2BB
(198,210,187)
#D7E0D0
(215,224,208)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6213; }

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

This text font color is #3E6213.


Background Color

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

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

This div background color is #3E6213.


Border color

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

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

This div border color is #3E6213.


Opacity

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

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

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

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

This text has shadow with #3E6213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6213 on black background.


Color preview on white background

This text has color #3E6213 on white background.



Black color preview on #3E6213 background

This text has black color on #3E6213 background.


White color preview on #3E6213 background

This text has white color on #3E6213 background.