COLOR #2E563F

HEX: #2E563F
RGB: (46,86,63)

Color info

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

RGB color model

#2E563F color RGB value is (46,86,63).

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

RGB channels and saturation

R 46 of 255 = 18%
G 86 of 255 = 34%
B 63 of 255 = 25%

46
86
63

R + G + B ~ 26%. #2E563F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 86 + 63 = 195 (100%)
R 46 of 195 ~ 23.59%
G 86 of 195 ~ 44.1%
B 63 of 195 ~ 32.31%

%23.59
%44.1
%32.31

CMYK color model

#2E563F color CMYK value is (47,0,27,66).

  • cyan value is 46.51%
  • magenta value is 0.00%
  • yellow value is 26.74%
  • key color value is 66.27%
CMYK:
(47,0,27,66)
C47M0Y27K66 
(47%,0%,27%,66%)
(0.47/0.00/0.27/0.66)	

CMYK percentages

%46.51
%0
%26.74
%66.27

Codes

Color #2E563F in popluar color models

2E563F
RGB468663
HSL146°30.30%25.88%
HSB/HSV146°46.51%33.73%
CMYK46.51%0.00%26.74%
66.27%

Color #2E563F in popluar number systems.

HEX2E563F
Decimal468663
Binary1011101010110111111
Octal5612677

Shades and tints

Shades of #2E563F

#2E563F
(46,86,63)
#2A4F3A
(42,79,58)
#264835
(38,72,53)
#224130
(34,65,48)
#1E3A2B
(30,58,43)
#1A3326
(26,51,38)
#162C21
(22,44,33)
#12251C
(18,37,28)
#0E1E17
(14,30,23)
#0A1712
(10,23,18)
#06100D
(6,16,13)
#000000
(0,0,0)

Tints of #2E563F

#2E563F
(46,86,63)
#416550
(65,101,80)
#547461
(84,116,97)
#678372
(103,131,114)
#7A9283
(122,146,131)
#8DA194
(141,161,148)
#A0B0A5
(160,176,165)
#B3BFB6
(179,191,182)
#C6CEC7
(198,206,199)
#D9DDD8
(217,221,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E563F; }

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

This text font color is #2E563F.


Background Color

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

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

This div background color is #2E563F.


Border color

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

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

This div border color is #2E563F.


Opacity

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

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

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

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

This text has shadow with #2E563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E563F on black background.


Color preview on white background

This text has color #2E563F on white background.



Black color preview on #2E563F background

This text has black color on #2E563F background.


White color preview on #2E563F background

This text has white color on #2E563F background.