COLOR #3E6E26

HEX: #3E6E26
RGB: (62,110,38)

Color info

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

RGB color model

#3E6E26 color RGB value is (62,110,38).

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

RGB channels and saturation

R 62 of 255 = 24%
G 110 of 255 = 43%
B 38 of 255 = 15%

62
110
38

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

Portions of RGB colors in percentages

R + G + B =
62 + 110 + 38 = 210 (100%)
R 62 of 210 ~ 29.52%
G 110 of 210 ~ 52.38%
B 38 of 210 ~ 18.1%

%29.52
%52.38
%18.1

CMYK color model

#3E6E26 color CMYK value is (44,0,65,57).

  • cyan value is 43.64%
  • magenta value is 0.00%
  • yellow value is 65.45%
  • key color value is 56.86%
CMYK:
(44,0,65,57)
C44M0Y65K57 
(44%,0%,65%,57%)
(0.44/0.00/0.65/0.57)	

CMYK percentages

%43.64
%0
%65.45
%56.86

Codes

Color #3E6E26 in popluar color models

3E6E26
RGB6211038
HSL100°48.65%29.02%
HSB/HSV100°65.45%43.14%
CMYK43.64%0.00%65.45%
56.86%

Color #3E6E26 in popluar number systems.

HEX3E6E26
Decimal6211038
Binary1111101101110100110
Octal7615646

Shades and tints

Shades of #3E6E26

#3E6E26
(62,110,38)
#396423
(57,100,35)
#345A20
(52,90,32)
#2F501D
(47,80,29)
#2A461A
(42,70,26)
#253C17
(37,60,23)
#203214
(32,50,20)
#1B2811
(27,40,17)
#161E0E
(22,30,14)
#11140B
(17,20,11)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #3E6E26

#3E6E26
(62,110,38)
#4F7B39
(79,123,57)
#60884C
(96,136,76)
#71955F
(113,149,95)
#82A272
(130,162,114)
#93AF85
(147,175,133)
#A4BC98
(164,188,152)
#B5C9AB
(181,201,171)
#C6D6BE
(198,214,190)
#D7E3D1
(215,227,209)
#E8F0E4
(232,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6E26; }

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

This text font color is #3E6E26.


Background Color

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

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

This div background color is #3E6E26.


Border color

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

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

This div border color is #3E6E26.


Opacity

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

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

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

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

This text has shadow with #3E6E26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6E26 on black background.


Color preview on white background

This text has color #3E6E26 on white background.



Black color preview on #3E6E26 background

This text has black color on #3E6E26 background.


White color preview on #3E6E26 background

This text has white color on #3E6E26 background.