COLOR #2E515D

HEX: #2E515D
RGB: (46,81,93)

Color info

#2E515D contains red, green and blue colors in about the same proportion. Web safe color of #2E515D is #336666 (or #366).

RGB color model

#2E515D color RGB value is (46,81,93).

  • red value is 46;
  • green value is 81;
  • blue value is 93.
RGB:
(46,81,93)
(18%,32%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 81 of 255 = 32%
B 93 of 255 = 36%

46
81
93

R + G + B ~ 29%. #2E515D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 81 + 93 = 220 (100%)
R 46 of 220 ~ 20.91%
G 81 of 220 ~ 36.82%
B 93 of 220 ~ 42.27%

%20.91
%36.82
%42.27

CMYK color model

#2E515D color CMYK value is (51,13,0,64).

  • cyan value is 50.54%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(51,13,0,64)
C51M13Y0K64 
(51%,13%,0%,64%)
(0.51/0.13/0.00/0.64)	

CMYK percentages

%50.54
%12.9
%0
%63.53

Codes

Color #2E515D in popluar color models

2E515D
RGB468193
HSL195°33.81%27.25%
HSB/HSV195°50.54%36.47%
CMYK50.54%12.90%0.00%
63.53%

Color #2E515D in popluar number systems.

HEX2E515D
Decimal468193
Binary10111010100011011101
Octal56121135

Shades and tints

Shades of #2E515D

#2E515D
(46,81,93)
#2A4A55
(42,74,85)
#26434D
(38,67,77)
#223C45
(34,60,69)
#1E353D
(30,53,61)
#1A2E35
(26,46,53)
#16272D
(22,39,45)
#122025
(18,32,37)
#0E191D
(14,25,29)
#0A1215
(10,18,21)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #2E515D

#2E515D
(46,81,93)
#41606B
(65,96,107)
#546F79
(84,111,121)
#677E87
(103,126,135)
#7A8D95
(122,141,149)
#8D9CA3
(141,156,163)
#A0ABB1
(160,171,177)
#B3BABF
(179,186,191)
#C6C9CD
(198,201,205)
#D9D8DB
(217,216,219)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E515D color. Also use rgb(46,81,93) instead hex code.

Text Font Color

.myTextColor { color: #2E515D; }

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

This text font color is #2E515D.


Background Color

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

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

This div background color is #2E515D.


Border color

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

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

This div border color is #2E515D.


Opacity

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

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

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

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

This text has shadow with #2E515D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E515D on black background.


Color preview on white background

This text has color #2E515D on white background.



Black color preview on #2E515D background

This text has black color on #2E515D background.


White color preview on #2E515D background

This text has white color on #2E515D background.