COLOR #2E8585

HEX: #2E8585
RGB: (46,133,133)

Color info

#2E8585 contains mainly green and blue colors. Web safe color of #2E8585 is #339999 (or #399).

RGB color model

#2E8585 color RGB value is (46,133,133).

  • red value is 46;
  • green value is 133;
  • blue value is 133.
RGB:
(46,133,133)
(18%,52%,52%)

RGB channels and saturation

R 46 of 255 = 18%
G 133 of 255 = 52%
B 133 of 255 = 52%

46
133
133

R + G + B ~ 41%. #2E8585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 133 + 133 = 312 (100%)
R 46 of 312 ~ 14.74%
G 133 of 312 ~ 42.63%
B 133 of 312 ~ 42.63%

%14.74
%42.63
%42.63

CMYK color model

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

  • cyan value is 65.41%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(65,0,0,48)
C65M0Y0K48 
(65%,0%,0%,48%)
(0.65/0.00/0.00/0.48)	

CMYK percentages

%65.41
%0
%0
%47.84

Codes

Color #2E8585 in popluar color models

2E8585
RGB46133133
HSL180°48.60%35.10%
HSB/HSV180°65.41%52.16%
CMYK65.41%0.00%0.00%
47.84%

Color #2E8585 in popluar number systems.

HEX2E8585
Decimal46133133
Binary1011101000010110000101
Octal56205205

Shades and tints

Shades of #2E8585

#2E8585
(46,133,133)
#2A7979
(42,121,121)
#266D6D
(38,109,109)
#226161
(34,97,97)
#1E5555
(30,85,85)
#1A4949
(26,73,73)
#163D3D
(22,61,61)
#123131
(18,49,49)
#0E2525
(14,37,37)
#0A1919
(10,25,25)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #2E8585

#2E8585
(46,133,133)
#419090
(65,144,144)
#549B9B
(84,155,155)
#67A6A6
(103,166,166)
#7AB1B1
(122,177,177)
#8DBCBC
(141,188,188)
#A0C7C7
(160,199,199)
#B3D2D2
(179,210,210)
#C6DDDD
(198,221,221)
#D9E8E8
(217,232,232)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E8585; }

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

This text font color is #2E8585.


Background Color

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

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

This div background color is #2E8585.


Border color

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

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

This div border color is #2E8585.


Opacity

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

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

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

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

This text has shadow with #2E8585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E8585 on black background.


Color preview on white background

This text has color #2E8585 on white background.



Black color preview on #2E8585 background

This text has black color on #2E8585 background.


White color preview on #2E8585 background

This text has white color on #2E8585 background.