COLOR #2E756A

HEX: #2E756A RGB: (46,117,106)

Color info

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

RGB color model

#2E756A color RGB value is (46,117,106).

RGB: (46,117,106) (18%, 46%, 42%)

RGB channels and saturation

R 46 of 255 = 18%
G 117 of 255 = 46%
B 106 of 255 = 42%

46
117
106

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

Portions of RGB colors in percentages

R + G + B = 46 + 117 + 106 = 269 (100%)
R 46 of 269 ~ 17.1%
G 117 of 269 ~ 43.49%
B 106 of 269 ~ 39.41'%

%17.1
%43.49
%39.41

CMYK color model

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

  • cyan value is 60.68%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 54.12%

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

CMYK percentages

%60.68
%0
%9.4
%54.12

Codes

Color #2E756A in popluar color models

2E 75 6A
RGB 46 117 106
HSL 171° 43.56% 31.96%
HSB/HSV 171° 60.68% 45.88%
CMYK 60.68% 0.00% 9.40%
54.12%

Color #2E756A in popluar number systems.

HEX 2E 75 6A
Decimal 46 117 106
Binary 101110 1110101 1101010
Octal 56 165 152

Shades and tints

Shades of #2E756A

#2E756A
(46,117,106)
#2A6B61
(42,107,97)
#266158
(38,97,88)
#22574F
(34,87,79)
#1E4D46
(30,77,70)
#1A433D
(26,67,61)
#163934
(22,57,52)
#122F2B
(18,47,43)
#0E2522
(14,37,34)
#0A1B19
(10,27,25)
#061110
(6,17,16)
#000000
(0,0,0)

Tints of #2E756A

#2E756A
(46,117,106)
#418177
(65,129,119)
#548D84
(84,141,132)
#679991
(103,153,145)
#7AA59E
(122,165,158)
#8DB1AB
(141,177,171)
#A0BDB8
(160,189,184)
#B3C9C5
(179,201,197)
#C6D5D2
(198,213,210)
#D9E1DF
(217,225,223)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E756A color. Also use rgb(46,117,106) instead hex code.

Text Font Color

.myTextColor { color: #2E756A; }

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

This text font color is #2E756A.

Background Color

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

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

This div background color is #2E756A.

Border color

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

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

This div border color is #2E756A.

Opacity

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

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

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

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

This text has shadow with #2E756A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E756A.

Preview

Color preview on black background

This text has color #2E756A on black background.


Color preview on white background

This text has color #2E756A on white background.


Black color preview on #2E756A background

This text has black color on #2E756A background.


White color preview on #2E756A background

This text has white color on #2E756A background.


Related colors

Complementary color

Complementary color for #hex is #D18A95.


I love getcolorcode.com

Triadic colors

1 #6A2E75 and #756A2E with #2E756A are triadic colors.

2 #6A752E and #752E6A with #2E756A are triadic colors.