COLOR #2E464A

HEX: #2E464A
RGB: (46,70,74)

Color info

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

RGB color model

#2E464A color RGB value is (46,70,74).

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

RGB channels and saturation

R 46 of 255 = 18%
G 70 of 255 = 27%
B 74 of 255 = 29%

46
70
74

R + G + B ~ 25%. #2E464A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 70 + 74 = 190 (100%)
R 46 of 190 ~ 24.21%
G 70 of 190 ~ 36.84%
B 74 of 190 ~ 38.95%

%24.21
%36.84
%38.95

CMYK color model

#2E464A color CMYK value is (38,5,0,71).

  • cyan value is 37.84%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(38,5,0,71)
C38M5Y0K71 
(38%,5%,0%,71%)
(0.38/0.05/0.00/0.71)	

CMYK percentages

%37.84
%5.41
%0
%70.98

Codes

Color #2E464A in popluar color models

2E464A
RGB467074
HSL189°23.33%23.53%
HSB/HSV189°37.84%29.02%
CMYK37.84%5.41%0.00%
70.98%

Color #2E464A in popluar number systems.

HEX2E464A
Decimal467074
Binary10111010001101001010
Octal56106112

Shades and tints

Shades of #2E464A

#2E464A
(46,70,74)
#2A4044
(42,64,68)
#263A3E
(38,58,62)
#223438
(34,52,56)
#1E2E32
(30,46,50)
#1A282C
(26,40,44)
#162226
(22,34,38)
#121C20
(18,28,32)
#0E161A
(14,22,26)
#0A1014
(10,16,20)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #2E464A

#2E464A
(46,70,74)
#41565A
(65,86,90)
#54666A
(84,102,106)
#67767A
(103,118,122)
#7A868A
(122,134,138)
#8D969A
(141,150,154)
#A0A6AA
(160,166,170)
#B3B6BA
(179,182,186)
#C6C6CA
(198,198,202)
#D9D6DA
(217,214,218)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E464A; }

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

This text font color is #2E464A.


Background Color

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

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

This div background color is #2E464A.


Border color

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

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

This div border color is #2E464A.


Opacity

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

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

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

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

This text has shadow with #2E464A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E464A on black background.


Color preview on white background

This text has color #2E464A on white background.



Black color preview on #2E464A background

This text has black color on #2E464A background.


White color preview on #2E464A background

This text has white color on #2E464A background.