COLOR #2E5D72

HEX: #2E5D72
RGB: (46,93,114)

Color info

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

RGB color model

#2E5D72 color RGB value is (46,93,114).

  • red value is 46;
  • green value is 93;
  • blue value is 114.
RGB:
(46,93,114)
(18%,36%,45%)

RGB channels and saturation

R 46 of 255 = 18%
G 93 of 255 = 36%
B 114 of 255 = 45%

46
93
114

R + G + B ~ 33%. #2E5D72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 93 + 114 = 253 (100%)
R 46 of 253 ~ 18.18%
G 93 of 253 ~ 36.76%
B 114 of 253 ~ 45.06%

%18.18
%36.76
%45.06

CMYK color model

#2E5D72 color CMYK value is (60,18,0,55).

  • cyan value is 59.65%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(60,18,0,55)
C60M18Y0K55 
(60%,18%,0%,55%)
(0.60/0.18/0.00/0.55)	

CMYK percentages

%59.65
%18.42
%0
%55.29

Codes

Color #2E5D72 in popluar color models

2E5D72
RGB4693114
HSL199°42.50%31.37%
HSB/HSV199°59.65%44.71%
CMYK59.65%18.42%0.00%
55.29%

Color #2E5D72 in popluar number systems.

HEX2E5D72
Decimal4693114
Binary10111010111011110010
Octal56135162

Shades and tints

Shades of #2E5D72

#2E5D72
(46,93,114)
#2A5568
(42,85,104)
#264D5E
(38,77,94)
#224554
(34,69,84)
#1E3D4A
(30,61,74)
#1A3540
(26,53,64)
#162D36
(22,45,54)
#12252C
(18,37,44)
#0E1D22
(14,29,34)
#0A1518
(10,21,24)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #2E5D72

#2E5D72
(46,93,114)
#416B7E
(65,107,126)
#54798A
(84,121,138)
#678796
(103,135,150)
#7A95A2
(122,149,162)
#8DA3AE
(141,163,174)
#A0B1BA
(160,177,186)
#B3BFC6
(179,191,198)
#C6CDD2
(198,205,210)
#D9DBDE
(217,219,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5D72; }

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

This text font color is #2E5D72.


Background Color

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

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

This div background color is #2E5D72.


Border color

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

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

This div border color is #2E5D72.


Opacity

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

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

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

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

This text has shadow with #2E5D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5D72 on black background.


Color preview on white background

This text has color #2E5D72 on white background.



Black color preview on #2E5D72 background

This text has black color on #2E5D72 background.


White color preview on #2E5D72 background

This text has white color on #2E5D72 background.