COLOR #2E6755

HEX: #2E6755
RGB: (46,103,85)

Color info

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

RGB color model

#2E6755 color RGB value is (46,103,85).

  • red value is 46;
  • green value is 103;
  • blue value is 85.
RGB:
(46,103,85)
(18%,40%,33%)

RGB channels and saturation

R 46 of 255 = 18%
G 103 of 255 = 40%
B 85 of 255 = 33%

46
103
85

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

Portions of RGB colors in percentages

R + G + B =
46 + 103 + 85 = 234 (100%)
R 46 of 234 ~ 19.66%
G 103 of 234 ~ 44.02%
B 85 of 234 ~ 36.32%

%19.66
%44.02
%36.32

CMYK color model

#2E6755 color CMYK value is (55,0,17,60).

  • cyan value is 55.34%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 59.61%
CMYK:
(55,0,17,60)
C55M0Y17K60 
(55%,0%,17%,60%)
(0.55/0.00/0.17/0.60)	

CMYK percentages

%55.34
%0
%17.48
%59.61

Codes

Color #2E6755 in popluar color models

2E6755
RGB4610385
HSL161°38.26%29.22%
HSB/HSV161°55.34%40.39%
CMYK55.34%0.00%17.48%
59.61%

Color #2E6755 in popluar number systems.

HEX2E6755
Decimal4610385
Binary10111011001111010101
Octal56147125

Shades and tints

Shades of #2E6755

#2E6755
(46,103,85)
#2A5E4E
(42,94,78)
#265547
(38,85,71)
#224C40
(34,76,64)
#1E4339
(30,67,57)
#1A3A32
(26,58,50)
#16312B
(22,49,43)
#122824
(18,40,36)
#0E1F1D
(14,31,29)
#0A1616
(10,22,22)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #2E6755

#2E6755
(46,103,85)
#417464
(65,116,100)
#548173
(84,129,115)
#678E82
(103,142,130)
#7A9B91
(122,155,145)
#8DA8A0
(141,168,160)
#A0B5AF
(160,181,175)
#B3C2BE
(179,194,190)
#C6CFCD
(198,207,205)
#D9DCDC
(217,220,220)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6755 color. Also use rgb(46,103,85) instead hex code.

Text Font Color

.myTextColor { color: #2E6755; }

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

This text font color is #2E6755.


Background Color

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

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

This div background color is #2E6755.


Border color

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

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

This div border color is #2E6755.


Opacity

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

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

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

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

This text has shadow with #2E6755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6755 on black background.


Color preview on white background

This text has color #2E6755 on white background.



Black color preview on #2E6755 background

This text has black color on #2E6755 background.


White color preview on #2E6755 background

This text has white color on #2E6755 background.