COLOR #2E604A

HEX: #2E604A
RGB: (46,96,74)

Color info

#2E604A contains red, green and blue colors in about the same proportion. Web safe color of #2E604A is #336633 (or #363).

RGB color model

#2E604A color RGB value is (46,96,74).

  • red value is 46;
  • green value is 96;
  • blue value is 74.
RGB:
(46,96,74)
(18%,38%,29%)

RGB channels and saturation

R 46 of 255 = 18%
G 96 of 255 = 38%
B 74 of 255 = 29%

46
96
74

R + G + B ~ 28%. #2E604A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 96 + 74 = 216 (100%)
R 46 of 216 ~ 21.3%
G 96 of 216 ~ 44.44%
B 74 of 216 ~ 34.26%

%21.3
%44.44
%34.26

CMYK color model

#2E604A color CMYK value is (52,0,23,62).

  • cyan value is 52.08%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 62.35%
CMYK:
(52,0,23,62)
C52M0Y23K62 
(52%,0%,23%,62%)
(0.52/0.00/0.23/0.62)	

CMYK percentages

%52.08
%0
%22.92
%62.35

Codes

Color #2E604A in popluar color models

2E604A
RGB469674
HSL154°35.21%27.84%
HSB/HSV154°52.08%37.65%
CMYK52.08%0.00%22.92%
62.35%

Color #2E604A in popluar number systems.

HEX2E604A
Decimal469674
Binary10111011000001001010
Octal56140112

Shades and tints

Shades of #2E604A

#2E604A
(46,96,74)
#2A5844
(42,88,68)
#26503E
(38,80,62)
#224838
(34,72,56)
#1E4032
(30,64,50)
#1A382C
(26,56,44)
#163026
(22,48,38)
#122820
(18,40,32)
#0E201A
(14,32,26)
#0A1814
(10,24,20)
#06100E
(6,16,14)
#000000
(0,0,0)

Tints of #2E604A

#2E604A
(46,96,74)
#416E5A
(65,110,90)
#547C6A
(84,124,106)
#678A7A
(103,138,122)
#7A988A
(122,152,138)
#8DA69A
(141,166,154)
#A0B4AA
(160,180,170)
#B3C2BA
(179,194,186)
#C6D0CA
(198,208,202)
#D9DEDA
(217,222,218)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E604A color. Also use rgb(46,96,74) instead hex code.

Text Font Color

.myTextColor { color: #2E604A; }

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

This text font color is #2E604A.


Background Color

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

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

This div background color is #2E604A.


Border color

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

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

This div border color is #2E604A.


Opacity

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

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

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

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

This text has shadow with #2E604A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E604A on black background.


Color preview on white background

This text has color #2E604A on white background.



Black color preview on #2E604A background

This text has black color on #2E604A background.


White color preview on #2E604A background

This text has white color on #2E604A background.