COLOR #2E3517

HEX: #2E3517 RGB: (46,53,23)

Color info

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

RGB color model

#2E3517 color RGB value is (46,53,23).

RGB: (46,53,23) (18%, 21%, 9%)

RGB channels and saturation

R 46 of 255 = 18%
G 53 of 255 = 21%
B 23 of 255 = 9%

46
53
23

R + G + B ~ 16%. #2E3517 is dark color.

Portions of RGB colors in percentages

R + G + B = 46 + 53 + 23 = 122 (100%)
R 46 of 122 ~ 37.7%
G 53 of 122 ~ 43.44%
B 23 of 122 ~ 18.85'%

%37.7
%43.44
%18.85

CMYK color model

#2E3517 color CMYK value is (13,0,57,79).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 56.60%
  • key color value is 79.22%

CMYK: (13,0,57,79)
C13M0Y57K79 (13%, 0%, 57%, 79%)
(0.13 / 0.00 / 0.57 / 0.79)

CMYK percentages

%13.21
%0
%56.6
%79.22

Codes

Color #2E3517 in popluar color models

2E 35 17
RGB 46 53 23
HSL 74° 39.47% 14.90%
HSB/HSV 74° 56.60% 20.78%
CMYK 13.21% 0.00% 56.60%
79.22%

Color #2E3517 in popluar number systems.

HEX 2E 35 17
Decimal 46 53 23
Binary 101110 110101 10111
Octal 56 65 27

Shades and tints

Shades of #2E3517

#2E3517
(46,53,23)
#2A3115
(42,49,21)
#262D13
(38,45,19)
#222911
(34,41,17)
#1E250F
(30,37,15)
#1A210D
(26,33,13)
#161D0B
(22,29,11)
#121909
(18,25,9)
#0E1507
(14,21,7)
#0A1105
(10,17,5)
#060D03
(6,13,3)
#000000
(0,0,0)

Tints of #2E3517

#2E3517
(46,53,23)
#41472C
(65,71,44)
#545941
(84,89,65)
#676B56
(103,107,86)
#7A7D6B
(122,125,107)
#8D8F80
(141,143,128)
#A0A195
(160,161,149)
#B3B3AA
(179,179,170)
#C6C5BF
(198,197,191)
#D9D7D4
(217,215,212)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3517 color. Also use rgb(46,53,23) instead hex code.

Text Font Color

.myTextColor { color: #2E3517; }

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

This text font color is #2E3517.

Background Color

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

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

This div background color is #2E3517.

Border color

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

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

This div border color is #2E3517.

Opacity

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

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

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

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

This text has shadow with #2E3517 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3517.

Preview

Color preview on black background

This text has color #2E3517 on black background.


Color preview on white background

This text has color #2E3517 on white background.


Black color preview on #2E3517 background

This text has black color on #2E3517 background.


White color preview on #2E3517 background

This text has white color on #2E3517 background.


Related colors

Complementary color

Complementary color for #hex is #D1CAE8.


I love getcolorcode.com

Triadic colors

1 #172E35 and #35172E with #2E3517 are triadic colors.

2 #17352E and #352E17 with #2E3517 are triadic colors.