COLOR #2E584D

HEX: #2E584D
RGB: (46,88,77)

Color info

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

RGB color model

#2E584D color RGB value is (46,88,77).

  • red value is 46;
  • green value is 88;
  • blue value is 77.
RGB:
(46,88,77)
(18%,35%,30%)

RGB channels and saturation

R 46 of 255 = 18%
G 88 of 255 = 35%
B 77 of 255 = 30%

46
88
77

R + G + B ~ 28%. #2E584D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 88 + 77 = 211 (100%)
R 46 of 211 ~ 21.8%
G 88 of 211 ~ 41.71%
B 77 of 211 ~ 36.49%

%21.8
%41.71
%36.49

CMYK color model

#2E584D color CMYK value is (48,0,13,65).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(48,0,13,65)
C48M0Y13K65 
(48%,0%,13%,65%)
(0.48/0.00/0.13/0.65)	

CMYK percentages

%47.73
%0
%12.5
%65.49

Codes

Color #2E584D in popluar color models

2E584D
RGB468877
HSL164°31.34%26.27%
HSB/HSV164°47.73%34.51%
CMYK47.73%0.00%12.50%
65.49%

Color #2E584D in popluar number systems.

HEX2E584D
Decimal468877
Binary10111010110001001101
Octal56130115

Shades and tints

Shades of #2E584D

#2E584D
(46,88,77)
#2A5046
(42,80,70)
#26483F
(38,72,63)
#224038
(34,64,56)
#1E3831
(30,56,49)
#1A302A
(26,48,42)
#162823
(22,40,35)
#12201C
(18,32,28)
#0E1815
(14,24,21)
#0A100E
(10,16,14)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #2E584D

#2E584D
(46,88,77)
#41675D
(65,103,93)
#54766D
(84,118,109)
#67857D
(103,133,125)
#7A948D
(122,148,141)
#8DA39D
(141,163,157)
#A0B2AD
(160,178,173)
#B3C1BD
(179,193,189)
#C6D0CD
(198,208,205)
#D9DFDD
(217,223,221)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E584D color. Also use rgb(46,88,77) instead hex code.

Text Font Color

.myTextColor { color: #2E584D; }

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

This text font color is #2E584D.


Background Color

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

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

This div background color is #2E584D.


Border color

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

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

This div border color is #2E584D.


Opacity

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

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

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

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

This text has shadow with #2E584D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E584D on black background.


Color preview on white background

This text has color #2E584D on white background.



Black color preview on #2E584D background

This text has black color on #2E584D background.


White color preview on #2E584D background

This text has white color on #2E584D background.