COLOR #3E3526

HEX: #3E3526
RGB: (62,53,38)

Color info

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

RGB color model

#3E3526 color RGB value is (62,53,38).

  • red value is 62;
  • green value is 53;
  • blue value is 38.
RGB:
(62,53,38)
(24%,21%,15%)

RGB channels and saturation

R 62 of 255 = 24%
G 53 of 255 = 21%
B 38 of 255 = 15%

62
53
38

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

Portions of RGB colors in percentages

R + G + B =
62 + 53 + 38 = 153 (100%)
R 62 of 153 ~ 40.52%
G 53 of 153 ~ 34.64%
B 38 of 153 ~ 24.84%

%40.52
%34.64
%24.84

CMYK color model

#3E3526 color CMYK value is (0,15,39,76).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 38.71%
  • key color value is 75.69%
CMYK:
(0,15,39,76)
C0M15Y39K76 
(0%,15%,39%,76%)
(0.00/0.15/0.39/0.76)	

CMYK percentages

%0
%14.52
%38.71
%75.69

Codes

Color #3E3526 in popluar color models

3E3526
RGB625338
HSL38°24.00%19.61%
HSB/HSV38°38.71%24.31%
CMYK0.00%14.52%38.71%
75.69%

Color #3E3526 in popluar number systems.

HEX3E3526
Decimal625338
Binary111110110101100110
Octal766546

Shades and tints

Shades of #3E3526

#3E3526
(62,53,38)
#393123
(57,49,35)
#342D20
(52,45,32)
#2F291D
(47,41,29)
#2A251A
(42,37,26)
#252117
(37,33,23)
#201D14
(32,29,20)
#1B1911
(27,25,17)
#16150E
(22,21,14)
#11110B
(17,17,11)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #3E3526

#3E3526
(62,53,38)
#4F4739
(79,71,57)
#60594C
(96,89,76)
#716B5F
(113,107,95)
#827D72
(130,125,114)
#938F85
(147,143,133)
#A4A198
(164,161,152)
#B5B3AB
(181,179,171)
#C6C5BE
(198,197,190)
#D7D7D1
(215,215,209)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3526 color. Also use rgb(62,53,38) instead hex code.

Text Font Color

.myTextColor { color: #3E3526; }

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

This text font color is #3E3526.


Background Color

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

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

This div background color is #3E3526.


Border color

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

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

This div border color is #3E3526.


Opacity

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

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

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

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

This text has shadow with #3E3526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3526 on black background.


Color preview on white background

This text has color #3E3526 on white background.



Black color preview on #3E3526 background

This text has black color on #3E3526 background.


White color preview on #3E3526 background

This text has white color on #3E3526 background.