COLOR #2E651C

HEX: #2E651C
RGB: (46,101,28)

Color info

#2E651C contains mainly red and green colors. Web safe color of #2E651C is #336633 (or #363).

RGB color model

#2E651C color RGB value is (46,101,28).

  • red value is 46;
  • green value is 101;
  • blue value is 28.
RGB:
(46,101,28)
(18%,40%,11%)

RGB channels and saturation

R 46 of 255 = 18%
G 101 of 255 = 40%
B 28 of 255 = 11%

46
101
28

R + G + B ~ 23%. #2E651C is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 101 + 28 = 175 (100%)
R 46 of 175 ~ 26.29%
G 101 of 175 ~ 57.71%
B 28 of 175 ~ 16%

%26.29
%57.71
%16

CMYK color model

#2E651C color CMYK value is (54,0,72,60).

  • cyan value is 54.46%
  • magenta value is 0.00%
  • yellow value is 72.28%
  • key color value is 60.39%
CMYK:
(54,0,72,60)
C54M0Y72K60 
(54%,0%,72%,60%)
(0.54/0.00/0.72/0.60)	

CMYK percentages

%54.46
%0
%72.28
%60.39

Codes

Color #2E651C in popluar color models

2E651C
RGB4610128
HSL105°56.59%25.29%
HSB/HSV105°72.28%39.61%
CMYK54.46%0.00%72.28%
60.39%

Color #2E651C in popluar number systems.

HEX2E651C
Decimal4610128
Binary101110110010111100
Octal5614534

Shades and tints

Shades of #2E651C

#2E651C
(46,101,28)
#2A5C1A
(42,92,26)
#265318
(38,83,24)
#224A16
(34,74,22)
#1E4114
(30,65,20)
#1A3812
(26,56,18)
#162F10
(22,47,16)
#12260E
(18,38,14)
#0E1D0C
(14,29,12)
#0A140A
(10,20,10)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #2E651C

#2E651C
(46,101,28)
#417330
(65,115,48)
#548144
(84,129,68)
#678F58
(103,143,88)
#7A9D6C
(122,157,108)
#8DAB80
(141,171,128)
#A0B994
(160,185,148)
#B3C7A8
(179,199,168)
#C6D5BC
(198,213,188)
#D9E3D0
(217,227,208)
#ECF1E4
(236,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E651C color. Also use rgb(46,101,28) instead hex code.

Text Font Color

.myTextColor { color: #2E651C; }

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

This text font color is #2E651C.


Background Color

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

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

This div background color is #2E651C.


Border color

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

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

This div border color is #2E651C.


Opacity

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

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

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

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

This text has shadow with #2E651C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E651C on black background.


Color preview on white background

This text has color #2E651C on white background.



Black color preview on #2E651C background

This text has black color on #2E651C background.


White color preview on #2E651C background

This text has white color on #2E651C background.