COLOR #3E372D

HEX: #3E372D
RGB: (62,55,45)

Color info

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

RGB color model

#3E372D color RGB value is (62,55,45).

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

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 45 of 255 = 18%

62
55
45

R + G + B ~ 21%. #3E372D is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 55 + 45 = 162 (100%)
R 62 of 162 ~ 38.27%
G 55 of 162 ~ 33.95%
B 45 of 162 ~ 27.78%

%38.27
%33.95
%27.78

CMYK color model

#3E372D color CMYK value is (0,11,27,76).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 27.42%
  • key color value is 75.69%
CMYK:
(0,11,27,76)
C0M11Y27K76 
(0%,11%,27%,76%)
(0.00/0.11/0.27/0.76)	

CMYK percentages

%0
%11.29
%27.42
%75.69

Codes

Color #3E372D in popluar color models

3E372D
RGB625545
HSL35°15.89%20.98%
HSB/HSV35°27.42%24.31%
CMYK0.00%11.29%27.42%
75.69%

Color #3E372D in popluar number systems.

HEX3E372D
Decimal625545
Binary111110110111101101
Octal766755

Shades and tints

Shades of #3E372D

#3E372D
(62,55,45)
#393229
(57,50,41)
#342D25
(52,45,37)
#2F2821
(47,40,33)
#2A231D
(42,35,29)
#251E19
(37,30,25)
#201915
(32,25,21)
#1B1411
(27,20,17)
#160F0D
(22,15,13)
#110A09
(17,10,9)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #3E372D

#3E372D
(62,55,45)
#4F4940
(79,73,64)
#605B53
(96,91,83)
#716D66
(113,109,102)
#827F79
(130,127,121)
#93918C
(147,145,140)
#A4A39F
(164,163,159)
#B5B5B2
(181,181,178)
#C6C7C5
(198,199,197)
#D7D9D8
(215,217,216)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E372D; }

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

This text font color is #3E372D.


Background Color

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

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

This div background color is #3E372D.


Border color

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

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

This div border color is #3E372D.


Opacity

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

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

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

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

This text has shadow with #3E372D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E372D on black background.


Color preview on white background

This text has color #3E372D on white background.



Black color preview on #3E372D background

This text has black color on #3E372D background.


White color preview on #3E372D background

This text has white color on #3E372D background.