COLOR #3E6A26

HEX: #3E6A26
RGB: (62,106,38)

Color info

#3E6A26 contains mainly red and green colors. Web safe color of #3E6A26 is #336633 (or #363).

RGB color model

#3E6A26 color RGB value is (62,106,38).

  • red value is 62;
  • green value is 106;
  • blue value is 38.
RGB:
(62,106,38)
(24%,42%,15%)

RGB channels and saturation

R 62 of 255 = 24%
G 106 of 255 = 42%
B 38 of 255 = 15%

62
106
38

R + G + B ~ 27%. #3E6A26 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 106 + 38 = 206 (100%)
R 62 of 206 ~ 30.1%
G 106 of 206 ~ 51.46%
B 38 of 206 ~ 18.45%

%30.1
%51.46
%18.45

CMYK color model

#3E6A26 color CMYK value is (42,0,64,58).

  • cyan value is 41.51%
  • magenta value is 0.00%
  • yellow value is 64.15%
  • key color value is 58.43%
CMYK:
(42,0,64,58)
C42M0Y64K58 
(42%,0%,64%,58%)
(0.42/0.00/0.64/0.58)	

CMYK percentages

%41.51
%0
%64.15
%58.43

Codes

Color #3E6A26 in popluar color models

3E6A26
RGB6210638
HSL99°47.22%28.24%
HSB/HSV99°64.15%41.57%
CMYK41.51%0.00%64.15%
58.43%

Color #3E6A26 in popluar number systems.

HEX3E6A26
Decimal6210638
Binary1111101101010100110
Octal7615246

Shades and tints

Shades of #3E6A26

#3E6A26
(62,106,38)
#396123
(57,97,35)
#345820
(52,88,32)
#2F4F1D
(47,79,29)
#2A461A
(42,70,26)
#253D17
(37,61,23)
#203414
(32,52,20)
#1B2B11
(27,43,17)
#16220E
(22,34,14)
#11190B
(17,25,11)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #3E6A26

#3E6A26
(62,106,38)
#4F7739
(79,119,57)
#60844C
(96,132,76)
#71915F
(113,145,95)
#829E72
(130,158,114)
#93AB85
(147,171,133)
#A4B898
(164,184,152)
#B5C5AB
(181,197,171)
#C6D2BE
(198,210,190)
#D7DFD1
(215,223,209)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6A26; }

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

This text font color is #3E6A26.


Background Color

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

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

This div background color is #3E6A26.


Border color

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

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

This div border color is #3E6A26.


Opacity

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

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

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

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

This text has shadow with #3E6A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6A26 on black background.


Color preview on white background

This text has color #3E6A26 on white background.



Black color preview on #3E6A26 background

This text has black color on #3E6A26 background.


White color preview on #3E6A26 background

This text has white color on #3E6A26 background.