COLOR #2E5061

HEX: #2E5061 RGB: (46,80,97)

Color info

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

RGB color model

#2E5061 color RGB value is (46,80,97).

RGB: (46,80,97) (18%, 31%, 38%)

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 97 of 255 = 38%

46
80
97

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

Portions of RGB colors in percentages

R + G + B = 46 + 80 + 97 = 223 (100%)
R 46 of 223 ~ 20.63%
G 80 of 223 ~ 35.87%
B 97 of 223 ~ 43.5'%

%20.63
%35.87
%43.5

CMYK color model

#2E5061 color CMYK value is (53,18,0,62).

  • cyan value is 52.58%
  • magenta value is 17.53%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (53,18,0,62)
C53M18Y0K62 (53%, 18%, 0%, 62%)
(0.53 / 0.18 / 0.00 / 0.62)

CMYK percentages

%52.58
%17.53
%0
%61.96

Codes

Color #2E5061 in popluar color models

2E 50 61
RGB 46 80 97
HSL 200° 35.66% 28.04%
HSB/HSV 200° 52.58% 38.04%
CMYK 52.58% 17.53% 0.00%
61.96%

Color #2E5061 in popluar number systems.

HEX 2E 50 61
Decimal 46 80 97
Binary 101110 1010000 1100001
Octal 56 120 141

Shades and tints

Shades of #2E5061

#2E5061
(46,80,97)
#2A4959
(42,73,89)
#264251
(38,66,81)
#223B49
(34,59,73)
#1E3441
(30,52,65)
#1A2D39
(26,45,57)
#162631
(22,38,49)
#121F29
(18,31,41)
#0E1821
(14,24,33)
#0A1119
(10,17,25)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #2E5061

#2E5061
(46,80,97)
#415F6F
(65,95,111)
#546E7D
(84,110,125)
#677D8B
(103,125,139)
#7A8C99
(122,140,153)
#8D9BA7
(141,155,167)
#A0AAB5
(160,170,181)
#B3B9C3
(179,185,195)
#C6C8D1
(198,200,209)
#D9D7DF
(217,215,223)
#ECE6ED
(236,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5061; }

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

This text font color is #2E5061.

Background Color

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

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

This div background color is #2E5061.

Border color

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

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

This div border color is #2E5061.

Opacity

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

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

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

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

This text has shadow with #2E5061 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5061.

Preview

Color preview on black background

This text has color #2E5061 on black background.


Color preview on white background

This text has color #2E5061 on white background.


Black color preview on #2E5061 background

This text has black color on #2E5061 background.


White color preview on #2E5061 background

This text has white color on #2E5061 background.


Related colors

Complementary color

Complementary color for #hex is #D1AF9E.


I love getcolorcode.com

Triadic colors

1 #612E50 and #50612E with #2E5061 are triadic colors.

2 #61502E and #502E61 with #2E5061 are triadic colors.