COLOR #2E5964

HEX: #2E5964
RGB: (46,89,100)

Color info

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

RGB color model

#2E5964 color RGB value is (46,89,100).

  • red value is 46;
  • green value is 89;
  • blue value is 100.
RGB:
(46,89,100)
(18%,35%,39%)

RGB channels and saturation

R 46 of 255 = 18%
G 89 of 255 = 35%
B 100 of 255 = 39%

46
89
100

R + G + B ~ 31%. #2E5964 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 89 + 100 = 235 (100%)
R 46 of 235 ~ 19.57%
G 89 of 235 ~ 37.87%
B 100 of 235 ~ 42.55%

%19.57
%37.87
%42.55

CMYK color model

#2E5964 color CMYK value is (54,11,0,61).

  • cyan value is 54.00%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(54,11,0,61)
C54M11Y0K61 
(54%,11%,0%,61%)
(0.54/0.11/0.00/0.61)	

CMYK percentages

%54
%11
%0
%60.78

Codes

Color #2E5964 in popluar color models

2E5964
RGB4689100
HSL192°36.99%28.63%
HSB/HSV192°54.00%39.22%
CMYK54.00%11.00%0.00%
60.78%

Color #2E5964 in popluar number systems.

HEX2E5964
Decimal4689100
Binary10111010110011100100
Octal56131144

Shades and tints

Shades of #2E5964

#2E5964
(46,89,100)
#2A515B
(42,81,91)
#264952
(38,73,82)
#224149
(34,65,73)
#1E3940
(30,57,64)
#1A3137
(26,49,55)
#16292E
(22,41,46)
#122125
(18,33,37)
#0E191C
(14,25,28)
#0A1113
(10,17,19)
#06090A
(6,9,10)
#000000
(0,0,0)

Tints of #2E5964

#2E5964
(46,89,100)
#416872
(65,104,114)
#547780
(84,119,128)
#67868E
(103,134,142)
#7A959C
(122,149,156)
#8DA4AA
(141,164,170)
#A0B3B8
(160,179,184)
#B3C2C6
(179,194,198)
#C6D1D4
(198,209,212)
#D9E0E2
(217,224,226)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E5964 color. Also use rgb(46,89,100) instead hex code.

Text Font Color

.myTextColor { color: #2E5964; }

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

This text font color is #2E5964.


Background Color

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

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

This div background color is #2E5964.


Border color

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

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

This div border color is #2E5964.


Opacity

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

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

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

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

This text has shadow with #2E5964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5964 on black background.


Color preview on white background

This text has color #2E5964 on white background.



Black color preview on #2E5964 background

This text has black color on #2E5964 background.


White color preview on #2E5964 background

This text has white color on #2E5964 background.