COLOR #2E6650

HEX: #2E6650
RGB: (46,102,80)

Color info

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

RGB color model

#2E6650 color RGB value is (46,102,80).

  • red value is 46;
  • green value is 102;
  • blue value is 80.
RGB:
(46,102,80)
(18%,40%,31%)

RGB channels and saturation

R 46 of 255 = 18%
G 102 of 255 = 40%
B 80 of 255 = 31%

46
102
80

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

Portions of RGB colors in percentages

R + G + B =
46 + 102 + 80 = 228 (100%)
R 46 of 228 ~ 20.18%
G 102 of 228 ~ 44.74%
B 80 of 228 ~ 35.09%

%20.18
%44.74
%35.09

CMYK color model

#2E6650 color CMYK value is (55,0,22,60).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 60.00%
CMYK:
(55,0,22,60)
C55M0Y22K60 
(55%,0%,22%,60%)
(0.55/0.00/0.22/0.60)	

CMYK percentages

%54.9
%0
%21.57
%60

Codes

Color #2E6650 in popluar color models

2E6650
RGB4610280
HSL156°37.84%29.02%
HSB/HSV156°54.90%40.00%
CMYK54.90%0.00%21.57%
60.00%

Color #2E6650 in popluar number systems.

HEX2E6650
Decimal4610280
Binary10111011001101010000
Octal56146120

Shades and tints

Shades of #2E6650

#2E6650
(46,102,80)
#2A5D49
(42,93,73)
#265442
(38,84,66)
#224B3B
(34,75,59)
#1E4234
(30,66,52)
#1A392D
(26,57,45)
#163026
(22,48,38)
#12271F
(18,39,31)
#0E1E18
(14,30,24)
#0A1511
(10,21,17)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #2E6650

#2E6650
(46,102,80)
#41735F
(65,115,95)
#54806E
(84,128,110)
#678D7D
(103,141,125)
#7A9A8C
(122,154,140)
#8DA79B
(141,167,155)
#A0B4AA
(160,180,170)
#B3C1B9
(179,193,185)
#C6CEC8
(198,206,200)
#D9DBD7
(217,219,215)
#ECE8E6
(236,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E6650 color. Also use rgb(46,102,80) instead hex code.

Text Font Color

.myTextColor { color: #2E6650; }

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

This text font color is #2E6650.


Background Color

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

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

This div background color is #2E6650.


Border color

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

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

This div border color is #2E6650.


Opacity

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

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

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

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

This text has shadow with #2E6650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E6650 on black background.


Color preview on white background

This text has color #2E6650 on white background.



Black color preview on #2E6650 background

This text has black color on #2E6650 background.


White color preview on #2E6650 background

This text has white color on #2E6650 background.