COLOR #2E503B

HEX: #2E503B
RGB: (46,80,59)

Color info

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

RGB color model

#2E503B color RGB value is (46,80,59).

  • red value is 46;
  • green value is 80;
  • blue value is 59.
RGB:
(46,80,59)
(18%,31%,23%)

RGB channels and saturation

R 46 of 255 = 18%
G 80 of 255 = 31%
B 59 of 255 = 23%

46
80
59

R + G + B ~ 24%. #2E503B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 80 + 59 = 185 (100%)
R 46 of 185 ~ 24.86%
G 80 of 185 ~ 43.24%
B 59 of 185 ~ 31.89%

%24.86
%43.24
%31.89

CMYK color model

#2E503B color CMYK value is (43,0,26,69).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 26.25%
  • key color value is 68.63%
CMYK:
(43,0,26,69)
C43M0Y26K69 
(43%,0%,26%,69%)
(0.43/0.00/0.26/0.69)	

CMYK percentages

%42.5
%0
%26.25
%68.63

Codes

Color #2E503B in popluar color models

2E503B
RGB468059
HSL143°26.98%24.71%
HSB/HSV143°42.50%31.37%
CMYK42.50%0.00%26.25%
68.63%

Color #2E503B in popluar number systems.

HEX2E503B
Decimal468059
Binary1011101010000111011
Octal5612073

Shades and tints

Shades of #2E503B

#2E503B
(46,80,59)
#2A4936
(42,73,54)
#264231
(38,66,49)
#223B2C
(34,59,44)
#1E3427
(30,52,39)
#1A2D22
(26,45,34)
#16261D
(22,38,29)
#121F18
(18,31,24)
#0E1813
(14,24,19)
#0A110E
(10,17,14)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #2E503B

#2E503B
(46,80,59)
#415F4C
(65,95,76)
#546E5D
(84,110,93)
#677D6E
(103,125,110)
#7A8C7F
(122,140,127)
#8D9B90
(141,155,144)
#A0AAA1
(160,170,161)
#B3B9B2
(179,185,178)
#C6C8C3
(198,200,195)
#D9D7D4
(217,215,212)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E503B color. Also use rgb(46,80,59) instead hex code.

Text Font Color

.myTextColor { color: #2E503B; }

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

This text font color is #2E503B.


Background Color

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

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

This div background color is #2E503B.


Border color

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

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

This div border color is #2E503B.


Opacity

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

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

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

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

This text has shadow with #2E503B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E503B on black background.


Color preview on white background

This text has color #2E503B on white background.



Black color preview on #2E503B background

This text has black color on #2E503B background.


White color preview on #2E503B background

This text has white color on #2E503B background.