COLOR #3E223E

HEX: #3E223E
RGB: (62,34,62)

Color info

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

RGB color model

#3E223E color RGB value is (62,34,62).

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

RGB channels and saturation

R 62 of 255 = 24%
G 34 of 255 = 13%
B 62 of 255 = 24%

62
34
62

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

Portions of RGB colors in percentages

R + G + B =
62 + 34 + 62 = 158 (100%)
R 62 of 158 ~ 39.24%
G 34 of 158 ~ 21.52%
B 62 of 158 ~ 39.24%

%39.24
%21.52
%39.24

CMYK color model

#3E223E color CMYK value is (0,45,0,76).

  • cyan value is 0.00%
  • magenta value is 45.16%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(0,45,0,76)
C0M45Y0K76 
(0%,45%,0%,76%)
(0.00/0.45/0.00/0.76)	

CMYK percentages

%0
%45.16
%0
%75.69

Codes

Color #3E223E in popluar color models

3E223E
RGB623462
HSL300°29.17%18.82%
HSB/HSV300°45.16%24.31%
CMYK0.00%45.16%0.00%
75.69%

Color #3E223E in popluar number systems.

HEX3E223E
Decimal623462
Binary111110100010111110
Octal764276

Shades and tints

Shades of #3E223E

#3E223E
(62,34,62)
#391F39
(57,31,57)
#341C34
(52,28,52)
#2F192F
(47,25,47)
#2A162A
(42,22,42)
#251325
(37,19,37)
#201020
(32,16,32)
#1B0D1B
(27,13,27)
#160A16
(22,10,22)
#110711
(17,7,17)
#0C040C
(12,4,12)
#000000
(0,0,0)

Tints of #3E223E

#3E223E
(62,34,62)
#4F364F
(79,54,79)
#604A60
(96,74,96)
#715E71
(113,94,113)
#827282
(130,114,130)
#938693
(147,134,147)
#A49AA4
(164,154,164)
#B5AEB5
(181,174,181)
#C6C2C6
(198,194,198)
#D7D6D7
(215,214,215)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E223E; }

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

This text font color is #3E223E.


Background Color

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

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

This div background color is #3E223E.


Border color

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

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

This div border color is #3E223E.


Opacity

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

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

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

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

This text has shadow with #3E223E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E223E on black background.


Color preview on white background

This text has color #3E223E on white background.



Black color preview on #3E223E background

This text has black color on #3E223E background.


White color preview on #3E223E background

This text has white color on #3E223E background.