COLOR #2E4C48

HEX: #2E4C48
RGB: (46,76,72)

Color info

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

RGB color model

#2E4C48 color RGB value is (46,76,72).

  • red value is 46;
  • green value is 76;
  • blue value is 72.
RGB:
(46,76,72)
(18%,30%,28%)

RGB channels and saturation

R 46 of 255 = 18%
G 76 of 255 = 30%
B 72 of 255 = 28%

46
76
72

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

Portions of RGB colors in percentages

R + G + B =
46 + 76 + 72 = 194 (100%)
R 46 of 194 ~ 23.71%
G 76 of 194 ~ 39.18%
B 72 of 194 ~ 37.11%

%23.71
%39.18
%37.11

CMYK color model

#2E4C48 color CMYK value is (39,0,5,70).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 70.20%
CMYK:
(39,0,5,70)
C39M0Y5K70 
(39%,0%,5%,70%)
(0.39/0.00/0.05/0.70)	

CMYK percentages

%39.47
%0
%5.26
%70.2

Codes

Color #2E4C48 in popluar color models

2E4C48
RGB467672
HSL172°24.59%23.92%
HSB/HSV172°39.47%29.80%
CMYK39.47%0.00%5.26%
70.20%

Color #2E4C48 in popluar number systems.

HEX2E4C48
Decimal467672
Binary10111010011001001000
Octal56114110

Shades and tints

Shades of #2E4C48

#2E4C48
(46,76,72)
#2A4642
(42,70,66)
#26403C
(38,64,60)
#223A36
(34,58,54)
#1E3430
(30,52,48)
#1A2E2A
(26,46,42)
#162824
(22,40,36)
#12221E
(18,34,30)
#0E1C18
(14,28,24)
#0A1612
(10,22,18)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #2E4C48

#2E4C48
(46,76,72)
#415C58
(65,92,88)
#546C68
(84,108,104)
#677C78
(103,124,120)
#7A8C88
(122,140,136)
#8D9C98
(141,156,152)
#A0ACA8
(160,172,168)
#B3BCB8
(179,188,184)
#C6CCC8
(198,204,200)
#D9DCD8
(217,220,216)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E4C48 color. Also use rgb(46,76,72) instead hex code.

Text Font Color

.myTextColor { color: #2E4C48; }

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

This text font color is #2E4C48.


Background Color

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

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

This div background color is #2E4C48.


Border color

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

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

This div border color is #2E4C48.


Opacity

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

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

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

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

This text has shadow with #2E4C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E4C48 on black background.


Color preview on white background

This text has color #2E4C48 on white background.



Black color preview on #2E4C48 background

This text has black color on #2E4C48 background.


White color preview on #2E4C48 background

This text has white color on #2E4C48 background.