COLOR #2D5631

HEX: #2D5631
RGB: (45,86,49)

Color info

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

RGB color model

#2D5631 color RGB value is (45,86,49).

  • red value is 45;
  • green value is 86;
  • blue value is 49.
RGB:
(45,86,49)
(18%,34%,19%)

RGB channels and saturation

R 45 of 255 = 18%
G 86 of 255 = 34%
B 49 of 255 = 19%

45
86
49

R + G + B ~ 24%. #2D5631 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 86 + 49 = 180 (100%)
R 45 of 180 ~ 25%
G 86 of 180 ~ 47.78%
B 49 of 180 ~ 27.22%

%25
%47.78
%27.22

CMYK color model

#2D5631 color CMYK value is (48,0,43,66).

  • cyan value is 47.67%
  • magenta value is 0.00%
  • yellow value is 43.02%
  • key color value is 66.27%
CMYK:
(48,0,43,66)
C48M0Y43K66 
(48%,0%,43%,66%)
(0.48/0.00/0.43/0.66)	

CMYK percentages

%47.67
%0
%43.02
%66.27

Codes

Color #2D5631 in popluar color models

2D5631
RGB458649
HSL126°31.30%25.69%
HSB/HSV126°47.67%33.73%
CMYK47.67%0.00%43.02%
66.27%

Color #2D5631 in popluar number systems.

HEX2D5631
Decimal458649
Binary1011011010110110001
Octal5512661

Shades and tints

Shades of #2D5631

#2D5631
(45,86,49)
#294F2D
(41,79,45)
#254829
(37,72,41)
#214125
(33,65,37)
#1D3A21
(29,58,33)
#19331D
(25,51,29)
#152C19
(21,44,25)
#112515
(17,37,21)
#0D1E11
(13,30,17)
#09170D
(9,23,13)
#051009
(5,16,9)
#000000
(0,0,0)

Tints of #2D5631

#2D5631
(45,86,49)
#406543
(64,101,67)
#537455
(83,116,85)
#668367
(102,131,103)
#799279
(121,146,121)
#8CA18B
(140,161,139)
#9FB09D
(159,176,157)
#B2BFAF
(178,191,175)
#C5CEC1
(197,206,193)
#D8DDD3
(216,221,211)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5631 color. Also use rgb(45,86,49) instead hex code.

Text Font Color

.myTextColor { color: #2D5631; }

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

This text font color is #2D5631.


Background Color

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

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

This div background color is #2D5631.


Border color

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

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

This div border color is #2D5631.


Opacity

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

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

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

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

This text has shadow with #2D5631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5631 on black background.


Color preview on white background

This text has color #2D5631 on white background.



Black color preview on #2D5631 background

This text has black color on #2D5631 background.


White color preview on #2D5631 background

This text has white color on #2D5631 background.