COLOR #3E382B

HEX: #3E382B
RGB: (62,56,43)

Color info

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

RGB color model

#3E382B color RGB value is (62,56,43).

  • red value is 62;
  • green value is 56;
  • blue value is 43.
RGB:
(62,56,43)
(24%,22%,17%)

RGB channels and saturation

R 62 of 255 = 24%
G 56 of 255 = 22%
B 43 of 255 = 17%

62
56
43

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

Portions of RGB colors in percentages

R + G + B =
62 + 56 + 43 = 161 (100%)
R 62 of 161 ~ 38.51%
G 56 of 161 ~ 34.78%
B 43 of 161 ~ 26.71%

%38.51
%34.78
%26.71

CMYK color model

#3E382B color CMYK value is (0,10,31,76).

  • cyan value is 0.00%
  • magenta value is 9.68%
  • yellow value is 30.65%
  • key color value is 75.69%
CMYK:
(0,10,31,76)
C0M10Y31K76 
(0%,10%,31%,76%)
(0.00/0.10/0.31/0.76)	

CMYK percentages

%0
%9.68
%30.65
%75.69

Codes

Color #3E382B in popluar color models

3E382B
RGB625643
HSL41°18.10%20.59%
HSB/HSV41°30.65%24.31%
CMYK0.00%9.68%30.65%
75.69%

Color #3E382B in popluar number systems.

HEX3E382B
Decimal625643
Binary111110111000101011
Octal767053

Shades and tints

Shades of #3E382B

#3E382B
(62,56,43)
#393328
(57,51,40)
#342E25
(52,46,37)
#2F2922
(47,41,34)
#2A241F
(42,36,31)
#251F1C
(37,31,28)
#201A19
(32,26,25)
#1B1516
(27,21,22)
#161013
(22,16,19)
#110B10
(17,11,16)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #3E382B

#3E382B
(62,56,43)
#4F4A3E
(79,74,62)
#605C51
(96,92,81)
#716E64
(113,110,100)
#828077
(130,128,119)
#93928A
(147,146,138)
#A4A49D
(164,164,157)
#B5B6B0
(181,182,176)
#C6C8C3
(198,200,195)
#D7DAD6
(215,218,214)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E382B color. Also use rgb(62,56,43) instead hex code.

Text Font Color

.myTextColor { color: #3E382B; }

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

This text font color is #3E382B.


Background Color

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

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

This div background color is #3E382B.


Border color

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

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

This div border color is #3E382B.


Opacity

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

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

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

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

This text has shadow with #3E382B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E382B on black background.


Color preview on white background

This text has color #3E382B on white background.



Black color preview on #3E382B background

This text has black color on #3E382B background.


White color preview on #3E382B background

This text has white color on #3E382B background.