COLOR #2E5D6D

HEX: #2E5D6D RGB: (46,93,109)

Color info

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

RGB color model

#2E5D6D color RGB value is (46,93,109).

RGB: (46,93,109) (18%, 36%, 43%)

RGB channels and saturation

R 46 of 255 = 18%
G 93 of 255 = 36%
B 109 of 255 = 43%

46
93
109

R + G + B ~ 32%. #2E5D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 93 + 109 = 248 (100%)
R 46 of 248 ~ 18.55%
G 93 of 248 ~ 37.5%
B 109 of 248 ~ 43.95'%

%18.55
%37.5
%43.95

CMYK color model

#2E5D6D color CMYK value is (58,15,0,57).

  • cyan value is 57.80%
  • magenta value is 14.68%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK: (58,15,0,57) C58M15Y0K57 (58%,15%,0%,57%) (0.58/0.15/0.00/0.57) 

CMYK percentages

%57.8
%14.68
%0
%57.25

Codes

Color #2E5D6D in popluar color models

2E 5D 6D
RGB 46 93 109
HSL 195° 40.65% 30.39%
HSB/HSV 195° 57.80% 42.75%
CMYK 57.80% 14.68% 0.00%
57.25%

Color #2E5D6D in popluar number systems.

HEX 2E 5D 6D
Decimal 46 93 109
Binary 101110 1011101 1101101
Octal 56 135 155

Shades and tints

Shades of #2E5D6D

#2E5D6D
(46,93,109)
#2A5564
(42,85,100)
#264D5B
(38,77,91)
#224552
(34,69,82)
#1E3D49
(30,61,73)
#1A3540
(26,53,64)
#162D37
(22,45,55)
#12252E
(18,37,46)
#0E1D25
(14,29,37)
#0A151C
(10,21,28)
#060D13
(6,13,19)
#000000
(0,0,0)

Tints of #2E5D6D

#2E5D6D
(46,93,109)
#416B7A
(65,107,122)
#547987
(84,121,135)
#678794
(103,135,148)
#7A95A1
(122,149,161)
#8DA3AE
(141,163,174)
#A0B1BB
(160,177,187)
#B3BFC8
(179,191,200)
#C6CDD5
(198,205,213)
#D9DBE2
(217,219,226)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5D6D; }

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

This text font color is #2E5D6D.

Background Color

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

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

This div background color is #2E5D6D.

Border color

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

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

This div border color is #2E5D6D.

Opacity

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

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

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

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

This text has shadow with #2E5D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5D6D.

Preview

Color preview on black background

This text has color #2E5D6D on black background.


Color preview on white background

This text has color #2E5D6D on white background.


Black color preview on #2E5D6D background

This text has black color on #2E5D6D background.


White color preview on #2E5D6D background

This text has white color on #2E5D6D background.


Related colors

Complementary color

Complementary color for #hex is #D1A292.


I love getcolorcode.com

Triadic colors

1 #6D2E5D and #5D6D2E with #2E5D6D are triadic colors.

2 #6D5D2E and #5D2E6D with #2E5D6D are triadic colors.