COLOR #2E7261

HEX: #2E7261 RGB: (46,114,97)

Color info

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

RGB color model

#2E7261 color RGB value is (46,114,97).

RGB: (46,114,97) (18%, 45%, 38%)

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 97 of 255 = 38%

46
114
97

R + G + B ~ 34%. #2E7261 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 114 + 97 = 257 (100%)
R 46 of 257 ~ 17.9%
G 114 of 257 ~ 44.36%
B 97 of 257 ~ 37.74'%

%17.9
%44.36
%37.74

CMYK color model

#2E7261 color CMYK value is (60,0,15,55).

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

CMYK: (60,0,15,55)
C60M0Y15K55 (60%, 0%, 15%, 55%)
(0.60 / 0.00 / 0.15 / 0.55)

CMYK percentages

%59.65
%0
%14.91
%55.29

Codes

Color #2E7261 in popluar color models

2E 72 61
RGB 46 114 97
HSL 165° 42.50% 31.37%
HSB/HSV 165° 59.65% 44.71%
CMYK 59.65% 0.00% 14.91%
55.29%

Color #2E7261 in popluar number systems.

HEX 2E 72 61
Decimal 46 114 97
Binary 101110 1110010 1100001
Octal 56 162 141

Shades and tints

Shades of #2E7261

#2E7261
(46,114,97)
#2A6859
(42,104,89)
#265E51
(38,94,81)
#225449
(34,84,73)
#1E4A41
(30,74,65)
#1A4039
(26,64,57)
#163631
(22,54,49)
#122C29
(18,44,41)
#0E2221
(14,34,33)
#0A1819
(10,24,25)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #2E7261

#2E7261
(46,114,97)
#417E6F
(65,126,111)
#548A7D
(84,138,125)
#67968B
(103,150,139)
#7AA299
(122,162,153)
#8DAEA7
(141,174,167)
#A0BAB5
(160,186,181)
#B3C6C3
(179,198,195)
#C6D2D1
(198,210,209)
#D9DEDF
(217,222,223)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7261; }

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

This text font color is #2E7261.

Background Color

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

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

This div background color is #2E7261.

Border color

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

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

This div border color is #2E7261.

Opacity

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

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

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

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

This text has shadow with #2E7261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7261.

Preview

Color preview on black background

This text has color #2E7261 on black background.


Color preview on white background

This text has color #2E7261 on white background.


Black color preview on #2E7261 background

This text has black color on #2E7261 background.


White color preview on #2E7261 background

This text has white color on #2E7261 background.


Related colors

Complementary color

Complementary color for #hex is #D18D9E.


I love getcolorcode.com

Triadic colors

1 #612E72 and #72612E with #2E7261 are triadic colors.

2 #61722E and #722E61 with #2E7261 are triadic colors.