COLOR #2E614F

HEX: #2E614F
RGB: (46,97,79)

Color info

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

RGB color model

#2E614F color RGB value is (46,97,79).

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

RGB channels and saturation

R 46 of 255 = 18%
G 97 of 255 = 38%
B 79 of 255 = 31%

46
97
79

R + G + B ~ 29%. #2E614F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 97 + 79 = 222 (100%)
R 46 of 222 ~ 20.72%
G 97 of 222 ~ 43.69%
B 79 of 222 ~ 35.59%

%20.72
%43.69
%35.59

CMYK color model

#2E614F color CMYK value is (53,0,19,62).

  • cyan value is 52.58%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(53,0,19,62)
C53M0Y19K62 
(53%,0%,19%,62%)
(0.53/0.00/0.19/0.62)	

CMYK percentages

%52.58
%0
%18.56
%61.96

Codes

Color #2E614F in popluar color models

2E614F
RGB469779
HSL159°35.66%28.04%
HSB/HSV159°52.58%38.04%
CMYK52.58%0.00%18.56%
61.96%

Color #2E614F in popluar number systems.

HEX2E614F
Decimal469779
Binary10111011000011001111
Octal56141117

Shades and tints

Shades of #2E614F

#2E614F
(46,97,79)
#2A5948
(42,89,72)
#265141
(38,81,65)
#22493A
(34,73,58)
#1E4133
(30,65,51)
#1A392C
(26,57,44)
#163125
(22,49,37)
#12291E
(18,41,30)
#0E2117
(14,33,23)
#0A1910
(10,25,16)
#061109
(6,17,9)
#000000
(0,0,0)

Tints of #2E614F

#2E614F
(46,97,79)
#416F5F
(65,111,95)
#547D6F
(84,125,111)
#678B7F
(103,139,127)
#7A998F
(122,153,143)
#8DA79F
(141,167,159)
#A0B5AF
(160,181,175)
#B3C3BF
(179,195,191)
#C6D1CF
(198,209,207)
#D9DFDF
(217,223,223)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E614F; }

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

This text font color is #2E614F.


Background Color

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

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

This div background color is #2E614F.


Border color

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

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

This div border color is #2E614F.


Opacity

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

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

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

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

This text has shadow with #2E614F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E614F on black background.


Color preview on white background

This text has color #2E614F on white background.



Black color preview on #2E614F background

This text has black color on #2E614F background.


White color preview on #2E614F background

This text has white color on #2E614F background.