COLOR #2E592A

HEX: #2E592A RGB: (46,89,42)

Color info

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

RGB color model

#2E592A color RGB value is (46,89,42).

RGB: (46,89,42) (18%, 35%, 16%)

RGB channels and saturation

R 46 of 255 = 18%
G 89 of 255 = 35%
B 42 of 255 = 16%

46
89
42

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

Portions of RGB colors in percentages

R + G + B = 46 + 89 + 42 = 177 (100%)
R 46 of 177 ~ 25.99%
G 89 of 177 ~ 50.28%
B 42 of 177 ~ 23.73'%

%25.99
%50.28
%23.73

CMYK color model

#2E592A color CMYK value is (48,0,53,65).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 52.81%
  • key color value is 65.10%

CMYK: (48,0,53,65)
C48M0Y53K65 (48%, 0%, 53%, 65%)
(0.48 / 0.00 / 0.53 / 0.65)

CMYK percentages

%48.31
%0
%52.81
%65.1

Codes

Color #2E592A in popluar color models

2E 59 2A
RGB 46 89 42
HSL 115° 35.88% 25.69%
HSB/HSV 115° 52.81% 34.90%
CMYK 48.31% 0.00% 52.81%
65.10%

Color #2E592A in popluar number systems.

HEX 2E 59 2A
Decimal 46 89 42
Binary 101110 1011001 101010
Octal 56 131 52

Shades and tints

Shades of #2E592A

#2E592A
(46,89,42)
#2A5127
(42,81,39)
#264924
(38,73,36)
#224121
(34,65,33)
#1E391E
(30,57,30)
#1A311B
(26,49,27)
#162918
(22,41,24)
#122115
(18,33,21)
#0E1912
(14,25,18)
#0A110F
(10,17,15)
#06090C
(6,9,12)
#000000
(0,0,0)

Tints of #2E592A

#2E592A
(46,89,42)
#41683D
(65,104,61)
#547750
(84,119,80)
#678663
(103,134,99)
#7A9576
(122,149,118)
#8DA489
(141,164,137)
#A0B39C
(160,179,156)
#B3C2AF
(179,194,175)
#C6D1C2
(198,209,194)
#D9E0D5
(217,224,213)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E592A color. Also use rgb(46,89,42) instead hex code.

Text Font Color

.myTextColor { color: #2E592A; }

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

This text font color is #2E592A.

Background Color

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

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

This div background color is #2E592A.

Border color

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

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

This div border color is #2E592A.

Opacity

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

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

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

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

This text has shadow with #2E592A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E592A.

Preview

Color preview on black background

This text has color #2E592A on black background.


Color preview on white background

This text has color #2E592A on white background.


Black color preview on #2E592A background

This text has black color on #2E592A background.


White color preview on #2E592A background

This text has white color on #2E592A background.


Related colors

Complementary color

Complementary color for #hex is #D1A6D5.


I love getcolorcode.com

Triadic colors

1 #2A2E59 and #592A2E with #2E592A are triadic colors.

2 #2A592E and #592E2A with #2E592A are triadic colors.