COLOR #3E4623

HEX: #3E4623
RGB: (62,70,35)

Color info

#3E4623 contains red, green and blue colors in about the same proportion. Web safe color of #3E4623 is #333333 (or #333).

RGB color model

#3E4623 color RGB value is (62,70,35).

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

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 35 of 255 = 14%

62
70
35

R + G + B ~ 22%. #3E4623 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 35 = 167 (100%)
R 62 of 167 ~ 37.13%
G 70 of 167 ~ 41.92%
B 35 of 167 ~ 20.96%

%37.13
%41.92
%20.96

CMYK color model

#3E4623 color CMYK value is (11,0,50,73).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK:
(11,0,50,73)
C11M0Y50K73 
(11%,0%,50%,73%)
(0.11/0.00/0.50/0.73)	

CMYK percentages

%11.43
%0
%50
%72.55

Codes

Color #3E4623 in popluar color models

3E4623
RGB627035
HSL74°33.33%20.59%
HSB/HSV74°50.00%27.45%
CMYK11.43%0.00%50.00%
72.55%

Color #3E4623 in popluar number systems.

HEX3E4623
Decimal627035
Binary1111101000110100011
Octal7610643

Shades and tints

Shades of #3E4623

#3E4623
(62,70,35)
#394020
(57,64,32)
#343A1D
(52,58,29)
#2F341A
(47,52,26)
#2A2E17
(42,46,23)
#252814
(37,40,20)
#202211
(32,34,17)
#1B1C0E
(27,28,14)
#16160B
(22,22,11)
#111008
(17,16,8)
#0C0A05
(12,10,5)
#000000
(0,0,0)

Tints of #3E4623

#3E4623
(62,70,35)
#4F5637
(79,86,55)
#60664B
(96,102,75)
#71765F
(113,118,95)
#828673
(130,134,115)
#939687
(147,150,135)
#A4A69B
(164,166,155)
#B5B6AF
(181,182,175)
#C6C6C3
(198,198,195)
#D7D6D7
(215,214,215)
#E8E6EB
(232,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4623; }

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

This text font color is #3E4623.


Background Color

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

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

This div background color is #3E4623.


Border color

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

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

This div border color is #3E4623.


Opacity

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

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

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

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

This text has shadow with #3E4623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4623 on black background.


Color preview on white background

This text has color #3E4623 on white background.



Black color preview on #3E4623 background

This text has black color on #3E4623 background.


White color preview on #3E4623 background

This text has white color on #3E4623 background.