COLOR #3E2831

HEX: #3E2831
RGB: (62,40,49)

Color info

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

RGB color model

#3E2831 color RGB value is (62,40,49).

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

RGB channels and saturation

R 62 of 255 = 24%
G 40 of 255 = 16%
B 49 of 255 = 19%

62
40
49

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

Portions of RGB colors in percentages

R + G + B =
62 + 40 + 49 = 151 (100%)
R 62 of 151 ~ 41.06%
G 40 of 151 ~ 26.49%
B 49 of 151 ~ 32.45%

%41.06
%26.49
%32.45

CMYK color model

#3E2831 color CMYK value is (0,35,21,76).

  • cyan value is 0.00%
  • magenta value is 35.48%
  • yellow value is 20.97%
  • key color value is 75.69%
CMYK:
(0,35,21,76)
C0M35Y21K76 
(0%,35%,21%,76%)
(0.00/0.35/0.21/0.76)	

CMYK percentages

%0
%35.48
%20.97
%75.69

Codes

Color #3E2831 in popluar color models

3E2831
RGB624049
HSL335°21.57%20.00%
HSB/HSV335°35.48%24.31%
CMYK0.00%35.48%20.97%
75.69%

Color #3E2831 in popluar number systems.

HEX3E2831
Decimal624049
Binary111110101000110001
Octal765061

Shades and tints

Shades of #3E2831

#3E2831
(62,40,49)
#39252D
(57,37,45)
#342229
(52,34,41)
#2F1F25
(47,31,37)
#2A1C21
(42,28,33)
#25191D
(37,25,29)
#201619
(32,22,25)
#1B1315
(27,19,21)
#161011
(22,16,17)
#110D0D
(17,13,13)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #3E2831

#3E2831
(62,40,49)
#4F3B43
(79,59,67)
#604E55
(96,78,85)
#716167
(113,97,103)
#827479
(130,116,121)
#93878B
(147,135,139)
#A49A9D
(164,154,157)
#B5ADAF
(181,173,175)
#C6C0C1
(198,192,193)
#D7D3D3
(215,211,211)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E2831; }

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

This text font color is #3E2831.


Background Color

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

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

This div background color is #3E2831.


Border color

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

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

This div border color is #3E2831.


Opacity

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

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

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

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

This text has shadow with #3E2831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2831 on black background.


Color preview on white background

This text has color #3E2831 on white background.



Black color preview on #3E2831 background

This text has black color on #3E2831 background.


White color preview on #3E2831 background

This text has white color on #3E2831 background.