COLOR #3E311D

HEX: #3E311D
RGB: (62,49,29)

Color info

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

RGB color model

#3E311D color RGB value is (62,49,29).

  • red value is 62;
  • green value is 49;
  • blue value is 29.
RGB:
(62,49,29)
(24%,19%,11%)

RGB channels and saturation

R 62 of 255 = 24%
G 49 of 255 = 19%
B 29 of 255 = 11%

62
49
29

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

Portions of RGB colors in percentages

R + G + B =
62 + 49 + 29 = 140 (100%)
R 62 of 140 ~ 44.29%
G 49 of 140 ~ 35%
B 29 of 140 ~ 20.71%

%44.29
%35
%20.71

CMYK color model

#3E311D color CMYK value is (0,21,53,76).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 53.23%
  • key color value is 75.69%
CMYK:
(0,21,53,76)
C0M21Y53K76 
(0%,21%,53%,76%)
(0.00/0.21/0.53/0.76)	

CMYK percentages

%0
%20.97
%53.23
%75.69

Codes

Color #3E311D in popluar color models

3E311D
RGB624929
HSL36°36.26%17.84%
HSB/HSV36°53.23%24.31%
CMYK0.00%20.97%53.23%
75.69%

Color #3E311D in popluar number systems.

HEX3E311D
Decimal624929
Binary11111011000111101
Octal766135

Shades and tints

Shades of #3E311D

#3E311D
(62,49,29)
#392D1B
(57,45,27)
#342919
(52,41,25)
#2F2517
(47,37,23)
#2A2115
(42,33,21)
#251D13
(37,29,19)
#201911
(32,25,17)
#1B150F
(27,21,15)
#16110D
(22,17,13)
#110D0B
(17,13,11)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #3E311D

#3E311D
(62,49,29)
#4F4331
(79,67,49)
#605545
(96,85,69)
#716759
(113,103,89)
#82796D
(130,121,109)
#938B81
(147,139,129)
#A49D95
(164,157,149)
#B5AFA9
(181,175,169)
#C6C1BD
(198,193,189)
#D7D3D1
(215,211,209)
#E8E5E5
(232,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E311D color. Also use rgb(62,49,29) instead hex code.

Text Font Color

.myTextColor { color: #3E311D; }

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

This text font color is #3E311D.


Background Color

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

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

This div background color is #3E311D.


Border color

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

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

This div border color is #3E311D.


Opacity

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

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

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

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

This text has shadow with #3E311D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E311D on black background.


Color preview on white background

This text has color #3E311D on white background.



Black color preview on #3E311D background

This text has black color on #3E311D background.


White color preview on #3E311D background

This text has white color on #3E311D background.