COLOR #2E7265

HEX: #2E7265 RGB: (46,114,101)

Color info

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

RGB color model

#2E7265 color RGB value is (46,114,101).

RGB: (46,114,101) (18%, 45%, 40%)

RGB channels and saturation

R 46 of 255 = 18%
G 114 of 255 = 45%
B 101 of 255 = 40%

46
114
101

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

Portions of RGB colors in percentages

R + G + B = 46 + 114 + 101 = 261 (100%)
R 46 of 261 ~ 17.62%
G 114 of 261 ~ 43.68%
B 101 of 261 ~ 38.7'%

%17.62
%43.68
%38.7

CMYK color model

#2E7265 color CMYK value is (60,0,11,55).

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

CMYK: (60,0,11,55)
C60M0Y11K55 (60%, 0%, 11%, 55%)
(0.60 / 0.00 / 0.11 / 0.55)

CMYK percentages

%59.65
%0
%11.4
%55.29

Codes

Color #2E7265 in popluar color models

2E 72 65
RGB 46 114 101
HSL 169° 42.50% 31.37%
HSB/HSV 169° 59.65% 44.71%
CMYK 59.65% 0.00% 11.40%
55.29%

Color #2E7265 in popluar number systems.

HEX 2E 72 65
Decimal 46 114 101
Binary 101110 1110010 1100101
Octal 56 162 145

Shades and tints

Shades of #2E7265

#2E7265
(46,114,101)
#2A685C
(42,104,92)
#265E53
(38,94,83)
#22544A
(34,84,74)
#1E4A41
(30,74,65)
#1A4038
(26,64,56)
#16362F
(22,54,47)
#122C26
(18,44,38)
#0E221D
(14,34,29)
#0A1814
(10,24,20)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #2E7265

#2E7265
(46,114,101)
#417E73
(65,126,115)
#548A81
(84,138,129)
#67968F
(103,150,143)
#7AA29D
(122,162,157)
#8DAEAB
(141,174,171)
#A0BAB9
(160,186,185)
#B3C6C7
(179,198,199)
#C6D2D5
(198,210,213)
#D9DEE3
(217,222,227)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E7265; }

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

This text font color is #2E7265.

Background Color

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

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

This div background color is #2E7265.

Border color

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

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

This div border color is #2E7265.

Opacity

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

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

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

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

This text has shadow with #2E7265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E7265.

Preview

Color preview on black background

This text has color #2E7265 on black background.


Color preview on white background

This text has color #2E7265 on white background.


Black color preview on #2E7265 background

This text has black color on #2E7265 background.


White color preview on #2E7265 background

This text has white color on #2E7265 background.


Related colors

Complementary color

Complementary color for #hex is #D18D9A.


I love getcolorcode.com

Triadic colors

1 #652E72 and #72652E with #2E7265 are triadic colors.

2 #65722E and #722E65 with #2E7265 are triadic colors.