COLOR #3E4618

HEX: #3E4618
RGB: (62,70,24)

Color info

#3E4618 contains red, green and blue colors in about the same proportion. Web safe color of #3E4618 is #333300 (or #330).

RGB color model

#3E4618 color RGB value is (62,70,24).

  • red value is 62;
  • green value is 70;
  • blue value is 24.
RGB:
(62,70,24)
(24%,27%,9%)

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 24 of 255 = 9%

62
70
24

R + G + B ~ 20%. #3E4618 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 24 = 156 (100%)
R 62 of 156 ~ 39.74%
G 70 of 156 ~ 44.87%
B 24 of 156 ~ 15.38%

%39.74
%44.87
%15.38

CMYK color model

#3E4618 color CMYK value is (11,0,66,73).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 65.71%
  • key color value is 72.55%
CMYK:
(11,0,66,73)
C11M0Y66K73 
(11%,0%,66%,73%)
(0.11/0.00/0.66/0.73)	

CMYK percentages

%11.43
%0
%65.71
%72.55

Codes

Color #3E4618 in popluar color models

3E4618
RGB627024
HSL70°48.94%18.43%
HSB/HSV70°65.71%27.45%
CMYK11.43%0.00%65.71%
72.55%

Color #3E4618 in popluar number systems.

HEX3E4618
Decimal627024
Binary111110100011011000
Octal7610630

Shades and tints

Shades of #3E4618

#3E4618
(62,70,24)
#394016
(57,64,22)
#343A14
(52,58,20)
#2F3412
(47,52,18)
#2A2E10
(42,46,16)
#25280E
(37,40,14)
#20220C
(32,34,12)
#1B1C0A
(27,28,10)
#161608
(22,22,8)
#111006
(17,16,6)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #3E4618

#3E4618
(62,70,24)
#4F562D
(79,86,45)
#606642
(96,102,66)
#717657
(113,118,87)
#82866C
(130,134,108)
#939681
(147,150,129)
#A4A696
(164,166,150)
#B5B6AB
(181,182,171)
#C6C6C0
(198,198,192)
#D7D6D5
(215,214,213)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4618 color. Also use rgb(62,70,24) instead hex code.

Text Font Color

.myTextColor { color: #3E4618; }

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

This text font color is #3E4618.


Background Color

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

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

This div background color is #3E4618.


Border color

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

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

This div border color is #3E4618.


Opacity

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

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

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

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

This text has shadow with #3E4618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4618 on black background.


Color preview on white background

This text has color #3E4618 on white background.



Black color preview on #3E4618 background

This text has black color on #3E4618 background.


White color preview on #3E4618 background

This text has white color on #3E4618 background.