COLOR #2E473A

HEX: #2E473A
RGB: (46,71,58)

Color info

#2E473A contains red, green and blue colors in about the same proportion. Web safe color of #2E473A is #333333 (or #333).

RGB color model

#2E473A color RGB value is (46,71,58).

  • red value is 46;
  • green value is 71;
  • blue value is 58.
RGB:
(46,71,58)
(18%,28%,23%)

RGB channels and saturation

R 46 of 255 = 18%
G 71 of 255 = 28%
B 58 of 255 = 23%

46
71
58

R + G + B ~ 23%. #2E473A is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 71 + 58 = 175 (100%)
R 46 of 175 ~ 26.29%
G 71 of 175 ~ 40.57%
B 58 of 175 ~ 33.14%

%26.29
%40.57
%33.14

CMYK color model

#2E473A color CMYK value is (35,0,18,72).

  • cyan value is 35.21%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%
CMYK:
(35,0,18,72)
C35M0Y18K72 
(35%,0%,18%,72%)
(0.35/0.00/0.18/0.72)	

CMYK percentages

%35.21
%0
%18.31
%72.16

Codes

Color #2E473A in popluar color models

2E473A
RGB467158
HSL149°21.37%22.94%
HSB/HSV149°35.21%27.84%
CMYK35.21%0.00%18.31%
72.16%

Color #2E473A in popluar number systems.

HEX2E473A
Decimal467158
Binary1011101000111111010
Octal5610772

Shades and tints

Shades of #2E473A

#2E473A
(46,71,58)
#2A4135
(42,65,53)
#263B30
(38,59,48)
#22352B
(34,53,43)
#1E2F26
(30,47,38)
#1A2921
(26,41,33)
#16231C
(22,35,28)
#121D17
(18,29,23)
#0E1712
(14,23,18)
#0A110D
(10,17,13)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #2E473A

#2E473A
(46,71,58)
#41574B
(65,87,75)
#54675C
(84,103,92)
#67776D
(103,119,109)
#7A877E
(122,135,126)
#8D978F
(141,151,143)
#A0A7A0
(160,167,160)
#B3B7B1
(179,183,177)
#C6C7C2
(198,199,194)
#D9D7D3
(217,215,211)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E473A color. Also use rgb(46,71,58) instead hex code.

Text Font Color

.myTextColor { color: #2E473A; }

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

This text font color is #2E473A.


Background Color

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

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

This div background color is #2E473A.


Border color

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

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

This div border color is #2E473A.


Opacity

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

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

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

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

This text has shadow with #2E473A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E473A on black background.


Color preview on white background

This text has color #2E473A on white background.



Black color preview on #2E473A background

This text has black color on #2E473A background.


White color preview on #2E473A background

This text has white color on #2E473A background.