COLOR #2E5A58

HEX: #2E5A58
RGB: (46,90,88)

Color info

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

RGB color model

#2E5A58 color RGB value is (46,90,88).

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

RGB channels and saturation

R 46 of 255 = 18%
G 90 of 255 = 35%
B 88 of 255 = 35%

46
90
88

R + G + B ~ 29%. #2E5A58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 90 + 88 = 224 (100%)
R 46 of 224 ~ 20.54%
G 90 of 224 ~ 40.18%
B 88 of 224 ~ 39.29%

%20.54
%40.18
%39.29

CMYK color model

#2E5A58 color CMYK value is (49,0,2,65).

  • cyan value is 48.89%
  • magenta value is 0.00%
  • yellow value is 2.22%
  • key color value is 64.71%
CMYK:
(49,0,2,65)
C49M0Y2K65 
(49%,0%,2%,65%)
(0.49/0.00/0.02/0.65)	

CMYK percentages

%48.89
%0
%2.22
%64.71

Codes

Color #2E5A58 in popluar color models

2E5A58
RGB469088
HSL177°32.35%26.67%
HSB/HSV177°48.89%35.29%
CMYK48.89%0.00%2.22%
64.71%

Color #2E5A58 in popluar number systems.

HEX2E5A58
Decimal469088
Binary10111010110101011000
Octal56132130

Shades and tints

Shades of #2E5A58

#2E5A58
(46,90,88)
#2A5250
(42,82,80)
#264A48
(38,74,72)
#224240
(34,66,64)
#1E3A38
(30,58,56)
#1A3230
(26,50,48)
#162A28
(22,42,40)
#122220
(18,34,32)
#0E1A18
(14,26,24)
#0A1210
(10,18,16)
#060A08
(6,10,8)
#000000
(0,0,0)

Tints of #2E5A58

#2E5A58
(46,90,88)
#416967
(65,105,103)
#547876
(84,120,118)
#678785
(103,135,133)
#7A9694
(122,150,148)
#8DA5A3
(141,165,163)
#A0B4B2
(160,180,178)
#B3C3C1
(179,195,193)
#C6D2D0
(198,210,208)
#D9E1DF
(217,225,223)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5A58; }

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

This text font color is #2E5A58.


Background Color

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

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

This div background color is #2E5A58.


Border color

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

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

This div border color is #2E5A58.


Opacity

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

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

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

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

This text has shadow with #2E5A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5A58 on black background.


Color preview on white background

This text has color #2E5A58 on white background.



Black color preview on #2E5A58 background

This text has black color on #2E5A58 background.


White color preview on #2E5A58 background

This text has white color on #2E5A58 background.