COLOR #2E3F15

HEX: #2E3F15
RGB: (46,63,21)

Color info

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

RGB color model

#2E3F15 color RGB value is (46,63,21).

  • red value is 46;
  • green value is 63;
  • blue value is 21.
RGB:
(46,63,21)
(18%,25%,8%)

RGB channels and saturation

R 46 of 255 = 18%
G 63 of 255 = 25%
B 21 of 255 = 8%

46
63
21

R + G + B ~ 17%. #2E3F15 is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 63 + 21 = 130 (100%)
R 46 of 130 ~ 35.38%
G 63 of 130 ~ 48.46%
B 21 of 130 ~ 16.15%

%35.38
%48.46
%16.15

CMYK color model

#2E3F15 color CMYK value is (27,0,67,75).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 75.29%
CMYK:
(27,0,67,75)
C27M0Y67K75 
(27%,0%,67%,75%)
(0.27/0.00/0.67/0.75)	

CMYK percentages

%26.98
%0
%66.67
%75.29

Codes

Color #2E3F15 in popluar color models

2E3F15
RGB466321
HSL84°50.00%16.47%
HSB/HSV84°66.67%24.71%
CMYK26.98%0.00%66.67%
75.29%

Color #2E3F15 in popluar number systems.

HEX2E3F15
Decimal466321
Binary10111011111110101
Octal567725

Shades and tints

Shades of #2E3F15

#2E3F15
(46,63,21)
#2A3A14
(42,58,20)
#263513
(38,53,19)
#223012
(34,48,18)
#1E2B11
(30,43,17)
#1A2610
(26,38,16)
#16210F
(22,33,15)
#121C0E
(18,28,14)
#0E170D
(14,23,13)
#0A120C
(10,18,12)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #2E3F15

#2E3F15
(46,63,21)
#41502A
(65,80,42)
#54613F
(84,97,63)
#677254
(103,114,84)
#7A8369
(122,131,105)
#8D947E
(141,148,126)
#A0A593
(160,165,147)
#B3B6A8
(179,182,168)
#C6C7BD
(198,199,189)
#D9D8D2
(217,216,210)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E3F15 color. Also use rgb(46,63,21) instead hex code.

Text Font Color

.myTextColor { color: #2E3F15; }

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

This text font color is #2E3F15.


Background Color

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

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

This div background color is #2E3F15.


Border color

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

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

This div border color is #2E3F15.


Opacity

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

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

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

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

This text has shadow with #2E3F15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E3F15 on black background.


Color preview on white background

This text has color #2E3F15 on white background.



Black color preview on #2E3F15 background

This text has black color on #2E3F15 background.


White color preview on #2E3F15 background

This text has white color on #2E3F15 background.