COLOR #3E6725

HEX: #3E6725 RGB: (62,103,37)

Color info

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

RGB color model

#3E6725 color RGB value is (62,103,37).

RGB: (62,103,37) (24%, 40%, 15%)

RGB channels and saturation

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

62
103
37

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

Portions of RGB colors in percentages

R + G + B = 62 + 103 + 37 = 202 (100%)
R 62 of 202 ~ 30.69%
G 103 of 202 ~ 50.99%
B 37 of 202 ~ 18.32'%

%30.69
%50.99
%18.32

CMYK color model

#3E6725 color CMYK value is (40,0,64,60).

  • cyan value is 39.81%
  • magenta value is 0.00%
  • yellow value is 64.08%
  • key color value is 59.61%

CMYK: (40,0,64,60)
C40M0Y64K60 (40%, 0%, 64%, 60%)
(0.40 / 0.00 / 0.64 / 0.60)

CMYK percentages

%39.81
%0
%64.08
%59.61

Codes

Color #3E6725 in popluar color models

3E 67 25
RGB 62 103 37
HSL 97° 47.14% 27.45%
HSB/HSV 97° 64.08% 40.39%
CMYK 39.81% 0.00% 64.08%
59.61%

Color #3E6725 in popluar number systems.

HEX 3E 67 25
Decimal 62 103 37
Binary 111110 1100111 100101
Octal 76 147 45

Shades and tints

Shades of #3E6725

#3E6725
(62,103,37)
#395E22
(57,94,34)
#34551F
(52,85,31)
#2F4C1C
(47,76,28)
#2A4319
(42,67,25)
#253A16
(37,58,22)
#203113
(32,49,19)
#1B2810
(27,40,16)
#161F0D
(22,31,13)
#11160A
(17,22,10)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #3E6725

#3E6725
(62,103,37)
#4F7438
(79,116,56)
#60814B
(96,129,75)
#718E5E
(113,142,94)
#829B71
(130,155,113)
#93A884
(147,168,132)
#A4B597
(164,181,151)
#B5C2AA
(181,194,170)
#C6CFBD
(198,207,189)
#D7DCD0
(215,220,208)
#E8E9E3
(232,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6725; }

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

This text font color is #3E6725.

Background Color

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

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

This div background color is #3E6725.

Border color

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

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

This div border color is #3E6725.

Opacity

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

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

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

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

This text has shadow with #3E6725 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E6725.

Preview

Color preview on black background

This text has color #3E6725 on black background.


Color preview on white background

This text has color #3E6725 on white background.


Black color preview on #3E6725 background

This text has black color on #3E6725 background.


White color preview on #3E6725 background

This text has white color on #3E6725 background.


Related colors

Complementary color

Complementary color for #hex is #C198DA.


I love getcolorcode.com

Triadic colors

1 #253E67 and #67253E with #3E6725 are triadic colors.

2 #25673E and #673E25 with #3E6725 are triadic colors.