COLOR #2D5514

HEX: #2D5514
RGB: (45,85,20)

Color info

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

RGB color model

#2D5514 color RGB value is (45,85,20).

  • red value is 45;
  • green value is 85;
  • blue value is 20.
RGB:
(45,85,20)
(18%,33%,8%)

RGB channels and saturation

R 45 of 255 = 18%
G 85 of 255 = 33%
B 20 of 255 = 8%

45
85
20

R + G + B ~ 20%. #2D5514 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 85 + 20 = 150 (100%)
R 45 of 150 ~ 30%
G 85 of 150 ~ 56.67%
B 20 of 150 ~ 13.33%

%30
%56.67
%13.33

CMYK color model

#2D5514 color CMYK value is (47,0,76,67).

  • cyan value is 47.06%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 66.67%
CMYK:
(47,0,76,67)
C47M0Y76K67 
(47%,0%,76%,67%)
(0.47/0.00/0.76/0.67)	

CMYK percentages

%47.06
%0
%76.47
%66.67

Codes

Color #2D5514 in popluar color models

2D5514
RGB458520
HSL97°61.90%20.59%
HSB/HSV97°76.47%33.33%
CMYK47.06%0.00%76.47%
66.67%

Color #2D5514 in popluar number systems.

HEX2D5514
Decimal458520
Binary101101101010110100
Octal5512524

Shades and tints

Shades of #2D5514

#2D5514
(45,85,20)
#294E13
(41,78,19)
#254712
(37,71,18)
#214011
(33,64,17)
#1D3910
(29,57,16)
#19320F
(25,50,15)
#152B0E
(21,43,14)
#11240D
(17,36,13)
#0D1D0C
(13,29,12)
#09160B
(9,22,11)
#050F0A
(5,15,10)
#000000
(0,0,0)

Tints of #2D5514

#2D5514
(45,85,20)
#406429
(64,100,41)
#53733E
(83,115,62)
#668253
(102,130,83)
#799168
(121,145,104)
#8CA07D
(140,160,125)
#9FAF92
(159,175,146)
#B2BEA7
(178,190,167)
#C5CDBC
(197,205,188)
#D8DCD1
(216,220,209)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5514 color. Also use rgb(45,85,20) instead hex code.

Text Font Color

.myTextColor { color: #2D5514; }

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

This text font color is #2D5514.


Background Color

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

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

This div background color is #2D5514.


Border color

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

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

This div border color is #2D5514.


Opacity

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

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

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

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

This text has shadow with #2D5514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5514 on black background.


Color preview on white background

This text has color #2D5514 on white background.



Black color preview on #2D5514 background

This text has black color on #2D5514 background.


White color preview on #2D5514 background

This text has white color on #2D5514 background.