COLOR #2E615A

HEX: #2E615A
RGB: (46,97,90)

Color info

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

RGB color model

#2E615A color RGB value is (46,97,90).

  • red value is 46;
  • green value is 97;
  • blue value is 90.
RGB:
(46,97,90)
(18%,38%,35%)

RGB channels and saturation

R 46 of 255 = 18%
G 97 of 255 = 38%
B 90 of 255 = 35%

46
97
90

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

Portions of RGB colors in percentages

R + G + B =
46 + 97 + 90 = 233 (100%)
R 46 of 233 ~ 19.74%
G 97 of 233 ~ 41.63%
B 90 of 233 ~ 38.63%

%19.74
%41.63
%38.63

CMYK color model

#2E615A color CMYK value is (53,0,7,62).

  • cyan value is 52.58%
  • magenta value is 0.00%
  • yellow value is 7.22%
  • key color value is 61.96%
CMYK:
(53,0,7,62)
C53M0Y7K62 
(53%,0%,7%,62%)
(0.53/0.00/0.07/0.62)	

CMYK percentages

%52.58
%0
%7.22
%61.96

Codes

Color #2E615A in popluar color models

2E615A
RGB469790
HSL172°35.66%28.04%
HSB/HSV172°52.58%38.04%
CMYK52.58%0.00%7.22%
61.96%

Color #2E615A in popluar number systems.

HEX2E615A
Decimal469790
Binary10111011000011011010
Octal56141132

Shades and tints

Shades of #2E615A

#2E615A
(46,97,90)
#2A5952
(42,89,82)
#26514A
(38,81,74)
#224942
(34,73,66)
#1E413A
(30,65,58)
#1A3932
(26,57,50)
#16312A
(22,49,42)
#122922
(18,41,34)
#0E211A
(14,33,26)
#0A1912
(10,25,18)
#06110A
(6,17,10)
#000000
(0,0,0)

Tints of #2E615A

#2E615A
(46,97,90)
#416F69
(65,111,105)
#547D78
(84,125,120)
#678B87
(103,139,135)
#7A9996
(122,153,150)
#8DA7A5
(141,167,165)
#A0B5B4
(160,181,180)
#B3C3C3
(179,195,195)
#C6D1D2
(198,209,210)
#D9DFE1
(217,223,225)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E615A color. Also use rgb(46,97,90) instead hex code.

Text Font Color

.myTextColor { color: #2E615A; }

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

This text font color is #2E615A.


Background Color

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

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

This div background color is #2E615A.


Border color

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

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

This div border color is #2E615A.


Opacity

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

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

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

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

This text has shadow with #2E615A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E615A on black background.


Color preview on white background

This text has color #2E615A on white background.



Black color preview on #2E615A background

This text has black color on #2E615A background.


White color preview on #2E615A background

This text has white color on #2E615A background.