COLOR #3E3716

HEX: #3E3716
RGB: (62,55,22)

Color info

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

RGB color model

#3E3716 color RGB value is (62,55,22).

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

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 22 of 255 = 9%

62
55
22

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

Portions of RGB colors in percentages

R + G + B =
62 + 55 + 22 = 139 (100%)
R 62 of 139 ~ 44.6%
G 55 of 139 ~ 39.57%
B 22 of 139 ~ 15.83%

%44.6
%39.57
%15.83

CMYK color model

#3E3716 color CMYK value is (0,11,65,76).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 64.52%
  • key color value is 75.69%
CMYK:
(0,11,65,76)
C0M11Y65K76 
(0%,11%,65%,76%)
(0.00/0.11/0.65/0.76)	

CMYK percentages

%0
%11.29
%64.52
%75.69

Codes

Color #3E3716 in popluar color models

3E3716
RGB625522
HSL50°47.62%16.47%
HSB/HSV50°64.52%24.31%
CMYK0.00%11.29%64.52%
75.69%

Color #3E3716 in popluar number systems.

HEX3E3716
Decimal625522
Binary11111011011110110
Octal766726

Shades and tints

Shades of #3E3716

#3E3716
(62,55,22)
#393214
(57,50,20)
#342D12
(52,45,18)
#2F2810
(47,40,16)
#2A230E
(42,35,14)
#251E0C
(37,30,12)
#20190A
(32,25,10)
#1B1408
(27,20,8)
#160F06
(22,15,6)
#110A04
(17,10,4)
#0C0502
(12,5,2)
#000000
(0,0,0)

Tints of #3E3716

#3E3716
(62,55,22)
#4F492B
(79,73,43)
#605B40
(96,91,64)
#716D55
(113,109,85)
#827F6A
(130,127,106)
#93917F
(147,145,127)
#A4A394
(164,163,148)
#B5B5A9
(181,181,169)
#C6C7BE
(198,199,190)
#D7D9D3
(215,217,211)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3716 color. Also use rgb(62,55,22) instead hex code.

Text Font Color

.myTextColor { color: #3E3716; }

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

This text font color is #3E3716.


Background Color

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

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

This div background color is #3E3716.


Border color

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

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

This div border color is #3E3716.


Opacity

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

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

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

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

This text has shadow with #3E3716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3716 on black background.


Color preview on white background

This text has color #3E3716 on white background.



Black color preview on #3E3716 background

This text has black color on #3E3716 background.


White color preview on #3E3716 background

This text has white color on #3E3716 background.