COLOR #2E5F65

HEX: #2E5F65 RGB: (46,95,101)

Color info

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

RGB color model

#2E5F65 color RGB value is (46,95,101).

RGB: (46,95,101) (18%, 37%, 40%)

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 101 of 255 = 40%

46
95
101

R + G + B ~ 32%. #2E5F65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 95 + 101 = 242 (100%)
R 46 of 242 ~ 19.01%
G 95 of 242 ~ 39.26%
B 101 of 242 ~ 41.74'%

%19.01
%39.26
%41.74

CMYK color model

#2E5F65 color CMYK value is (54,6,0,60).

  • cyan value is 54.46%
  • magenta value is 5.94%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (54,6,0,60)
C54M6Y0K60 (54%, 6%, 0%, 60%)
(0.54 / 0.06 / 0.00 / 0.60)

CMYK percentages

%54.46
%5.94
%0
%60.39

Codes

Color #2E5F65 in popluar color models

2E 5F 65
RGB 46 95 101
HSL 187° 37.41% 28.82%
HSB/HSV 187° 54.46% 39.61%
CMYK 54.46% 5.94% 0.00%
60.39%

Color #2E5F65 in popluar number systems.

HEX 2E 5F 65
Decimal 46 95 101
Binary 101110 1011111 1100101
Octal 56 137 145

Shades and tints

Shades of #2E5F65

#2E5F65
(46,95,101)
#2A575C
(42,87,92)
#264F53
(38,79,83)
#22474A
(34,71,74)
#1E3F41
(30,63,65)
#1A3738
(26,55,56)
#162F2F
(22,47,47)
#122726
(18,39,38)
#0E1F1D
(14,31,29)
#0A1714
(10,23,20)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #2E5F65

#2E5F65
(46,95,101)
#416D73
(65,109,115)
#547B81
(84,123,129)
#67898F
(103,137,143)
#7A979D
(122,151,157)
#8DA5AB
(141,165,171)
#A0B3B9
(160,179,185)
#B3C1C7
(179,193,199)
#C6CFD5
(198,207,213)
#D9DDE3
(217,221,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5F65; }

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

This text font color is #2E5F65.

Background Color

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

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

This div background color is #2E5F65.

Border color

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

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

This div border color is #2E5F65.

Opacity

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

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

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

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

This text has shadow with #2E5F65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E5F65.

Preview

Color preview on black background

This text has color #2E5F65 on black background.


Color preview on white background

This text has color #2E5F65 on white background.


Black color preview on #2E5F65 background

This text has black color on #2E5F65 background.


White color preview on #2E5F65 background

This text has white color on #2E5F65 background.


Related colors

Complementary color

Complementary color for #hex is #D1A09A.


I love getcolorcode.com

Triadic colors

1 #652E5F and #5F652E with #2E5F65 are triadic colors.

2 #655F2E and #5F2E65 with #2E5F65 are triadic colors.