COLOR #2E765B

HEX: #2E765B
RGB: (46,118,91)

Color info

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

RGB color model

#2E765B color RGB value is (46,118,91).

  • red value is 46;
  • green value is 118;
  • blue value is 91.
RGB:
(46,118,91)
(18%,46%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 118 of 255 = 46%
B 91 of 255 = 36%

46
118
91

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

Portions of RGB colors in percentages

R + G + B =
46 + 118 + 91 = 255 (100%)
R 46 of 255 ~ 18.04%
G 118 of 255 ~ 46.27%
B 91 of 255 ~ 35.69%

%18.04
%46.27
%35.69

CMYK color model

#2E765B color CMYK value is (61,0,23,54).

  • cyan value is 61.02%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 53.73%
CMYK:
(61,0,23,54)
C61M0Y23K54 
(61%,0%,23%,54%)
(0.61/0.00/0.23/0.54)	

CMYK percentages

%61.02
%0
%22.88
%53.73

Codes

Color #2E765B in popluar color models

2E765B
RGB4611891
HSL158°43.90%32.16%
HSB/HSV158°61.02%46.27%
CMYK61.02%0.00%22.88%
53.73%

Color #2E765B in popluar number systems.

HEX2E765B
Decimal4611891
Binary10111011101101011011
Octal56166133

Shades and tints

Shades of #2E765B

#2E765B
(46,118,91)
#2A6C53
(42,108,83)
#26624B
(38,98,75)
#225843
(34,88,67)
#1E4E3B
(30,78,59)
#1A4433
(26,68,51)
#163A2B
(22,58,43)
#123023
(18,48,35)
#0E261B
(14,38,27)
#0A1C13
(10,28,19)
#06120B
(6,18,11)
#000000
(0,0,0)

Tints of #2E765B

#2E765B
(46,118,91)
#418269
(65,130,105)
#548E77
(84,142,119)
#679A85
(103,154,133)
#7AA693
(122,166,147)
#8DB2A1
(141,178,161)
#A0BEAF
(160,190,175)
#B3CABD
(179,202,189)
#C6D6CB
(198,214,203)
#D9E2D9
(217,226,217)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E765B color. Also use rgb(46,118,91) instead hex code.

Text Font Color

.myTextColor { color: #2E765B; }

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

This text font color is #2E765B.


Background Color

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

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

This div background color is #2E765B.


Border color

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

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

This div border color is #2E765B.


Opacity

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

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

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

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

This text has shadow with #2E765B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E765B on black background.


Color preview on white background

This text has color #2E765B on white background.



Black color preview on #2E765B background

This text has black color on #2E765B background.


White color preview on #2E765B background

This text has white color on #2E765B background.