COLOR #3E3019

HEX: #3E3019
RGB: (62,48,25)

Color info

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

RGB color model

#3E3019 color RGB value is (62,48,25).

  • red value is 62;
  • green value is 48;
  • blue value is 25.
RGB:
(62,48,25)
(24%,19%,10%)

RGB channels and saturation

R 62 of 255 = 24%
G 48 of 255 = 19%
B 25 of 255 = 10%

62
48
25

R + G + B ~ 18%. #3E3019 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 48 + 25 = 135 (100%)
R 62 of 135 ~ 45.93%
G 48 of 135 ~ 35.56%
B 25 of 135 ~ 18.52%

%45.93
%35.56
%18.52

CMYK color model

#3E3019 color CMYK value is (0,23,60,76).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 59.68%
  • key color value is 75.69%
CMYK:
(0,23,60,76)
C0M23Y60K76 
(0%,23%,60%,76%)
(0.00/0.23/0.60/0.76)	

CMYK percentages

%0
%22.58
%59.68
%75.69

Codes

Color #3E3019 in popluar color models

3E3019
RGB624825
HSL37°42.53%17.06%
HSB/HSV37°59.68%24.31%
CMYK0.00%22.58%59.68%
75.69%

Color #3E3019 in popluar number systems.

HEX3E3019
Decimal624825
Binary11111011000011001
Octal766031

Shades and tints

Shades of #3E3019

#3E3019
(62,48,25)
#392C17
(57,44,23)
#342815
(52,40,21)
#2F2413
(47,36,19)
#2A2011
(42,32,17)
#251C0F
(37,28,15)
#20180D
(32,24,13)
#1B140B
(27,20,11)
#161009
(22,16,9)
#110C07
(17,12,7)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #3E3019

#3E3019
(62,48,25)
#4F422D
(79,66,45)
#605441
(96,84,65)
#716655
(113,102,85)
#827869
(130,120,105)
#938A7D
(147,138,125)
#A49C91
(164,156,145)
#B5AEA5
(181,174,165)
#C6C0B9
(198,192,185)
#D7D2CD
(215,210,205)
#E8E4E1
(232,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3019 color. Also use rgb(62,48,25) instead hex code.

Text Font Color

.myTextColor { color: #3E3019; }

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

This text font color is #3E3019.


Background Color

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

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

This div background color is #3E3019.


Border color

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

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

This div border color is #3E3019.


Opacity

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

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

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

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

This text has shadow with #3E3019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3019 on black background.


Color preview on white background

This text has color #3E3019 on white background.



Black color preview on #3E3019 background

This text has black color on #3E3019 background.


White color preview on #3E3019 background

This text has white color on #3E3019 background.