COLOR #2E6357

HEX: #2E6357
RGB: (46,99,87)

Color info

#2E6357 contains red, green and blue colors in about the same proportion. Web safe color of #2E6357 is #336666 (or #366).

RGB color model

#2E6357 color RGB value is (46,99,87).

  • red value is 46;
  • green value is 99;
  • blue value is 87.
RGB:
(46,99,87)
(18%,39%,34%)

RGB channels and saturation

R 46 of 255 = 18%
G 99 of 255 = 39%
B 87 of 255 = 34%

46
99
87

R + G + B ~ 30%. #2E6357 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 99 + 87 = 232 (100%)
R 46 of 232 ~ 19.83%
G 99 of 232 ~ 42.67%
B 87 of 232 ~ 37.5%

%19.83
%42.67
%37.5

CMYK color model

#2E6357 color CMYK value is (54,0,12,61).

  • cyan value is 53.54%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 61.18%
CMYK:
(54,0,12,61)
C54M0Y12K61 
(54%,0%,12%,61%)
(0.54/0.00/0.12/0.61)	

CMYK percentages

%53.54
%0
%12.12
%61.18

Codes

Color #2E6357 in popluar color models

2E6357
RGB469987
HSL166°36.55%28.43%
HSB/HSV166°53.54%38.82%
CMYK53.54%0.00%12.12%
61.18%

Color #2E6357 in popluar number systems.

HEX2E6357
Decimal469987
Binary10111011000111010111
Octal56143127

Shades and tints

Shades of #2E6357

#2E6357
(46,99,87)
#2A5A50
(42,90,80)
#265149
(38,81,73)
#224842
(34,72,66)
#1E3F3B
(30,63,59)
#1A3634
(26,54,52)
#162D2D
(22,45,45)
#122426
(18,36,38)
#0E1B1F
(14,27,31)
#0A1218
(10,18,24)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #2E6357

#2E6357
(46,99,87)
#417166
(65,113,102)
#547F75
(84,127,117)
#678D84
(103,141,132)
#7A9B93
(122,155,147)
#8DA9A2
(141,169,162)
#A0B7B1
(160,183,177)
#B3C5C0
(179,197,192)
#C6D3CF
(198,211,207)
#D9E1DE
(217,225,222)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6357 color. Also use rgb(46,99,87) instead hex code.

Text Font Color

.myTextColor { color: #2E6357; }

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

This text font color is #2E6357.


Background Color

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

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

This div background color is #2E6357.


Border color

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

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

This div border color is #2E6357.


Opacity

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

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

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

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

This text has shadow with #2E6357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6357 on black background.


Color preview on white background

This text has color #2E6357 on white background.



Black color preview on #2E6357 background

This text has black color on #2E6357 background.


White color preview on #2E6357 background

This text has white color on #2E6357 background.