COLOR #2E7178

HEX: #2E7178
RGB: (46,113,120)

Color info

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

RGB color model

#2E7178 color RGB value is (46,113,120).

  • red value is 46;
  • green value is 113;
  • blue value is 120.
RGB:
(46,113,120)
(18%,44%,47%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 120 of 255 = 47%

46
113
120

R + G + B ~ 36%. #2E7178 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 113 + 120 = 279 (100%)
R 46 of 279 ~ 16.49%
G 113 of 279 ~ 40.5%
B 120 of 279 ~ 43.01%

%16.49
%40.5
%43.01

CMYK color model

#2E7178 color CMYK value is (62,6,0,53).

  • cyan value is 61.67%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(62,6,0,53)
C62M6Y0K53 
(62%,6%,0%,53%)
(0.62/0.06/0.00/0.53)	

CMYK percentages

%61.67
%5.83
%0
%52.94

Codes

Color #2E7178 in popluar color models

2E7178
RGB46113120
HSL186°44.58%32.55%
HSB/HSV186°61.67%47.06%
CMYK61.67%5.83%0.00%
52.94%

Color #2E7178 in popluar number systems.

HEX2E7178
Decimal46113120
Binary10111011100011111000
Octal56161170

Shades and tints

Shades of #2E7178

#2E7178
(46,113,120)
#2A676E
(42,103,110)
#265D64
(38,93,100)
#22535A
(34,83,90)
#1E4950
(30,73,80)
#1A3F46
(26,63,70)
#16353C
(22,53,60)
#122B32
(18,43,50)
#0E2128
(14,33,40)
#0A171E
(10,23,30)
#060D14
(6,13,20)
#000000
(0,0,0)

Tints of #2E7178

#2E7178
(46,113,120)
#417D84
(65,125,132)
#548990
(84,137,144)
#67959C
(103,149,156)
#7AA1A8
(122,161,168)
#8DADB4
(141,173,180)
#A0B9C0
(160,185,192)
#B3C5CC
(179,197,204)
#C6D1D8
(198,209,216)
#D9DDE4
(217,221,228)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7178 color. Also use rgb(46,113,120) instead hex code.

Text Font Color

.myTextColor { color: #2E7178; }

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

This text font color is #2E7178.


Background Color

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

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

This div background color is #2E7178.


Border color

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

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

This div border color is #2E7178.


Opacity

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

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

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

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

This text has shadow with #2E7178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7178 on black background.


Color preview on white background

This text has color #2E7178 on white background.



Black color preview on #2E7178 background

This text has black color on #2E7178 background.


White color preview on #2E7178 background

This text has white color on #2E7178 background.