COLOR #3E2E3D

HEX: #3E2E3D
RGB: (62,46,61)

Color info

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

RGB color model

#3E2E3D color RGB value is (62,46,61).

  • red value is 62;
  • green value is 46;
  • blue value is 61.
RGB:
(62,46,61)
(24%,18%,24%)

RGB channels and saturation

R 62 of 255 = 24%
G 46 of 255 = 18%
B 61 of 255 = 24%

62
46
61

R + G + B ~ 22%. #3E2E3D is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 46 + 61 = 169 (100%)
R 62 of 169 ~ 36.69%
G 46 of 169 ~ 27.22%
B 61 of 169 ~ 36.09%

%36.69
%27.22
%36.09

CMYK color model

#3E2E3D color CMYK value is (0,26,2,76).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 1.61%
  • key color value is 75.69%
CMYK:
(0,26,2,76)
C0M26Y2K76 
(0%,26%,2%,76%)
(0.00/0.26/0.02/0.76)	

CMYK percentages

%0
%25.81
%1.61
%75.69

Codes

Color #3E2E3D in popluar color models

3E2E3D
RGB624661
HSL304°14.81%21.18%
HSB/HSV304°25.81%24.31%
CMYK0.00%25.81%1.61%
75.69%

Color #3E2E3D in popluar number systems.

HEX3E2E3D
Decimal624661
Binary111110101110111101
Octal765675

Shades and tints

Shades of #3E2E3D

#3E2E3D
(62,46,61)
#392A38
(57,42,56)
#342633
(52,38,51)
#2F222E
(47,34,46)
#2A1E29
(42,30,41)
#251A24
(37,26,36)
#20161F
(32,22,31)
#1B121A
(27,18,26)
#160E15
(22,14,21)
#110A10
(17,10,16)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #3E2E3D

#3E2E3D
(62,46,61)
#4F414E
(79,65,78)
#60545F
(96,84,95)
#716770
(113,103,112)
#827A81
(130,122,129)
#938D92
(147,141,146)
#A4A0A3
(164,160,163)
#B5B3B4
(181,179,180)
#C6C6C5
(198,198,197)
#D7D9D6
(215,217,214)
#E8ECE7
(232,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2E3D color. Also use rgb(62,46,61) instead hex code.

Text Font Color

.myTextColor { color: #3E2E3D; }

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

This text font color is #3E2E3D.


Background Color

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

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

This div background color is #3E2E3D.


Border color

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

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

This div border color is #3E2E3D.


Opacity

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

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

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

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

This text has shadow with #3E2E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2E3D on black background.


Color preview on white background

This text has color #3E2E3D on white background.



Black color preview on #3E2E3D background

This text has black color on #3E2E3D background.


White color preview on #3E2E3D background

This text has white color on #3E2E3D background.