COLOR #3E6529

HEX: #3E6529
RGB: (62,101,41)

Color info

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

RGB color model

#3E6529 color RGB value is (62,101,41).

  • red value is 62;
  • green value is 101;
  • blue value is 41.
RGB:
(62,101,41)
(24%,40%,16%)

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 41 of 255 = 16%

62
101
41

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

Portions of RGB colors in percentages

R + G + B =
62 + 101 + 41 = 204 (100%)
R 62 of 204 ~ 30.39%
G 101 of 204 ~ 49.51%
B 41 of 204 ~ 20.1%

%30.39
%49.51
%20.1

CMYK color model

#3E6529 color CMYK value is (39,0,59,60).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 59.41%
  • key color value is 60.39%
CMYK:
(39,0,59,60)
C39M0Y59K60 
(39%,0%,59%,60%)
(0.39/0.00/0.59/0.60)	

CMYK percentages

%38.61
%0
%59.41
%60.39

Codes

Color #3E6529 in popluar color models

3E6529
RGB6210141
HSL99°42.25%27.84%
HSB/HSV99°59.41%39.61%
CMYK38.61%0.00%59.41%
60.39%

Color #3E6529 in popluar number systems.

HEX3E6529
Decimal6210141
Binary1111101100101101001
Octal7614551

Shades and tints

Shades of #3E6529

#3E6529
(62,101,41)
#395C26
(57,92,38)
#345323
(52,83,35)
#2F4A20
(47,74,32)
#2A411D
(42,65,29)
#25381A
(37,56,26)
#202F17
(32,47,23)
#1B2614
(27,38,20)
#161D11
(22,29,17)
#11140E
(17,20,14)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #3E6529

#3E6529
(62,101,41)
#4F733C
(79,115,60)
#60814F
(96,129,79)
#718F62
(113,143,98)
#829D75
(130,157,117)
#93AB88
(147,171,136)
#A4B99B
(164,185,155)
#B5C7AE
(181,199,174)
#C6D5C1
(198,213,193)
#D7E3D4
(215,227,212)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6529 color. Also use rgb(62,101,41) instead hex code.

Text Font Color

.myTextColor { color: #3E6529; }

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

This text font color is #3E6529.


Background Color

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

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

This div background color is #3E6529.


Border color

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

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

This div border color is #3E6529.


Opacity

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

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

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

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

This text has shadow with #3E6529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6529 on black background.


Color preview on white background

This text has color #3E6529 on white background.



Black color preview on #3E6529 background

This text has black color on #3E6529 background.


White color preview on #3E6529 background

This text has white color on #3E6529 background.