COLOR #2E564B

HEX: #2E564B
RGB: (46,86,75)

Color info

#2E564B contains red, green and blue colors in about the same proportion. Web safe color of #2E564B is #336633 (or #363).

RGB color model

#2E564B color RGB value is (46,86,75).

  • red value is 46;
  • green value is 86;
  • blue value is 75.
RGB:
(46,86,75)
(18%,34%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 75 of 255 = 29%

46
86
75

R + G + B ~ 27%. #2E564B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 86 + 75 = 207 (100%)
R 46 of 207 ~ 22.22%
G 86 of 207 ~ 41.55%
B 75 of 207 ~ 36.23%

%22.22
%41.55
%36.23

CMYK color model

#2E564B color CMYK value is (47,0,13,66).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 66.27%
CMYK:
(47,0,13,66)
C47M0Y13K66 
(47%,0%,13%,66%)
(0.47/0.00/0.13/0.66)	

CMYK percentages

%46.51
%0
%12.79
%66.27

Codes

Color #2E564B in popluar color models

2E564B
RGB468675
HSL164°30.30%25.88%
HSB/HSV164°46.51%33.73%
CMYK46.51%0.00%12.79%
66.27%

Color #2E564B in popluar number systems.

HEX2E564B
Decimal468675
Binary10111010101101001011
Octal56126113

Shades and tints

Shades of #2E564B

#2E564B
(46,86,75)
#2A4F45
(42,79,69)
#26483F
(38,72,63)
#224139
(34,65,57)
#1E3A33
(30,58,51)
#1A332D
(26,51,45)
#162C27
(22,44,39)
#122521
(18,37,33)
#0E1E1B
(14,30,27)
#0A1715
(10,23,21)
#06100F
(6,16,15)
#000000
(0,0,0)

Tints of #2E564B

#2E564B
(46,86,75)
#41655B
(65,101,91)
#54746B
(84,116,107)
#67837B
(103,131,123)
#7A928B
(122,146,139)
#8DA19B
(141,161,155)
#A0B0AB
(160,176,171)
#B3BFBB
(179,191,187)
#C6CECB
(198,206,203)
#D9DDDB
(217,221,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E564B color. Also use rgb(46,86,75) instead hex code.

Text Font Color

.myTextColor { color: #2E564B; }

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

This text font color is #2E564B.


Background Color

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

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

This div background color is #2E564B.


Border color

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

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

This div border color is #2E564B.


Opacity

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

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

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

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

This text has shadow with #2E564B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E564B on black background.


Color preview on white background

This text has color #2E564B on white background.



Black color preview on #2E564B background

This text has black color on #2E564B background.


White color preview on #2E564B background

This text has white color on #2E564B background.