COLOR #2E705B

HEX: #2E705B RGB: (46,112,91)

Color info

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

RGB color model

#2E705B color RGB value is (46,112,91).

RGB: (46,112,91) (18%, 44%, 36%)

RGB channels and saturation

R 46 of 255 = 18%
G 112 of 255 = 44%
B 91 of 255 = 36%

46
112
91

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

Portions of RGB colors in percentages

R + G + B = 46 + 112 + 91 = 249 (100%)
R 46 of 249 ~ 18.47%
G 112 of 249 ~ 44.98%
B 91 of 249 ~ 36.55'%

%18.47
%44.98
%36.55

CMYK color model

#2E705B color CMYK value is (59,0,19,56).

  • cyan value is 58.93%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 56.08%

CMYK: (59,0,19,56)
C59M0Y19K56 (59%, 0%, 19%, 56%)
(0.59 / 0.00 / 0.19 / 0.56)

CMYK percentages

%58.93
%0
%18.75
%56.08

Codes

Color #2E705B in popluar color models

2E 70 5B
RGB 46 112 91
HSL 161° 41.77% 30.98%
HSB/HSV 161° 58.93% 43.92%
CMYK 58.93% 0.00% 18.75%
56.08%

Color #2E705B in popluar number systems.

HEX 2E 70 5B
Decimal 46 112 91
Binary 101110 1110000 1011011
Octal 56 160 133

Shades and tints

Shades of #2E705B

#2E705B
(46,112,91)
#2A6653
(42,102,83)
#265C4B
(38,92,75)
#225243
(34,82,67)
#1E483B
(30,72,59)
#1A3E33
(26,62,51)
#16342B
(22,52,43)
#122A23
(18,42,35)
#0E201B
(14,32,27)
#0A1613
(10,22,19)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #2E705B

#2E705B
(46,112,91)
#417D69
(65,125,105)
#548A77
(84,138,119)
#679785
(103,151,133)
#7AA493
(122,164,147)
#8DB1A1
(141,177,161)
#A0BEAF
(160,190,175)
#B3CBBD
(179,203,189)
#C6D8CB
(198,216,203)
#D9E5D9
(217,229,217)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E705B; }

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

This text font color is #2E705B.

Background Color

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

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

This div background color is #2E705B.

Border color

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

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

This div border color is #2E705B.

Opacity

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

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

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

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

This text has shadow with #2E705B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E705B.

Preview

Color preview on black background

This text has color #2E705B on black background.


Color preview on white background

This text has color #2E705B on white background.


Black color preview on #2E705B background

This text has black color on #2E705B background.


White color preview on #2E705B background

This text has white color on #2E705B background.


Related colors

Complementary color

Complementary color for #hex is #D18FA4.


I love getcolorcode.com

Triadic colors

1 #5B2E70 and #705B2E with #2E705B are triadic colors.

2 #5B702E and #702E5B with #2E705B are triadic colors.