COLOR #3E6525

HEX: #3E6525
RGB: (62,101,37)

Color info

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

RGB color model

#3E6525 color RGB value is (62,101,37).

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

RGB channels and saturation

R 62 of 255 = 24%
G 101 of 255 = 40%
B 37 of 255 = 15%

62
101
37

R + G + B ~ 26%. #3E6525 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 101 + 37 = 200 (100%)
R 62 of 200 ~ 31%
G 101 of 200 ~ 50.5%
B 37 of 200 ~ 18.5%

%31
%50.5
%18.5

CMYK color model

#3E6525 color CMYK value is (39,0,63,60).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 63.37%
  • key color value is 60.39%
CMYK:
(39,0,63,60)
C39M0Y63K60 
(39%,0%,63%,60%)
(0.39/0.00/0.63/0.60)	

CMYK percentages

%38.61
%0
%63.37
%60.39

Codes

Color #3E6525 in popluar color models

3E6525
RGB6210137
HSL97°46.38%27.06%
HSB/HSV97°63.37%39.61%
CMYK38.61%0.00%63.37%
60.39%

Color #3E6525 in popluar number systems.

HEX3E6525
Decimal6210137
Binary1111101100101100101
Octal7614545

Shades and tints

Shades of #3E6525

#3E6525
(62,101,37)
#395C22
(57,92,34)
#34531F
(52,83,31)
#2F4A1C
(47,74,28)
#2A4119
(42,65,25)
#253816
(37,56,22)
#202F13
(32,47,19)
#1B2610
(27,38,16)
#161D0D
(22,29,13)
#11140A
(17,20,10)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #3E6525

#3E6525
(62,101,37)
#4F7338
(79,115,56)
#60814B
(96,129,75)
#718F5E
(113,143,94)
#829D71
(130,157,113)
#93AB84
(147,171,132)
#A4B997
(164,185,151)
#B5C7AA
(181,199,170)
#C6D5BD
(198,213,189)
#D7E3D0
(215,227,208)
#E8F1E3
(232,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6525; }

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

This text font color is #3E6525.


Background Color

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

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

This div background color is #3E6525.


Border color

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

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

This div border color is #3E6525.


Opacity

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

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

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

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

This text has shadow with #3E6525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6525 on black background.


Color preview on white background

This text has color #3E6525 on white background.



Black color preview on #3E6525 background

This text has black color on #3E6525 background.


White color preview on #3E6525 background

This text has white color on #3E6525 background.