COLOR #2E715C

HEX: #2E715C
RGB: (46,113,92)

Color info

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

RGB color model

#2E715C color RGB value is (46,113,92).

  • red value is 46;
  • green value is 113;
  • blue value is 92.
RGB:
(46,113,92)
(18%,44%,36%)

RGB channels and saturation

R 46 of 255 = 18%
G 113 of 255 = 44%
B 92 of 255 = 36%

46
113
92

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

Portions of RGB colors in percentages

R + G + B =
46 + 113 + 92 = 251 (100%)
R 46 of 251 ~ 18.33%
G 113 of 251 ~ 45.02%
B 92 of 251 ~ 36.65%

%18.33
%45.02
%36.65

CMYK color model

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

  • cyan value is 59.29%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 55.69%
CMYK:
(59,0,19,56)
C59M0Y19K56 
(59%,0%,19%,56%)
(0.59/0.00/0.19/0.56)	

CMYK percentages

%59.29
%0
%18.58
%55.69

Codes

Color #2E715C in popluar color models

2E715C
RGB4611392
HSL161°42.14%31.18%
HSB/HSV161°59.29%44.31%
CMYK59.29%0.00%18.58%
55.69%

Color #2E715C in popluar number systems.

HEX2E715C
Decimal4611392
Binary10111011100011011100
Octal56161134

Shades and tints

Shades of #2E715C

#2E715C
(46,113,92)
#2A6754
(42,103,84)
#265D4C
(38,93,76)
#225344
(34,83,68)
#1E493C
(30,73,60)
#1A3F34
(26,63,52)
#16352C
(22,53,44)
#122B24
(18,43,36)
#0E211C
(14,33,28)
#0A1714
(10,23,20)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #2E715C

#2E715C
(46,113,92)
#417D6A
(65,125,106)
#548978
(84,137,120)
#679586
(103,149,134)
#7AA194
(122,161,148)
#8DADA2
(141,173,162)
#A0B9B0
(160,185,176)
#B3C5BE
(179,197,190)
#C6D1CC
(198,209,204)
#D9DDDA
(217,221,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E715C color. Also use rgb(46,113,92) instead hex code.

Text Font Color

.myTextColor { color: #2E715C; }

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

This text font color is #2E715C.


Background Color

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

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

This div background color is #2E715C.


Border color

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

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

This div border color is #2E715C.


Opacity

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

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

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

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

This text has shadow with #2E715C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E715C on black background.


Color preview on white background

This text has color #2E715C on white background.



Black color preview on #2E715C background

This text has black color on #2E715C background.


White color preview on #2E715C background

This text has white color on #2E715C background.