COLOR #3E3528

HEX: #3E3528
RGB: (62,53,40)

Color info

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

RGB color model

#3E3528 color RGB value is (62,53,40).

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

RGB channels and saturation

R 62 of 255 = 24%
G 53 of 255 = 21%
B 40 of 255 = 16%

62
53
40

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

Portions of RGB colors in percentages

R + G + B =
62 + 53 + 40 = 155 (100%)
R 62 of 155 ~ 40%
G 53 of 155 ~ 34.19%
B 40 of 155 ~ 25.81%

%40
%34.19
%25.81

CMYK color model

#3E3528 color CMYK value is (0,15,35,76).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 35.48%
  • key color value is 75.69%
CMYK:
(0,15,35,76)
C0M15Y35K76 
(0%,15%,35%,76%)
(0.00/0.15/0.35/0.76)	

CMYK percentages

%0
%14.52
%35.48
%75.69

Codes

Color #3E3528 in popluar color models

3E3528
RGB625340
HSL35°21.57%20.00%
HSB/HSV35°35.48%24.31%
CMYK0.00%14.52%35.48%
75.69%

Color #3E3528 in popluar number systems.

HEX3E3528
Decimal625340
Binary111110110101101000
Octal766550

Shades and tints

Shades of #3E3528

#3E3528
(62,53,40)
#393125
(57,49,37)
#342D22
(52,45,34)
#2F291F
(47,41,31)
#2A251C
(42,37,28)
#252119
(37,33,25)
#201D16
(32,29,22)
#1B1913
(27,25,19)
#161510
(22,21,16)
#11110D
(17,17,13)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #3E3528

#3E3528
(62,53,40)
#4F473B
(79,71,59)
#60594E
(96,89,78)
#716B61
(113,107,97)
#827D74
(130,125,116)
#938F87
(147,143,135)
#A4A19A
(164,161,154)
#B5B3AD
(181,179,173)
#C6C5C0
(198,197,192)
#D7D7D3
(215,215,211)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E3528; }

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

This text font color is #3E3528.


Background Color

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

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

This div background color is #3E3528.


Border color

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

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

This div border color is #3E3528.


Opacity

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

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

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

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

This text has shadow with #3E3528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3528 on black background.


Color preview on white background

This text has color #3E3528 on white background.



Black color preview on #3E3528 background

This text has black color on #3E3528 background.


White color preview on #3E3528 background

This text has white color on #3E3528 background.