COLOR #2E523E

HEX: #2E523E
RGB: (46,82,62)

Color info

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

RGB color model

#2E523E color RGB value is (46,82,62).

  • red value is 46;
  • green value is 82;
  • blue value is 62.
RGB:
(46,82,62)
(18%,32%,24%)

RGB channels and saturation

R 46 of 255 = 18%
G 82 of 255 = 32%
B 62 of 255 = 24%

46
82
62

R + G + B ~ 25%. #2E523E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 82 + 62 = 190 (100%)
R 46 of 190 ~ 24.21%
G 82 of 190 ~ 43.16%
B 62 of 190 ~ 32.63%

%24.21
%43.16
%32.63

CMYK color model

#2E523E color CMYK value is (44,0,24,68).

  • cyan value is 43.90%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 67.84%
CMYK:
(44,0,24,68)
C44M0Y24K68 
(44%,0%,24%,68%)
(0.44/0.00/0.24/0.68)	

CMYK percentages

%43.9
%0
%24.39
%67.84

Codes

Color #2E523E in popluar color models

2E523E
RGB468262
HSL147°28.13%25.10%
HSB/HSV147°43.90%32.16%
CMYK43.90%0.00%24.39%
67.84%

Color #2E523E in popluar number systems.

HEX2E523E
Decimal468262
Binary1011101010010111110
Octal5612276

Shades and tints

Shades of #2E523E

#2E523E
(46,82,62)
#2A4B39
(42,75,57)
#264434
(38,68,52)
#223D2F
(34,61,47)
#1E362A
(30,54,42)
#1A2F25
(26,47,37)
#162820
(22,40,32)
#12211B
(18,33,27)
#0E1A16
(14,26,22)
#0A1311
(10,19,17)
#060C0C
(6,12,12)
#000000
(0,0,0)

Tints of #2E523E

#2E523E
(46,82,62)
#41614F
(65,97,79)
#547060
(84,112,96)
#677F71
(103,127,113)
#7A8E82
(122,142,130)
#8D9D93
(141,157,147)
#A0ACA4
(160,172,164)
#B3BBB5
(179,187,181)
#C6CAC6
(198,202,198)
#D9D9D7
(217,217,215)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E523E color. Also use rgb(46,82,62) instead hex code.

Text Font Color

.myTextColor { color: #2E523E; }

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

This text font color is #2E523E.


Background Color

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

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

This div background color is #2E523E.


Border color

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

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

This div border color is #2E523E.


Opacity

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

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

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

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

This text has shadow with #2E523E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E523E on black background.


Color preview on white background

This text has color #2E523E on white background.



Black color preview on #2E523E background

This text has black color on #2E523E background.


White color preview on #2E523E background

This text has white color on #2E523E background.