COLOR #2E5C64

HEX: #2E5C64
RGB: (46,92,100)

Color info

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

RGB color model

#2E5C64 color RGB value is (46,92,100).

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

RGB channels and saturation

R 46 of 255 = 18%
G 92 of 255 = 36%
B 100 of 255 = 39%

46
92
100

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

Portions of RGB colors in percentages

R + G + B =
46 + 92 + 100 = 238 (100%)
R 46 of 238 ~ 19.33%
G 92 of 238 ~ 38.66%
B 100 of 238 ~ 42.02%

%19.33
%38.66
%42.02

CMYK color model

#2E5C64 color CMYK value is (54,8,0,61).

  • cyan value is 54.00%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(54,8,0,61)
C54M8Y0K61 
(54%,8%,0%,61%)
(0.54/0.08/0.00/0.61)	

CMYK percentages

%54
%8
%0
%60.78

Codes

Color #2E5C64 in popluar color models

2E5C64
RGB4692100
HSL189°36.99%28.63%
HSB/HSV189°54.00%39.22%
CMYK54.00%8.00%0.00%
60.78%

Color #2E5C64 in popluar number systems.

HEX2E5C64
Decimal4692100
Binary10111010111001100100
Octal56134144

Shades and tints

Shades of #2E5C64

#2E5C64
(46,92,100)
#2A545B
(42,84,91)
#264C52
(38,76,82)
#224449
(34,68,73)
#1E3C40
(30,60,64)
#1A3437
(26,52,55)
#162C2E
(22,44,46)
#122425
(18,36,37)
#0E1C1C
(14,28,28)
#0A1413
(10,20,19)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #2E5C64

#2E5C64
(46,92,100)
#416A72
(65,106,114)
#547880
(84,120,128)
#67868E
(103,134,142)
#7A949C
(122,148,156)
#8DA2AA
(141,162,170)
#A0B0B8
(160,176,184)
#B3BEC6
(179,190,198)
#C6CCD4
(198,204,212)
#D9DAE2
(217,218,226)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5C64; }

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

This text font color is #2E5C64.


Background Color

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

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

This div background color is #2E5C64.


Border color

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

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

This div border color is #2E5C64.


Opacity

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

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

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

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

This text has shadow with #2E5C64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5C64 on black background.


Color preview on white background

This text has color #2E5C64 on white background.



Black color preview on #2E5C64 background

This text has black color on #2E5C64 background.


White color preview on #2E5C64 background

This text has white color on #2E5C64 background.