COLOR #2E424D

HEX: #2E424D RGB: (46,66,77)

Color info

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

RGB color model

#2E424D color RGB value is (46,66,77).

RGB: (46,66,77) (18%, 26%, 30%)

RGB channels and saturation

R 46 of 255 = 18%
G 66 of 255 = 26%
B 77 of 255 = 30%

46
66
77

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

Portions of RGB colors in percentages

R + G + B = 46 + 66 + 77 = 189 (100%)
R 46 of 189 ~ 24.34%
G 66 of 189 ~ 34.92%
B 77 of 189 ~ 40.74'%

%24.34
%34.92
%40.74

CMYK color model

#2E424D color CMYK value is (40,14,0,70).

  • cyan value is 40.26%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (40,14,0,70)
C40M14Y0K70 (40%, 14%, 0%, 70%)
(0.40 / 0.14 / 0.00 / 0.70)

CMYK percentages

%40.26
%14.29
%0
%69.8

Codes

Color #2E424D in popluar color models

2E 42 4D
RGB 46 66 77
HSL 201° 25.20% 24.12%
HSB/HSV 201° 40.26% 30.20%
CMYK 40.26% 14.29% 0.00%
69.80%

Color #2E424D in popluar number systems.

HEX 2E 42 4D
Decimal 46 66 77
Binary 101110 1000010 1001101
Octal 56 102 115

Shades and tints

Shades of #2E424D

#2E424D
(46,66,77)
#2A3C46
(42,60,70)
#26363F
(38,54,63)
#223038
(34,48,56)
#1E2A31
(30,42,49)
#1A242A
(26,36,42)
#161E23
(22,30,35)
#12181C
(18,24,28)
#0E1215
(14,18,21)
#0A0C0E
(10,12,14)
#060607
(6,6,7)
#000000
(0,0,0)

Tints of #2E424D

#2E424D
(46,66,77)
#41535D
(65,83,93)
#54646D
(84,100,109)
#67757D
(103,117,125)
#7A868D
(122,134,141)
#8D979D
(141,151,157)
#A0A8AD
(160,168,173)
#B3B9BD
(179,185,189)
#C6CACD
(198,202,205)
#D9DBDD
(217,219,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E424D color. Also use rgb(46,66,77) instead hex code.

Text Font Color

.myTextColor { color: #2E424D; }

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

This text font color is #2E424D.

Background Color

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

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

This div background color is #2E424D.

Border color

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

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

This div border color is #2E424D.

Opacity

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

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

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

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

This text has shadow with #2E424D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E424D.

Preview

Color preview on black background

This text has color #2E424D on black background.


Color preview on white background

This text has color #2E424D on white background.


Black color preview on #2E424D background

This text has black color on #2E424D background.


White color preview on #2E424D background

This text has white color on #2E424D background.


Related colors

Complementary color

Complementary color for #hex is #D1BDB2.


I love getcolorcode.com

Triadic colors

1 #4D2E42 and #424D2E with #2E424D are triadic colors.

2 #4D422E and #422E4D with #2E424D are triadic colors.