COLOR #2E2F14

HEX: #2E2F14
RGB: (46,47,20)

Color info

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

RGB color model

#2E2F14 color RGB value is (46,47,20).

  • red value is 46;
  • green value is 47;
  • blue value is 20.
RGB:
(46,47,20)
(18%,18%,8%)

RGB channels and saturation

R 46 of 255 = 18%
G 47 of 255 = 18%
B 20 of 255 = 8%

46
47
20

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

Portions of RGB colors in percentages

R + G + B =
46 + 47 + 20 = 113 (100%)
R 46 of 113 ~ 40.71%
G 47 of 113 ~ 41.59%
B 20 of 113 ~ 17.7%

%40.71
%41.59
%17.7

CMYK color model

#2E2F14 color CMYK value is (2,0,57,82).

  • cyan value is 2.13%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 81.57%
CMYK:
(2,0,57,82)
C2M0Y57K82 
(2%,0%,57%,82%)
(0.02/0.00/0.57/0.82)	

CMYK percentages

%2.13
%0
%57.45
%81.57

Codes

Color #2E2F14 in popluar color models

2E2F14
RGB464720
HSL62°40.30%13.14%
HSB/HSV62°57.45%18.43%
CMYK2.13%0.00%57.45%
81.57%

Color #2E2F14 in popluar number systems.

HEX2E2F14
Decimal464720
Binary10111010111110100
Octal565724

Shades and tints

Shades of #2E2F14

#2E2F14
(46,47,20)
#2A2B13
(42,43,19)
#262712
(38,39,18)
#222311
(34,35,17)
#1E1F10
(30,31,16)
#1A1B0F
(26,27,15)
#16170E
(22,23,14)
#12130D
(18,19,13)
#0E0F0C
(14,15,12)
#0A0B0B
(10,11,11)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #2E2F14

#2E2F14
(46,47,20)
#414129
(65,65,41)
#54533E
(84,83,62)
#676553
(103,101,83)
#7A7768
(122,119,104)
#8D897D
(141,137,125)
#A09B92
(160,155,146)
#B3ADA7
(179,173,167)
#C6BFBC
(198,191,188)
#D9D1D1
(217,209,209)
#ECE3E6
(236,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E2F14 color. Also use rgb(46,47,20) instead hex code.

Text Font Color

.myTextColor { color: #2E2F14; }

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

This text font color is #2E2F14.


Background Color

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

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

This div background color is #2E2F14.


Border color

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

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

This div border color is #2E2F14.


Opacity

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

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

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

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

This text has shadow with #2E2F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E2F14 on black background.


Color preview on white background

This text has color #2E2F14 on white background.



Black color preview on #2E2F14 background

This text has black color on #2E2F14 background.


White color preview on #2E2F14 background

This text has white color on #2E2F14 background.