COLOR #3E3319

HEX: #3E3319
RGB: (62,51,25)

Color info

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

RGB color model

#3E3319 color RGB value is (62,51,25).

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

RGB channels and saturation

R 62 of 255 = 24%
G 51 of 255 = 20%
B 25 of 255 = 10%

62
51
25

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

Portions of RGB colors in percentages

R + G + B =
62 + 51 + 25 = 138 (100%)
R 62 of 138 ~ 44.93%
G 51 of 138 ~ 36.96%
B 25 of 138 ~ 18.12%

%44.93
%36.96
%18.12

CMYK color model

#3E3319 color CMYK value is (0,18,60,76).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 59.68%
  • key color value is 75.69%
CMYK:
(0,18,60,76)
C0M18Y60K76 
(0%,18%,60%,76%)
(0.00/0.18/0.60/0.76)	

CMYK percentages

%0
%17.74
%59.68
%75.69

Codes

Color #3E3319 in popluar color models

3E3319
RGB625125
HSL42°42.53%17.06%
HSB/HSV42°59.68%24.31%
CMYK0.00%17.74%59.68%
75.69%

Color #3E3319 in popluar number systems.

HEX3E3319
Decimal625125
Binary11111011001111001
Octal766331

Shades and tints

Shades of #3E3319

#3E3319
(62,51,25)
#392F17
(57,47,23)
#342B15
(52,43,21)
#2F2713
(47,39,19)
#2A2311
(42,35,17)
#251F0F
(37,31,15)
#201B0D
(32,27,13)
#1B170B
(27,23,11)
#161309
(22,19,9)
#110F07
(17,15,7)
#0C0B05
(12,11,5)
#000000
(0,0,0)

Tints of #3E3319

#3E3319
(62,51,25)
#4F452D
(79,69,45)
#605741
(96,87,65)
#716955
(113,105,85)
#827B69
(130,123,105)
#938D7D
(147,141,125)
#A49F91
(164,159,145)
#B5B1A5
(181,177,165)
#C6C3B9
(198,195,185)
#D7D5CD
(215,213,205)
#E8E7E1
(232,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3319; }

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

This text font color is #3E3319.


Background Color

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

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

This div background color is #3E3319.


Border color

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

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

This div border color is #3E3319.


Opacity

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

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

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

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

This text has shadow with #3E3319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3319 on black background.


Color preview on white background

This text has color #3E3319 on white background.



Black color preview on #3E3319 background

This text has black color on #3E3319 background.


White color preview on #3E3319 background

This text has white color on #3E3319 background.