COLOR #2E5F64

HEX: #2E5F64
RGB: (46,95,100)

Color info

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

RGB color model

#2E5F64 color RGB value is (46,95,100).

  • red value is 46;
  • green value is 95;
  • blue value is 100.
RGB:
(46,95,100)
(18%,37%,39%)

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 100 of 255 = 39%

46
95
100

R + G + B ~ 31%. #2E5F64 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 95 + 100 = 241 (100%)
R 46 of 241 ~ 19.09%
G 95 of 241 ~ 39.42%
B 100 of 241 ~ 41.49%

%19.09
%39.42
%41.49

CMYK color model

#2E5F64 color CMYK value is (54,5,0,61).

  • cyan value is 54.00%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(54,5,0,61)
C54M5Y0K61 
(54%,5%,0%,61%)
(0.54/0.05/0.00/0.61)	

CMYK percentages

%54
%5
%0
%60.78

Codes

Color #2E5F64 in popluar color models

2E5F64
RGB4695100
HSL186°36.99%28.63%
HSB/HSV186°54.00%39.22%
CMYK54.00%5.00%0.00%
60.78%

Color #2E5F64 in popluar number systems.

HEX2E5F64
Decimal4695100
Binary10111010111111100100
Octal56137144

Shades and tints

Shades of #2E5F64

#2E5F64
(46,95,100)
#2A575B
(42,87,91)
#264F52
(38,79,82)
#224749
(34,71,73)
#1E3F40
(30,63,64)
#1A3737
(26,55,55)
#162F2E
(22,47,46)
#122725
(18,39,37)
#0E1F1C
(14,31,28)
#0A1713
(10,23,19)
#060F0A
(6,15,10)
#000000
(0,0,0)

Tints of #2E5F64

#2E5F64
(46,95,100)
#416D72
(65,109,114)
#547B80
(84,123,128)
#67898E
(103,137,142)
#7A979C
(122,151,156)
#8DA5AA
(141,165,170)
#A0B3B8
(160,179,184)
#B3C1C6
(179,193,198)
#C6CFD4
(198,207,212)
#D9DDE2
(217,221,226)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5F64; }

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

This text font color is #2E5F64.


Background Color

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

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

This div background color is #2E5F64.


Border color

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

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

This div border color is #2E5F64.


Opacity

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

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

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

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

This text has shadow with #2E5F64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5F64 on black background.


Color preview on white background

This text has color #2E5F64 on white background.



Black color preview on #2E5F64 background

This text has black color on #2E5F64 background.


White color preview on #2E5F64 background

This text has white color on #2E5F64 background.