COLOR #2E5A51

HEX: #2E5A51 RGB: (46,90,81)

Color info

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

RGB color model

#2E5A51 color RGB value is (46,90,81).

RGB: (46,90,81) (18%, 35%, 32%)

RGB channels and saturation

R 46 of 255 = 18%
G 90 of 255 = 35%
B 81 of 255 = 32%

46
90
81

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

Portions of RGB colors in percentages

R + G + B = 46 + 90 + 81 = 217 (100%)
R 46 of 217 ~ 21.2%
G 90 of 217 ~ 41.47%
B 81 of 217 ~ 37.33'%

%21.2
%41.47
%37.33

CMYK color model

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

  • cyan value is 48.89%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 64.71%

CMYK: (49,0,10,65)
C49M0Y10K65 (49%, 0%, 10%, 65%)
(0.49 / 0.00 / 0.10 / 0.65)

CMYK percentages

%48.89
%0
%10
%64.71

Codes

Color #2E5A51 in popluar color models

2E 5A 51
RGB 46 90 81
HSL 168° 32.35% 26.67%
HSB/HSV 168° 48.89% 35.29%
CMYK 48.89% 0.00% 10.00%
64.71%

Color #2E5A51 in popluar number systems.

HEX 2E 5A 51
Decimal 46 90 81
Binary 101110 1011010 1010001
Octal 56 132 121

Shades and tints

Shades of #2E5A51

#2E5A51
(46,90,81)
#2A524A
(42,82,74)
#264A43
(38,74,67)
#22423C
(34,66,60)
#1E3A35
(30,58,53)
#1A322E
(26,50,46)
#162A27
(22,42,39)
#122220
(18,34,32)
#0E1A19
(14,26,25)
#0A1212
(10,18,18)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #2E5A51

#2E5A51
(46,90,81)
#416960
(65,105,96)
#54786F
(84,120,111)
#67877E
(103,135,126)
#7A968D
(122,150,141)
#8DA59C
(141,165,156)
#A0B4AB
(160,180,171)
#B3C3BA
(179,195,186)
#C6D2C9
(198,210,201)
#D9E1D8
(217,225,216)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5A51; }

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

This text font color is #2E5A51.

Background Color

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

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

This div background color is #2E5A51.

Border color

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

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

This div border color is #2E5A51.

Opacity

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

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

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

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

This text has shadow with #2E5A51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5A51.

Preview

Color preview on black background

This text has color #2E5A51 on black background.


Color preview on white background

This text has color #2E5A51 on white background.


Black color preview on #2E5A51 background

This text has black color on #2E5A51 background.


White color preview on #2E5A51 background

This text has white color on #2E5A51 background.


Related colors

Complementary color

Complementary color for #hex is #D1A5AE.


I love getcolorcode.com

Triadic colors

1 #512E5A and #5A512E with #2E5A51 are triadic colors.

2 #515A2E and #5A2E51 with #2E5A51 are triadic colors.