COLOR #2E7B90

HEX: #2E7B90
RGB: (46,123,144)

Color info

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

RGB color model

#2E7B90 color RGB value is (46,123,144).

  • red value is 46;
  • green value is 123;
  • blue value is 144.
RGB:
(46,123,144)
(18%,48%,56%)

RGB channels and saturation

R 46 of 255 = 18%
G 123 of 255 = 48%
B 144 of 255 = 56%

46
123
144

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

Portions of RGB colors in percentages

R + G + B =
46 + 123 + 144 = 313 (100%)
R 46 of 313 ~ 14.7%
G 123 of 313 ~ 39.3%
B 144 of 313 ~ 46.01%

%14.7
%39.3
%46.01

CMYK color model

#2E7B90 color CMYK value is (68,15,0,44).

  • cyan value is 68.06%
  • magenta value is 14.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(68,15,0,44)
C68M15Y0K44 
(68%,15%,0%,44%)
(0.68/0.15/0.00/0.44)	

CMYK percentages

%68.06
%14.58
%0
%43.53

Codes

Color #2E7B90 in popluar color models

2E7B90
RGB46123144
HSL193°51.58%37.25%
HSB/HSV193°68.06%56.47%
CMYK68.06%14.58%0.00%
43.53%

Color #2E7B90 in popluar number systems.

HEX2E7B90
Decimal46123144
Binary101110111101110010000
Octal56173220

Shades and tints

Shades of #2E7B90

#2E7B90
(46,123,144)
#2A7083
(42,112,131)
#266576
(38,101,118)
#225A69
(34,90,105)
#1E4F5C
(30,79,92)
#1A444F
(26,68,79)
#163942
(22,57,66)
#122E35
(18,46,53)
#0E2328
(14,35,40)
#0A181B
(10,24,27)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #2E7B90

#2E7B90
(46,123,144)
#41879A
(65,135,154)
#5493A4
(84,147,164)
#679FAE
(103,159,174)
#7AABB8
(122,171,184)
#8DB7C2
(141,183,194)
#A0C3CC
(160,195,204)
#B3CFD6
(179,207,214)
#C6DBE0
(198,219,224)
#D9E7EA
(217,231,234)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7B90 color. Also use rgb(46,123,144) instead hex code.

Text Font Color

.myTextColor { color: #2E7B90; }

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

This text font color is #2E7B90.


Background Color

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

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

This div background color is #2E7B90.


Border color

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

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

This div border color is #2E7B90.


Opacity

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

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

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

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

This text has shadow with #2E7B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7B90 on black background.


Color preview on white background

This text has color #2E7B90 on white background.



Black color preview on #2E7B90 background

This text has black color on #2E7B90 background.


White color preview on #2E7B90 background

This text has white color on #2E7B90 background.