COLOR #2E463F

HEX: #2E463F
RGB: (46,70,63)

Color info

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

RGB color model

#2E463F color RGB value is (46,70,63).

  • red value is 46;
  • green value is 70;
  • blue value is 63.
RGB:
(46,70,63)
(18%,27%,25%)

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 63 of 255 = 25%

46
70
63

R + G + B ~ 23%. #2E463F is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 63 = 179 (100%)
R 46 of 179 ~ 25.7%
G 70 of 179 ~ 39.11%
B 63 of 179 ~ 35.2%

%25.7
%39.11
%35.2

CMYK color model

#2E463F color CMYK value is (34,0,10,73).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%
CMYK:
(34,0,10,73)
C34M0Y10K73 
(34%,0%,10%,73%)
(0.34/0.00/0.10/0.73)	

CMYK percentages

%34.29
%0
%10
%72.55

Codes

Color #2E463F in popluar color models

2E463F
RGB467063
HSL163°20.69%22.75%
HSB/HSV163°34.29%27.45%
CMYK34.29%0.00%10.00%
72.55%

Color #2E463F in popluar number systems.

HEX2E463F
Decimal467063
Binary1011101000110111111
Octal5610677

Shades and tints

Shades of #2E463F

#2E463F
(46,70,63)
#2A403A
(42,64,58)
#263A35
(38,58,53)
#223430
(34,52,48)
#1E2E2B
(30,46,43)
#1A2826
(26,40,38)
#162221
(22,34,33)
#121C1C
(18,28,28)
#0E1617
(14,22,23)
#0A1012
(10,16,18)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #2E463F

#2E463F
(46,70,63)
#415650
(65,86,80)
#546661
(84,102,97)
#677672
(103,118,114)
#7A8683
(122,134,131)
#8D9694
(141,150,148)
#A0A6A5
(160,166,165)
#B3B6B6
(179,182,182)
#C6C6C7
(198,198,199)
#D9D6D8
(217,214,216)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E463F color. Also use rgb(46,70,63) instead hex code.

Text Font Color

.myTextColor { color: #2E463F; }

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

This text font color is #2E463F.


Background Color

.myBgColor { background-color: #2E463F; }

<div style="background-color:#2E463F">Inner text</div>

This div background color is #2E463F.


Border color

.myBorderColor { border: 1px solid #2E463F; }

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

This div border color is #2E463F.


Opacity

.myOpacity80 { color: #2E463F; opacity: 0.8; }

<p style="color:#2E463F;opacity:0.8;">80%</p>

Text with #2E463F 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 #2E463F;}

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

This text has shadow with #2E463F color.

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

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

This text has shadow with #2E463F primary color and red secondary color.


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

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

This text has shadow with #2E463F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E463F on black background.


Color preview on white background

This text has color #2E463F on white background.



Black color preview on #2E463F background

This text has black color on #2E463F background.


White color preview on #2E463F background

This text has white color on #2E463F background.