COLOR #2E5E80

HEX: #2E5E80 RGB: (46,94,128)

Color info

#2E5E80 contains mainly green and blue colors. Web safe color of #2E5E80 is #336666 (or #366).

RGB color model

#2E5E80 color RGB value is (46,94,128).

RGB: (46,94,128) (18%, 37%, 50%)

RGB channels and saturation

R 46 of 255 = 18%
G 94 of 255 = 37%
B 128 of 255 = 50%

46
94
128

R + G + B ~ 35%. #2E5E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 94 + 128 = 268 (100%)
R 46 of 268 ~ 17.16%
G 94 of 268 ~ 35.07%
B 128 of 268 ~ 47.76'%

%17.16
%35.07
%47.76

CMYK color model

#2E5E80 color CMYK value is (64,27,0,50).

  • cyan value is 64.06%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (64,27,0,50)
C64M27Y0K50 (64%, 27%, 0%, 50%)
(0.64 / 0.27 / 0.00 / 0.50)

CMYK percentages

%64.06
%26.56
%0
%49.8

Codes

Color #2E5E80 in popluar color models

2E 5E 80
RGB 46 94 128
HSL 205° 47.13% 34.12%
HSB/HSV 205° 64.06% 50.20%
CMYK 64.06% 26.56% 0.00%
49.80%

Color #2E5E80 in popluar number systems.

HEX 2E 5E 80
Decimal 46 94 128
Binary 101110 1011110 10000000
Octal 56 136 200

Shades and tints

Shades of #2E5E80

#2E5E80
(46,94,128)
#2A5675
(42,86,117)
#264E6A
(38,78,106)
#22465F
(34,70,95)
#1E3E54
(30,62,84)
#1A3649
(26,54,73)
#162E3E
(22,46,62)
#122633
(18,38,51)
#0E1E28
(14,30,40)
#0A161D
(10,22,29)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #2E5E80

#2E5E80
(46,94,128)
#416C8B
(65,108,139)
#547A96
(84,122,150)
#6788A1
(103,136,161)
#7A96AC
(122,150,172)
#8DA4B7
(141,164,183)
#A0B2C2
(160,178,194)
#B3C0CD
(179,192,205)
#C6CED8
(198,206,216)
#D9DCE3
(217,220,227)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5E80; }

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

This text font color is #2E5E80.

Background Color

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

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

This div background color is #2E5E80.

Border color

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

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

This div border color is #2E5E80.

Opacity

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

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

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

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

This text has shadow with #2E5E80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5E80.

Preview

Color preview on black background

This text has color #2E5E80 on black background.


Color preview on white background

This text has color #2E5E80 on white background.


Black color preview on #2E5E80 background

This text has black color on #2E5E80 background.


White color preview on #2E5E80 background

This text has white color on #2E5E80 background.


Related colors

Complementary color

Complementary color for #hex is #D1A17F.


I love getcolorcode.com

Triadic colors

1 #802E5E and #5E802E with #2E5E80 are triadic colors.

2 #805E2E and #5E2E80 with #2E5E80 are triadic colors.