COLOR #2E6D93

HEX: #2E6D93
RGB: (46,109,147)

Color info

#2E6D93 contains mainly green and blue colors. Web safe color of #2E6D93 is #336699 (or #369).

RGB color model

#2E6D93 color RGB value is (46,109,147).

  • red value is 46;
  • green value is 109;
  • blue value is 147.
RGB:
(46,109,147)
(18%,43%,58%)

RGB channels and saturation

R 46 of 255 = 18%
G 109 of 255 = 43%
B 147 of 255 = 58%

46
109
147

R + G + B ~ 40%. #2E6D93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
46 + 109 + 147 = 302 (100%)
R 46 of 302 ~ 15.23%
G 109 of 302 ~ 36.09%
B 147 of 302 ~ 48.68%

%15.23
%36.09
%48.68

CMYK color model

#2E6D93 color CMYK value is (69,26,0,42).

  • cyan value is 68.71%
  • magenta value is 25.85%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(69,26,0,42)
C69M26Y0K42 
(69%,26%,0%,42%)
(0.69/0.26/0.00/0.42)	

CMYK percentages

%68.71
%25.85
%0
%42.35

Codes

Color #2E6D93 in popluar color models

2E6D93
RGB46109147
HSL203°52.33%37.84%
HSB/HSV203°68.71%57.65%
CMYK68.71%25.85%0.00%
42.35%

Color #2E6D93 in popluar number systems.

HEX2E6D93
Decimal46109147
Binary101110110110110010011
Octal56155223

Shades and tints

Shades of #2E6D93

#2E6D93
(46,109,147)
#2A6486
(42,100,134)
#265B79
(38,91,121)
#22526C
(34,82,108)
#1E495F
(30,73,95)
#1A4052
(26,64,82)
#163745
(22,55,69)
#122E38
(18,46,56)
#0E252B
(14,37,43)
#0A1C1E
(10,28,30)
#061311
(6,19,17)
#000000
(0,0,0)

Tints of #2E6D93

#2E6D93
(46,109,147)
#417A9C
(65,122,156)
#5487A5
(84,135,165)
#6794AE
(103,148,174)
#7AA1B7
(122,161,183)
#8DAEC0
(141,174,192)
#A0BBC9
(160,187,201)
#B3C8D2
(179,200,210)
#C6D5DB
(198,213,219)
#D9E2E4
(217,226,228)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E6D93; }

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

This text font color is #2E6D93.


Background Color

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

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

This div background color is #2E6D93.


Border color

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

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

This div border color is #2E6D93.


Opacity

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

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

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

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

This text has shadow with #2E6D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6D93 on black background.


Color preview on white background

This text has color #2E6D93 on white background.



Black color preview on #2E6D93 background

This text has black color on #2E6D93 background.


White color preview on #2E6D93 background

This text has white color on #2E6D93 background.