COLOR #2E766B

HEX: #2E766B RGB: (46,118,107)

Color info

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

RGB color model

#2E766B color RGB value is (46,118,107).

RGB: (46,118,107) (18%, 46%, 42%)

RGB channels and saturation

R 46 of 255 = 18%
G 118 of 255 = 46%
B 107 of 255 = 42%

46
118
107

R + G + B ~ 35%. #2E766B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 118 + 107 = 271 (100%)
R 46 of 271 ~ 16.97%
G 118 of 271 ~ 43.54%
B 107 of 271 ~ 39.48'%

%16.97
%43.54
%39.48

CMYK color model

#2E766B color CMYK value is (61,0,9,54).

  • cyan value is 61.02%
  • magenta value is 0.00%
  • yellow value is 9.32%
  • key color value is 53.73%

CMYK: (61,0,9,54)
C61M0Y9K54 (61%, 0%, 9%, 54%)
(0.61 / 0.00 / 0.09 / 0.54)

CMYK percentages

%61.02
%0
%9.32
%53.73

Codes

Color #2E766B in popluar color models

2E 76 6B
RGB 46 118 107
HSL 171° 43.90% 32.16%
HSB/HSV 171° 61.02% 46.27%
CMYK 61.02% 0.00% 9.32%
53.73%

Color #2E766B in popluar number systems.

HEX 2E 76 6B
Decimal 46 118 107
Binary 101110 1110110 1101011
Octal 56 166 153

Shades and tints

Shades of #2E766B

#2E766B
(46,118,107)
#2A6C62
(42,108,98)
#266259
(38,98,89)
#225850
(34,88,80)
#1E4E47
(30,78,71)
#1A443E
(26,68,62)
#163A35
(22,58,53)
#12302C
(18,48,44)
#0E2623
(14,38,35)
#0A1C1A
(10,28,26)
#061211
(6,18,17)
#000000
(0,0,0)

Tints of #2E766B

#2E766B
(46,118,107)
#418278
(65,130,120)
#548E85
(84,142,133)
#679A92
(103,154,146)
#7AA69F
(122,166,159)
#8DB2AC
(141,178,172)
#A0BEB9
(160,190,185)
#B3CAC6
(179,202,198)
#C6D6D3
(198,214,211)
#D9E2E0
(217,226,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E766B; }

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

This text font color is #2E766B.

Background Color

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

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

This div background color is #2E766B.

Border color

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

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

This div border color is #2E766B.

Opacity

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

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

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

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

This text has shadow with #2E766B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E766B.

Preview

Color preview on black background

This text has color #2E766B on black background.


Color preview on white background

This text has color #2E766B on white background.


Black color preview on #2E766B background

This text has black color on #2E766B background.


White color preview on #2E766B background

This text has white color on #2E766B background.


Related colors

Complementary color

Complementary color for #hex is #D18994.


I love getcolorcode.com

Triadic colors

1 #6B2E76 and #766B2E with #2E766B are triadic colors.

2 #6B762E and #762E6B with #2E766B are triadic colors.