COLOR #3E3229

HEX: #3E3229
RGB: (62,50,41)

Color info

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

RGB color model

#3E3229 color RGB value is (62,50,41).

  • red value is 62;
  • green value is 50;
  • blue value is 41.
RGB:
(62,50,41)
(24%,20%,16%)

RGB channels and saturation

R 62 of 255 = 24%
G 50 of 255 = 20%
B 41 of 255 = 16%

62
50
41

R + G + B ~ 20%. #3E3229 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 50 + 41 = 153 (100%)
R 62 of 153 ~ 40.52%
G 50 of 153 ~ 32.68%
B 41 of 153 ~ 26.8%

%40.52
%32.68
%26.8

CMYK color model

#3E3229 color CMYK value is (0,19,34,76).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 33.87%
  • key color value is 75.69%
CMYK:
(0,19,34,76)
C0M19Y34K76 
(0%,19%,34%,76%)
(0.00/0.19/0.34/0.76)	

CMYK percentages

%0
%19.35
%33.87
%75.69

Codes

Color #3E3229 in popluar color models

3E3229
RGB625041
HSL26°20.39%20.20%
HSB/HSV26°33.87%24.31%
CMYK0.00%19.35%33.87%
75.69%

Color #3E3229 in popluar number systems.

HEX3E3229
Decimal625041
Binary111110110010101001
Octal766251

Shades and tints

Shades of #3E3229

#3E3229
(62,50,41)
#392E26
(57,46,38)
#342A23
(52,42,35)
#2F2620
(47,38,32)
#2A221D
(42,34,29)
#251E1A
(37,30,26)
#201A17
(32,26,23)
#1B1614
(27,22,20)
#161211
(22,18,17)
#110E0E
(17,14,14)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #3E3229

#3E3229
(62,50,41)
#4F443C
(79,68,60)
#60564F
(96,86,79)
#716862
(113,104,98)
#827A75
(130,122,117)
#938C88
(147,140,136)
#A49E9B
(164,158,155)
#B5B0AE
(181,176,174)
#C6C2C1
(198,194,193)
#D7D4D4
(215,212,212)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3229 color. Also use rgb(62,50,41) instead hex code.

Text Font Color

.myTextColor { color: #3E3229; }

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

This text font color is #3E3229.


Background Color

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

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

This div background color is #3E3229.


Border color

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

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

This div border color is #3E3229.


Opacity

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

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

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

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

This text has shadow with #3E3229 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3229 on black background.


Color preview on white background

This text has color #3E3229 on white background.



Black color preview on #3E3229 background

This text has black color on #3E3229 background.


White color preview on #3E3229 background

This text has white color on #3E3229 background.