COLOR #2E580B

HEX: #2E580B
RGB: (46,88,11)

Color info

#2E580B contains mainly red and green colors. Web safe color of #2E580B is #336600 (or #360).

RGB color model

#2E580B color RGB value is (46,88,11).

  • red value is 46;
  • green value is 88;
  • blue value is 11.
RGB:
(46,88,11)
(18%,35%,4%)

RGB channels and saturation

R 46 of 255 = 18%
G 88 of 255 = 35%
B 11 of 255 = 4%

46
88
11

R + G + B ~ 19%. #2E580B is dark color.

Portions of RGB colors in percentages

R + G + B =
46 + 88 + 11 = 145 (100%)
R 46 of 145 ~ 31.72%
G 88 of 145 ~ 60.69%
B 11 of 145 ~ 7.59%

%31.72
%60.69

CMYK color model

#2E580B color CMYK value is (48,0,88,65).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 65.49%
CMYK:
(48,0,88,65)
C48M0Y88K65 
(48%,0%,88%,65%)
(0.48/0.00/0.88/0.65)	

CMYK percentages

%47.73
%0
%87.5
%65.49

Codes

Color #2E580B in popluar color models

2E580B
RGB468811
HSL93°77.78%19.41%
HSB/HSV93°87.50%34.51%
CMYK47.73%0.00%87.50%
65.49%

Color #2E580B in popluar number systems.

HEX2E580B
Decimal468811
Binary10111010110001011
Octal5613013

Shades and tints

Shades of #2E580B

#2E580B
(46,88,11)
#2A500A
(42,80,10)
#264809
(38,72,9)
#224008
(34,64,8)
#1E3807
(30,56,7)
#1A3006
(26,48,6)
#162805
(22,40,5)
#122004
(18,32,4)
#0E1803
(14,24,3)
#0A1002
(10,16,2)
#060801
(6,8,1)
#000000
(0,0,0)

Tints of #2E580B

#2E580B
(46,88,11)
#416721
(65,103,33)
#547637
(84,118,55)
#67854D
(103,133,77)
#7A9463
(122,148,99)
#8DA379
(141,163,121)
#A0B28F
(160,178,143)
#B3C1A5
(179,193,165)
#C6D0BB
(198,208,187)
#D9DFD1
(217,223,209)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2E580B color. Also use rgb(46,88,11) instead hex code.

Text Font Color

.myTextColor { color: #2E580B; }

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

This text font color is #2E580B.


Background Color

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

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

This div background color is #2E580B.


Border color

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

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

This div border color is #2E580B.


Opacity

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

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

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

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

This text has shadow with #2E580B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2E580B on black background.


Color preview on white background

This text has color #2E580B on white background.



Black color preview on #2E580B background

This text has black color on #2E580B background.


White color preview on #2E580B background

This text has white color on #2E580B background.