COLOR #2E684B

HEX: #2E684B
RGB: (46,104,75)

Color info

#2E684B contains red, green and blue colors in about the same proportion. Web safe color of #2E684B is #336633 (or #363).

RGB color model

#2E684B color RGB value is (46,104,75).

  • red value is 46;
  • green value is 104;
  • blue value is 75.
RGB:
(46,104,75)
(18%,41%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 104 of 255 = 41%
B 75 of 255 = 29%

46
104
75

R + G + B ~ 29%. #2E684B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 104 + 75 = 225 (100%)
R 46 of 225 ~ 20.44%
G 104 of 225 ~ 46.22%
B 75 of 225 ~ 33.33%

%20.44
%46.22
%33.33

CMYK color model

#2E684B color CMYK value is (56,0,28,59).

  • cyan value is 55.77%
  • magenta value is 0.00%
  • yellow value is 27.88%
  • key color value is 59.22%
CMYK:
(56,0,28,59)
C56M0Y28K59 
(56%,0%,28%,59%)
(0.56/0.00/0.28/0.59)	

CMYK percentages

%55.77
%0
%27.88
%59.22

Codes

Color #2E684B in popluar color models

2E684B
RGB4610475
HSL150°38.67%29.41%
HSB/HSV150°55.77%40.78%
CMYK55.77%0.00%27.88%
59.22%

Color #2E684B in popluar number systems.

HEX2E684B
Decimal4610475
Binary10111011010001001011
Octal56150113

Shades and tints

Shades of #2E684B

#2E684B
(46,104,75)
#2A5F45
(42,95,69)
#26563F
(38,86,63)
#224D39
(34,77,57)
#1E4433
(30,68,51)
#1A3B2D
(26,59,45)
#163227
(22,50,39)
#122921
(18,41,33)
#0E201B
(14,32,27)
#0A1715
(10,23,21)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #2E684B

#2E684B
(46,104,75)
#41755B
(65,117,91)
#54826B
(84,130,107)
#678F7B
(103,143,123)
#7A9C8B
(122,156,139)
#8DA99B
(141,169,155)
#A0B6AB
(160,182,171)
#B3C3BB
(179,195,187)
#C6D0CB
(198,208,203)
#D9DDDB
(217,221,219)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E684B color. Also use rgb(46,104,75) instead hex code.

Text Font Color

.myTextColor { color: #2E684B; }

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

This text font color is #2E684B.


Background Color

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

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

This div background color is #2E684B.


Border color

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

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

This div border color is #2E684B.


Opacity

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

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

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

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

This text has shadow with #2E684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E684B on black background.


Color preview on white background

This text has color #2E684B on white background.



Black color preview on #2E684B background

This text has black color on #2E684B background.


White color preview on #2E684B background

This text has white color on #2E684B background.