COLOR #2E5F5D

HEX: #2E5F5D
RGB: (46,95,93)

Color info

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

RGB color model

#2E5F5D color RGB value is (46,95,93).

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

RGB channels and saturation

R 46 of 255 = 18%
G 95 of 255 = 37%
B 93 of 255 = 36%

46
95
93

R + G + B ~ 30%. #2E5F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 95 + 93 = 234 (100%)
R 46 of 234 ~ 19.66%
G 95 of 234 ~ 40.6%
B 93 of 234 ~ 39.74%

%19.66
%40.6
%39.74

CMYK color model

#2E5F5D color CMYK value is (52,0,2,63).

  • cyan value is 51.58%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 62.75%
CMYK:
(52,0,2,63)
C52M0Y2K63 
(52%,0%,2%,63%)
(0.52/0.00/0.02/0.63)	

CMYK percentages

%51.58
%0
%2.11
%62.75

Codes

Color #2E5F5D in popluar color models

2E5F5D
RGB469593
HSL178°34.75%27.65%
HSB/HSV178°51.58%37.25%
CMYK51.58%0.00%2.11%
62.75%

Color #2E5F5D in popluar number systems.

HEX2E5F5D
Decimal469593
Binary10111010111111011101
Octal56137135

Shades and tints

Shades of #2E5F5D

#2E5F5D
(46,95,93)
#2A5755
(42,87,85)
#264F4D
(38,79,77)
#224745
(34,71,69)
#1E3F3D
(30,63,61)
#1A3735
(26,55,53)
#162F2D
(22,47,45)
#122725
(18,39,37)
#0E1F1D
(14,31,29)
#0A1715
(10,23,21)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #2E5F5D

#2E5F5D
(46,95,93)
#416D6B
(65,109,107)
#547B79
(84,123,121)
#678987
(103,137,135)
#7A9795
(122,151,149)
#8DA5A3
(141,165,163)
#A0B3B1
(160,179,177)
#B3C1BF
(179,193,191)
#C6CFCD
(198,207,205)
#D9DDDB
(217,221,219)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E5F5D; }

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

This text font color is #2E5F5D.


Background Color

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

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

This div background color is #2E5F5D.


Border color

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

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

This div border color is #2E5F5D.


Opacity

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

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

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

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

This text has shadow with #2E5F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E5F5D on black background.


Color preview on white background

This text has color #2E5F5D on white background.



Black color preview on #2E5F5D background

This text has black color on #2E5F5D background.


White color preview on #2E5F5D background

This text has white color on #2E5F5D background.