COLOR #3E4F15

HEX: #3E4F15 RGB: (62,79,21)

Color info

#3E4F15 contains red, green and blue colors in about the same proportion. Web safe color of #3E4F15 is #336600 (or #360).

RGB color model

#3E4F15 color RGB value is (62,79,21).

RGB: (62,79,21) (24%, 31%, 8%)

RGB channels and saturation

R 62 of 255 = 24%
G 79 of 255 = 31%
B 21 of 255 = 8%

62
79
21

R + G + B ~ 21%. #3E4F15 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 79 + 21 = 162 (100%)
R 62 of 162 ~ 38.27%
G 79 of 162 ~ 48.77%
B 21 of 162 ~ 12.96'%

%38.27
%48.77
%12.96

CMYK color model

#3E4F15 color CMYK value is (22,0,73,69).

  • cyan value is 21.52%
  • magenta value is 0.00%
  • yellow value is 73.42%
  • key color value is 69.02%

CMYK: (22,0,73,69)
C22M0Y73K69 (22%, 0%, 73%, 69%)
(0.22 / 0.00 / 0.73 / 0.69)

CMYK percentages

%21.52
%0
%73.42
%69.02

Codes

Color #3E4F15 in popluar color models

3E 4F 15
RGB 62 79 21
HSL 78° 58.00% 19.61%
HSB/HSV 78° 73.42% 30.98%
CMYK 21.52% 0.00% 73.42%
69.02%

Color #3E4F15 in popluar number systems.

HEX 3E 4F 15
Decimal 62 79 21
Binary 111110 1001111 10101
Octal 76 117 25

Shades and tints

Shades of #3E4F15

#3E4F15
(62,79,21)
#394814
(57,72,20)
#344113
(52,65,19)
#2F3A12
(47,58,18)
#2A3311
(42,51,17)
#252C10
(37,44,16)
#20250F
(32,37,15)
#1B1E0E
(27,30,14)
#16170D
(22,23,13)
#11100C
(17,16,12)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #3E4F15

#3E4F15
(62,79,21)
#4F5F2A
(79,95,42)
#606F3F
(96,111,63)
#717F54
(113,127,84)
#828F69
(130,143,105)
#939F7E
(147,159,126)
#A4AF93
(164,175,147)
#B5BFA8
(181,191,168)
#C6CFBD
(198,207,189)
#D7DFD2
(215,223,210)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4F15 color. Also use rgb(62,79,21) instead hex code.

Text Font Color

.myTextColor { color: #3E4F15; }

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

This text font color is #3E4F15.

Background Color

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

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

This div background color is #3E4F15.

Border color

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

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

This div border color is #3E4F15.

Opacity

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

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

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

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

This text has shadow with #3E4F15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4F15.

Preview

Color preview on black background

This text has color #3E4F15 on black background.


Color preview on white background

This text has color #3E4F15 on white background.


Black color preview on #3E4F15 background

This text has black color on #3E4F15 background.


White color preview on #3E4F15 background

This text has white color on #3E4F15 background.


Related colors

Complementary color

Complementary color for #hex is #C1B0EA.


I love getcolorcode.com

Triadic colors

1 #153E4F and #4F153E with #3E4F15 are triadic colors.

2 #154F3E and #4F3E15 with #3E4F15 are triadic colors.