COLOR #2E2B18

HEX: #2E2B18 RGB: (46,43,24)

Color info

#2E2B18 contains red, green and blue colors in about the same proportion. Web safe color of #2E2B18 is #333300 (or #330).

RGB color model

#2E2B18 color RGB value is (46,43,24).

RGB: (46,43,24) (18%, 17%, 9%)

RGB channels and saturation

R 46 of 255 = 18%
G 43 of 255 = 17%
B 24 of 255 = 9%

46
43
24

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

Portions of RGB colors in percentages

R + G + B = 46 + 43 + 24 = 113 (100%)
R 46 of 113 ~ 40.71%
G 43 of 113 ~ 38.05%
B 24 of 113 ~ 21.24'%

%40.71
%38.05
%21.24

CMYK color model

#2E2B18 color CMYK value is (0,7,48,82).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 47.83%
  • key color value is 81.96%
CMYK: (0,7,48,82) C0M7Y48K82 (0%,7%,48%,82%) (0.00/0.07/0.48/0.82) 

CMYK percentages

%0
%6.52
%47.83
%81.96

Codes

Color #2E2B18 in popluar color models

2E 2B 18
RGB 46 43 24
HSL 52° 31.43% 13.73%
HSB/HSV 52° 47.83% 18.04%
CMYK 0.00% 6.52% 47.83%
81.96%

Color #2E2B18 in popluar number systems.

HEX 2E 2B 18
Decimal 46 43 24
Binary 101110 101011 11000
Octal 56 53 30

Shades and tints

Shades of #2E2B18

#2E2B18
(46,43,24)
#2A2816
(42,40,22)
#262514
(38,37,20)
#222212
(34,34,18)
#1E1F10
(30,31,16)
#1A1C0E
(26,28,14)
#16190C
(22,25,12)
#12160A
(18,22,10)
#0E1308
(14,19,8)
#0A1006
(10,16,6)
#060D04
(6,13,4)
#000000
(0,0,0)

Tints of #2E2B18

#2E2B18
(46,43,24)
#413E2D
(65,62,45)
#545142
(84,81,66)
#676457
(103,100,87)
#7A776C
(122,119,108)
#8D8A81
(141,138,129)
#A09D96
(160,157,150)
#B3B0AB
(179,176,171)
#C6C3C0
(198,195,192)
#D9D6D5
(217,214,213)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2B18 color. Also use rgb(46,43,24) instead hex code.

Text Font Color

.myTextColor { color: #2E2B18; }

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

This text font color is #2E2B18.

Background Color

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

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

This div background color is #2E2B18.

Border color

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

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

This div border color is #2E2B18.

Opacity

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

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

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

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

This text has shadow with #2E2B18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E2B18.

Preview

Color preview on black background

This text has color #2E2B18 on black background.


Color preview on white background

This text has color #2E2B18 on white background.


Black color preview on #2E2B18 background

This text has black color on #2E2B18 background.


White color preview on #2E2B18 background

This text has white color on #2E2B18 background.


Related colors

Complementary color

Complementary color for #hex is #D1D4E7.


I love getcolorcode.com

Triadic colors

1 #182E2B and #2B182E with #2E2B18 are triadic colors.

2 #182B2E and #2B2E18 with #2E2B18 are triadic colors.