COLOR #2E7D91

HEX: #2E7D91
RGB: (46,125,145)

Color info

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

RGB color model

#2E7D91 color RGB value is (46,125,145).

  • red value is 46;
  • green value is 125;
  • blue value is 145.
RGB:
(46,125,145)
(18%,49%,57%)

RGB channels and saturation

R 46 of 255 = 18%
G 125 of 255 = 49%
B 145 of 255 = 57%

46
125
145

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

Portions of RGB colors in percentages

R + G + B =
46 + 125 + 145 = 316 (100%)
R 46 of 316 ~ 14.56%
G 125 of 316 ~ 39.56%
B 145 of 316 ~ 45.89%

%14.56
%39.56
%45.89

CMYK color model

#2E7D91 color CMYK value is (68,14,0,43).

  • cyan value is 68.28%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(68,14,0,43)
C68M14Y0K43 
(68%,14%,0%,43%)
(0.68/0.14/0.00/0.43)	

CMYK percentages

%68.28
%13.79
%0
%43.14

Codes

Color #2E7D91 in popluar color models

2E7D91
RGB46125145
HSL192°51.83%37.45%
HSB/HSV192°68.28%56.86%
CMYK68.28%13.79%0.00%
43.14%

Color #2E7D91 in popluar number systems.

HEX2E7D91
Decimal46125145
Binary101110111110110010001
Octal56175221

Shades and tints

Shades of #2E7D91

#2E7D91
(46,125,145)
#2A7284
(42,114,132)
#266777
(38,103,119)
#225C6A
(34,92,106)
#1E515D
(30,81,93)
#1A4650
(26,70,80)
#163B43
(22,59,67)
#123036
(18,48,54)
#0E2529
(14,37,41)
#0A1A1C
(10,26,28)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #2E7D91

#2E7D91
(46,125,145)
#41889B
(65,136,155)
#5493A5
(84,147,165)
#679EAF
(103,158,175)
#7AA9B9
(122,169,185)
#8DB4C3
(141,180,195)
#A0BFCD
(160,191,205)
#B3CAD7
(179,202,215)
#C6D5E1
(198,213,225)
#D9E0EB
(217,224,235)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E7D91 color. Also use rgb(46,125,145) instead hex code.

Text Font Color

.myTextColor { color: #2E7D91; }

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

This text font color is #2E7D91.


Background Color

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

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

This div background color is #2E7D91.


Border color

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

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

This div border color is #2E7D91.


Opacity

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

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

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

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

This text has shadow with #2E7D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E7D91 on black background.


Color preview on white background

This text has color #2E7D91 on white background.



Black color preview on #2E7D91 background

This text has black color on #2E7D91 background.


White color preview on #2E7D91 background

This text has white color on #2E7D91 background.