COLOR #3E2123

HEX: #3E2123
RGB: (62,33,35)

Color info

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

RGB color model

#3E2123 color RGB value is (62,33,35).

  • red value is 62;
  • green value is 33;
  • blue value is 35.
RGB:
(62,33,35)
(24%,13%,14%)

RGB channels and saturation

R 62 of 255 = 24%
G 33 of 255 = 13%
B 35 of 255 = 14%

62
33
35

R + G + B ~ 17%. #3E2123 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 33 + 35 = 130 (100%)
R 62 of 130 ~ 47.69%
G 33 of 130 ~ 25.38%
B 35 of 130 ~ 26.92%

%47.69
%25.38
%26.92

CMYK color model

#3E2123 color CMYK value is (0,47,44,76).

  • cyan value is 0.00%
  • magenta value is 46.77%
  • yellow value is 43.55%
  • key color value is 75.69%
CMYK:
(0,47,44,76)
C0M47Y44K76 
(0%,47%,44%,76%)
(0.00/0.47/0.44/0.76)	

CMYK percentages

%0
%46.77
%43.55
%75.69

Codes

Color #3E2123 in popluar color models

3E2123
RGB623335
HSL356°30.53%18.63%
HSB/HSV356°46.77%24.31%
CMYK0.00%46.77%43.55%
75.69%

Color #3E2123 in popluar number systems.

HEX3E2123
Decimal623335
Binary111110100001100011
Octal764143

Shades and tints

Shades of #3E2123

#3E2123
(62,33,35)
#391E20
(57,30,32)
#341B1D
(52,27,29)
#2F181A
(47,24,26)
#2A1517
(42,21,23)
#251214
(37,18,20)
#200F11
(32,15,17)
#1B0C0E
(27,12,14)
#16090B
(22,9,11)
#110608
(17,6,8)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #3E2123

#3E2123
(62,33,35)
#4F3537
(79,53,55)
#60494B
(96,73,75)
#715D5F
(113,93,95)
#827173
(130,113,115)
#938587
(147,133,135)
#A4999B
(164,153,155)
#B5ADAF
(181,173,175)
#C6C1C3
(198,193,195)
#D7D5D7
(215,213,215)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E2123 color. Also use rgb(62,33,35) instead hex code.

Text Font Color

.myTextColor { color: #3E2123; }

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

This text font color is #3E2123.


Background Color

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

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

This div background color is #3E2123.


Border color

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

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

This div border color is #3E2123.


Opacity

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

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

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

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

This text has shadow with #3E2123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E2123 on black background.


Color preview on white background

This text has color #3E2123 on white background.



Black color preview on #3E2123 background

This text has black color on #3E2123 background.


White color preview on #3E2123 background

This text has white color on #3E2123 background.