COLOR #2E2520

HEX: #2E2520 RGB: (46,37,32)

Color info

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

RGB color model

#2E2520 color RGB value is (46,37,32).

RGB: (46,37,32) (18%, 15%, 13%)

RGB channels and saturation

R 46 of 255 = 18%
G 37 of 255 = 15%
B 32 of 255 = 13%

46
37
32

R + G + B ~ 15%. #2E2520 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 37 + 32 = 115 (100%)
R 46 of 115 ~ 40%
G 37 of 115 ~ 32.17%
B 32 of 115 ~ 27.83'%

%40
%32.17
%27.83

CMYK color model

#2E2520 color CMYK value is (0,20,30,82).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 30.43%
  • key color value is 81.96%

CMYK: (0,20,30,82)
C0M20Y30K82 (0%, 20%, 30%, 82%)
(0.00 / 0.20 / 0.30 / 0.82)

CMYK percentages

%0
%19.57
%30.43
%81.96

Codes

Color #2E2520 in popluar color models

2E 25 20
RGB 46 37 32
HSL 21° 17.95% 15.29%
HSB/HSV 21° 30.43% 18.04%
CMYK 0.00% 19.57% 30.43%
81.96%

Color #2E2520 in popluar number systems.

HEX 2E 25 20
Decimal 46 37 32
Binary 101110 100101 100000
Octal 56 45 40

Shades and tints

Shades of #2E2520

#2E2520
(46,37,32)
#2A221E
(42,34,30)
#261F1C
(38,31,28)
#221C1A
(34,28,26)
#1E1918
(30,25,24)
#1A1616
(26,22,22)
#161314
(22,19,20)
#121012
(18,16,18)
#0E0D10
(14,13,16)
#0A0A0E
(10,10,14)
#06070C
(6,7,12)
#000000
(0,0,0)

Tints of #2E2520

#2E2520
(46,37,32)
#413834
(65,56,52)
#544B48
(84,75,72)
#675E5C
(103,94,92)
#7A7170
(122,113,112)
#8D8484
(141,132,132)
#A09798
(160,151,152)
#B3AAAC
(179,170,172)
#C6BDC0
(198,189,192)
#D9D0D4
(217,208,212)
#ECE3E8
(236,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2520 color. Also use rgb(46,37,32) instead hex code.

Text Font Color

.myTextColor { color: #2E2520; }

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

This text font color is #2E2520.

Background Color

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

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

This div background color is #2E2520.

Border color

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

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

This div border color is #2E2520.

Opacity

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

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

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

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

This text has shadow with #2E2520 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2520.

Preview

Color preview on black background

This text has color #2E2520 on black background.


Color preview on white background

This text has color #2E2520 on white background.


Black color preview on #2E2520 background

This text has black color on #2E2520 background.


White color preview on #2E2520 background

This text has white color on #2E2520 background.


Related colors

Complementary color

Complementary color for #hex is #D1DADF.


I love getcolorcode.com

Triadic colors

1 #202E25 and #25202E with #2E2520 are triadic colors.

2 #20252E and #252E20 with #2E2520 are triadic colors.