COLOR #3E463E

HEX: #3E463E
RGB: (62,70,62)

Color info

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

RGB color model

#3E463E color RGB value is (62,70,62).

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

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 62 of 255 = 24%

62
70
62

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

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 62 = 194 (100%)
R 62 of 194 ~ 31.96%
G 70 of 194 ~ 36.08%
B 62 of 194 ~ 31.96%

%31.96
%36.08
%31.96

CMYK color model

#3E463E color CMYK value is (11,0,11,73).

  • cyan value is 11.43%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 72.55%
CMYK:
(11,0,11,73)
C11M0Y11K73 
(11%,0%,11%,73%)
(0.11/0.00/0.11/0.73)	

CMYK percentages

%11.43
%0
%11.43
%72.55

Codes

Color #3E463E in popluar color models

3E463E
RGB627062
HSL120°6.06%25.88%
HSB/HSV120°11.43%27.45%
CMYK11.43%0.00%11.43%
72.55%

Color #3E463E in popluar number systems.

HEX3E463E
Decimal627062
Binary1111101000110111110
Octal7610676

Shades and tints

Shades of #3E463E

#3E463E
(62,70,62)
#394039
(57,64,57)
#343A34
(52,58,52)
#2F342F
(47,52,47)
#2A2E2A
(42,46,42)
#252825
(37,40,37)
#202220
(32,34,32)
#1B1C1B
(27,28,27)
#161616
(22,22,22)
#111011
(17,16,17)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #3E463E

#3E463E
(62,70,62)
#4F564F
(79,86,79)
#606660
(96,102,96)
#717671
(113,118,113)
#828682
(130,134,130)
#939693
(147,150,147)
#A4A6A4
(164,166,164)
#B5B6B5
(181,182,181)
#C6C6C6
(198,198,198)
#D7D6D7
(215,214,215)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E463E; }

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

This text font color is #3E463E.


Background Color

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

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

This div background color is #3E463E.


Border color

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

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

This div border color is #3E463E.


Opacity

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

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

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

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

This text has shadow with #3E463E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E463E on black background.


Color preview on white background

This text has color #3E463E on white background.



Black color preview on #3E463E background

This text has black color on #3E463E background.


White color preview on #3E463E background

This text has white color on #3E463E background.