COLOR #2E5D5A

HEX: #2E5D5A RGB: (46,93,90)

Color info

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

RGB color model

#2E5D5A color RGB value is (46,93,90).

RGB: (46,93,90) (18%, 36%, 35%)

RGB channels and saturation

R 46 of 255 = 18%
G 93 of 255 = 36%
B 90 of 255 = 35%

46
93
90

R + G + B ~ 30%. #2E5D5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 93 + 90 = 229 (100%)
R 46 of 229 ~ 20.09%
G 93 of 229 ~ 40.61%
B 90 of 229 ~ 39.3'%

%20.09
%40.61
%39.3

CMYK color model

#2E5D5A color CMYK value is (51,0,3,64).

  • cyan value is 50.54%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 63.53%

CMYK: (51,0,3,64)
C51M0Y3K64 (51%, 0%, 3%, 64%)
(0.51 / 0.00 / 0.03 / 0.64)

CMYK percentages

%50.54
%0
%3.23
%63.53

Codes

Color #2E5D5A in popluar color models

2E 5D 5A
RGB 46 93 90
HSL 176° 33.81% 27.25%
HSB/HSV 176° 50.54% 36.47%
CMYK 50.54% 0.00% 3.23%
63.53%

Color #2E5D5A in popluar number systems.

HEX 2E 5D 5A
Decimal 46 93 90
Binary 101110 1011101 1011010
Octal 56 135 132

Shades and tints

Shades of #2E5D5A

#2E5D5A
(46,93,90)
#2A5552
(42,85,82)
#264D4A
(38,77,74)
#224542
(34,69,66)
#1E3D3A
(30,61,58)
#1A3532
(26,53,50)
#162D2A
(22,45,42)
#122522
(18,37,34)
#0E1D1A
(14,29,26)
#0A1512
(10,21,18)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #2E5D5A

#2E5D5A
(46,93,90)
#416B69
(65,107,105)
#547978
(84,121,120)
#678787
(103,135,135)
#7A9596
(122,149,150)
#8DA3A5
(141,163,165)
#A0B1B4
(160,177,180)
#B3BFC3
(179,191,195)
#C6CDD2
(198,205,210)
#D9DBE1
(217,219,225)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5D5A; }

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

This text font color is #2E5D5A.

Background Color

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

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

This div background color is #2E5D5A.

Border color

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

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

This div border color is #2E5D5A.

Opacity

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

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

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

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

This text has shadow with #2E5D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5D5A.

Preview

Color preview on black background

This text has color #2E5D5A on black background.


Color preview on white background

This text has color #2E5D5A on white background.


Black color preview on #2E5D5A background

This text has black color on #2E5D5A background.


White color preview on #2E5D5A background

This text has white color on #2E5D5A background.


Related colors

Complementary color

Complementary color for #hex is #D1A2A5.


I love getcolorcode.com

Triadic colors

1 #5A2E5D and #5D5A2E with #2E5D5A are triadic colors.

2 #5A5D2E and #5D2E5A with #2E5D5A are triadic colors.