COLOR #3E493A

HEX: #3E493A
RGB: (62,73,58)

Color info

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

RGB color model

#3E493A color RGB value is (62,73,58).

  • red value is 62;
  • green value is 73;
  • blue value is 58.
RGB:
(62,73,58)
(24%,29%,23%)

RGB channels and saturation

R 62 of 255 = 24%
G 73 of 255 = 29%
B 58 of 255 = 23%

62
73
58

R + G + B ~ 25%. #3E493A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 73 + 58 = 193 (100%)
R 62 of 193 ~ 32.12%
G 73 of 193 ~ 37.82%
B 58 of 193 ~ 30.05%

%32.12
%37.82
%30.05

CMYK color model

#3E493A color CMYK value is (15,0,21,71).

  • cyan value is 15.07%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 71.37%
CMYK:
(15,0,21,71)
C15M0Y21K71 
(15%,0%,21%,71%)
(0.15/0.00/0.21/0.71)	

CMYK percentages

%15.07
%0
%20.55
%71.37

Codes

Color #3E493A in popluar color models

3E493A
RGB627358
HSL104°11.45%25.69%
HSB/HSV104°20.55%28.63%
CMYK15.07%0.00%20.55%
71.37%

Color #3E493A in popluar number systems.

HEX3E493A
Decimal627358
Binary1111101001001111010
Octal7611172

Shades and tints

Shades of #3E493A

#3E493A
(62,73,58)
#394335
(57,67,53)
#343D30
(52,61,48)
#2F372B
(47,55,43)
#2A3126
(42,49,38)
#252B21
(37,43,33)
#20251C
(32,37,28)
#1B1F17
(27,31,23)
#161912
(22,25,18)
#11130D
(17,19,13)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #3E493A

#3E493A
(62,73,58)
#4F594B
(79,89,75)
#60695C
(96,105,92)
#71796D
(113,121,109)
#82897E
(130,137,126)
#93998F
(147,153,143)
#A4A9A0
(164,169,160)
#B5B9B1
(181,185,177)
#C6C9C2
(198,201,194)
#D7D9D3
(215,217,211)
#E8E9E4
(232,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E493A; }

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

This text font color is #3E493A.


Background Color

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

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

This div background color is #3E493A.


Border color

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

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

This div border color is #3E493A.


Opacity

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

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

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

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

This text has shadow with #3E493A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E493A on black background.


Color preview on white background

This text has color #3E493A on white background.



Black color preview on #3E493A background

This text has black color on #3E493A background.


White color preview on #3E493A background

This text has white color on #3E493A background.