COLOR #2E3F13

HEX: #2E3F13 RGB: (46,63,19)

Color info

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

RGB color model

#2E3F13 color RGB value is (46,63,19).

RGB: (46,63,19) (18%, 25%, 7%)

RGB channels and saturation

R 46 of 255 = 18%
G 63 of 255 = 25%
B 19 of 255 = 7%

46
63
19

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

Portions of RGB colors in percentages

R + G + B = 46 + 63 + 19 = 128 (100%)
R 46 of 128 ~ 35.94%
G 63 of 128 ~ 49.22%
B 19 of 128 ~ 14.84'%

%35.94
%49.22
%14.84

CMYK color model

#2E3F13 color CMYK value is (27,0,70,75).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 69.84%
  • key color value is 75.29%
CMYK: (27,0,70,75) C27M0Y70K75 (27%,0%,70%,75%) (0.27/0.00/0.70/0.75) 

CMYK percentages

%26.98
%0
%69.84
%75.29

Codes

Color #2E3F13 in popluar color models

2E 3F 13
RGB 46 63 19
HSL 83° 53.66% 16.08%
HSB/HSV 83° 69.84% 24.71%
CMYK 26.98% 0.00% 69.84%
75.29%

Color #2E3F13 in popluar number systems.

HEX 2E 3F 13
Decimal 46 63 19
Binary 101110 111111 10011
Octal 56 77 23

Shades and tints

Shades of #2E3F13

#2E3F13
(46,63,19)
#2A3A12
(42,58,18)
#263511
(38,53,17)
#223010
(34,48,16)
#1E2B0F
(30,43,15)
#1A260E
(26,38,14)
#16210D
(22,33,13)
#121C0C
(18,28,12)
#0E170B
(14,23,11)
#0A120A
(10,18,10)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #2E3F13

#2E3F13
(46,63,19)
#415028
(65,80,40)
#54613D
(84,97,61)
#677252
(103,114,82)
#7A8367
(122,131,103)
#8D947C
(141,148,124)
#A0A591
(160,165,145)
#B3B6A6
(179,182,166)
#C6C7BB
(198,199,187)
#D9D8D0
(217,216,208)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2E3F13; }

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

This text font color is #2E3F13.

Background Color

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

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

This div background color is #2E3F13.

Border color

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

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

This div border color is #2E3F13.

Opacity

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

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

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

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

This text has shadow with #2E3F13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2E3F13.

Preview

Color preview on black background

This text has color #2E3F13 on black background.


Color preview on white background

This text has color #2E3F13 on white background.


Black color preview on #2E3F13 background

This text has black color on #2E3F13 background.


White color preview on #2E3F13 background

This text has white color on #2E3F13 background.


Related colors

Complementary color

Complementary color for #hex is #D1C0EC.


I love getcolorcode.com

Triadic colors

1 #132E3F and #3F132E with #2E3F13 are triadic colors.

2 #133F2E and #3F2E13 with #2E3F13 are triadic colors.