COLOR #2E705E

HEX: #2E705E
RGB: (46,112,94)

Color info

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

RGB color model

#2E705E color RGB value is (46,112,94).

  • red value is 46;
  • green value is 112;
  • blue value is 94.
RGB:
(46,112,94)
(18%,44%,37%)

RGB channels and saturation

R 46 of 255 = 18%
G 112 of 255 = 44%
B 94 of 255 = 37%

46
112
94

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

Portions of RGB colors in percentages

R + G + B =
46 + 112 + 94 = 252 (100%)
R 46 of 252 ~ 18.25%
G 112 of 252 ~ 44.44%
B 94 of 252 ~ 37.3%

%18.25
%44.44
%37.3

CMYK color model

#2E705E color CMYK value is (59,0,16,56).

  • cyan value is 58.93%
  • magenta value is 0.00%
  • yellow value is 16.07%
  • key color value is 56.08%
CMYK:
(59,0,16,56)
C59M0Y16K56 
(59%,0%,16%,56%)
(0.59/0.00/0.16/0.56)	

CMYK percentages

%58.93
%0
%16.07
%56.08

Codes

Color #2E705E in popluar color models

2E705E
RGB4611294
HSL164°41.77%30.98%
HSB/HSV164°58.93%43.92%
CMYK58.93%0.00%16.07%
56.08%

Color #2E705E in popluar number systems.

HEX2E705E
Decimal4611294
Binary10111011100001011110
Octal56160136

Shades and tints

Shades of #2E705E

#2E705E
(46,112,94)
#2A6656
(42,102,86)
#265C4E
(38,92,78)
#225246
(34,82,70)
#1E483E
(30,72,62)
#1A3E36
(26,62,54)
#16342E
(22,52,46)
#122A26
(18,42,38)
#0E201E
(14,32,30)
#0A1616
(10,22,22)
#060C0E
(6,12,14)
#000000
(0,0,0)

Tints of #2E705E

#2E705E
(46,112,94)
#417D6C
(65,125,108)
#548A7A
(84,138,122)
#679788
(103,151,136)
#7AA496
(122,164,150)
#8DB1A4
(141,177,164)
#A0BEB2
(160,190,178)
#B3CBC0
(179,203,192)
#C6D8CE
(198,216,206)
#D9E5DC
(217,229,220)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E705E color. Also use rgb(46,112,94) instead hex code.

Text Font Color

.myTextColor { color: #2E705E; }

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

This text font color is #2E705E.


Background Color

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

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

This div background color is #2E705E.


Border color

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

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

This div border color is #2E705E.


Opacity

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

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

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

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

This text has shadow with #2E705E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E705E on black background.


Color preview on white background

This text has color #2E705E on white background.



Black color preview on #2E705E background

This text has black color on #2E705E background.


White color preview on #2E705E background

This text has white color on #2E705E background.