COLOR #2D5329

HEX: #2D5329
RGB: (45,83,41)

Color info

#2D5329 contains red, green and blue colors in about the same proportion. Web safe color of #2D5329 is #336633 (or #363).

RGB color model

#2D5329 color RGB value is (45,83,41).

  • red value is 45;
  • green value is 83;
  • blue value is 41.
RGB:
(45,83,41)
(18%,33%,16%)

RGB channels and saturation

R 45 of 255 = 18%
G 83 of 255 = 33%
B 41 of 255 = 16%

45
83
41

R + G + B ~ 22%. #2D5329 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 83 + 41 = 169 (100%)
R 45 of 169 ~ 26.63%
G 83 of 169 ~ 49.11%
B 41 of 169 ~ 24.26%

%26.63
%49.11
%24.26

CMYK color model

#2D5329 color CMYK value is (46,0,51,67).

  • cyan value is 45.78%
  • magenta value is 0.00%
  • yellow value is 50.60%
  • key color value is 67.45%
CMYK:
(46,0,51,67)
C46M0Y51K67 
(46%,0%,51%,67%)
(0.46/0.00/0.51/0.67)	

CMYK percentages

%45.78
%0
%50.6
%67.45

Codes

Color #2D5329 in popluar color models

2D5329
RGB458341
HSL114°33.87%24.31%
HSB/HSV114°50.60%32.55%
CMYK45.78%0.00%50.60%
67.45%

Color #2D5329 in popluar number systems.

HEX2D5329
Decimal458341
Binary1011011010011101001
Octal5512351

Shades and tints

Shades of #2D5329

#2D5329
(45,83,41)
#294C26
(41,76,38)
#254523
(37,69,35)
#213E20
(33,62,32)
#1D371D
(29,55,29)
#19301A
(25,48,26)
#152917
(21,41,23)
#112214
(17,34,20)
#0D1B11
(13,27,17)
#09140E
(9,20,14)
#050D0B
(5,13,11)
#000000
(0,0,0)

Tints of #2D5329

#2D5329
(45,83,41)
#40623C
(64,98,60)
#53714F
(83,113,79)
#668062
(102,128,98)
#798F75
(121,143,117)
#8C9E88
(140,158,136)
#9FAD9B
(159,173,155)
#B2BCAE
(178,188,174)
#C5CBC1
(197,203,193)
#D8DAD4
(216,218,212)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5329 color. Also use rgb(45,83,41) instead hex code.

Text Font Color

.myTextColor { color: #2D5329; }

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

This text font color is #2D5329.


Background Color

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

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

This div background color is #2D5329.


Border color

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

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

This div border color is #2D5329.


Opacity

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

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

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

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

This text has shadow with #2D5329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5329 on black background.


Color preview on white background

This text has color #2D5329 on white background.



Black color preview on #2D5329 background

This text has black color on #2D5329 background.


White color preview on #2D5329 background

This text has white color on #2D5329 background.