COLOR #2E7268

HEX: #2E7268 RGB: (46,114,104)

Color info

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

RGB color model

#2E7268 color RGB value is (46,114,104).

RGB: (46,114,104) (18%, 45%, 41%)

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 104 of 255 = 41%

46
114
104

R + G + B ~ 35%. #2E7268 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 114 + 104 = 264 (100%)
R 46 of 264 ~ 17.42%
G 114 of 264 ~ 43.18%
B 104 of 264 ~ 39.39'%

%17.42
%43.18
%39.39

CMYK color model

#2E7268 color CMYK value is (60,0,9,55).

  • cyan value is 59.65%
  • magenta value is 0.00%
  • yellow value is 8.77%
  • key color value is 55.29%

CMYK: (60,0,9,55)
C60M0Y9K55 (60%, 0%, 9%, 55%)
(0.60 / 0.00 / 0.09 / 0.55)

CMYK percentages

%59.65
%0
%8.77
%55.29

Codes

Color #2E7268 in popluar color models

2E 72 68
RGB 46 114 104
HSL 171° 42.50% 31.37%
HSB/HSV 171° 59.65% 44.71%
CMYK 59.65% 0.00% 8.77%
55.29%

Color #2E7268 in popluar number systems.

HEX 2E 72 68
Decimal 46 114 104
Binary 101110 1110010 1101000
Octal 56 162 150

Shades and tints

Shades of #2E7268

#2E7268
(46,114,104)
#2A685F
(42,104,95)
#265E56
(38,94,86)
#22544D
(34,84,77)
#1E4A44
(30,74,68)
#1A403B
(26,64,59)
#163632
(22,54,50)
#122C29
(18,44,41)
#0E2220
(14,34,32)
#0A1817
(10,24,23)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #2E7268

#2E7268
(46,114,104)
#417E75
(65,126,117)
#548A82
(84,138,130)
#67968F
(103,150,143)
#7AA29C
(122,162,156)
#8DAEA9
(141,174,169)
#A0BAB6
(160,186,182)
#B3C6C3
(179,198,195)
#C6D2D0
(198,210,208)
#D9DEDD
(217,222,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7268; }

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

This text font color is #2E7268.

Background Color

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

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

This div background color is #2E7268.

Border color

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

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

This div border color is #2E7268.

Opacity

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

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

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

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

This text has shadow with #2E7268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7268.

Preview

Color preview on black background

This text has color #2E7268 on black background.


Color preview on white background

This text has color #2E7268 on white background.


Black color preview on #2E7268 background

This text has black color on #2E7268 background.


White color preview on #2E7268 background

This text has white color on #2E7268 background.


Related colors

Complementary color

Complementary color for #hex is #D18D97.


I love getcolorcode.com

Triadic colors

1 #682E72 and #72682E with #2E7268 are triadic colors.

2 #68722E and #722E68 with #2E7268 are triadic colors.