COLOR #2D6221

HEX: #2D6221
RGB: (45,98,33)

Color info

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

RGB color model

#2D6221 color RGB value is (45,98,33).

  • red value is 45;
  • green value is 98;
  • blue value is 33.
RGB:
(45,98,33)
(18%,38%,13%)

RGB channels and saturation

R 45 of 255 = 18%
G 98 of 255 = 38%
B 33 of 255 = 13%

45
98
33

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

Portions of RGB colors in percentages

R + G + B =
45 + 98 + 33 = 176 (100%)
R 45 of 176 ~ 25.57%
G 98 of 176 ~ 55.68%
B 33 of 176 ~ 18.75%

%25.57
%55.68
%18.75

CMYK color model

#2D6221 color CMYK value is (54,0,66,62).

  • cyan value is 54.08%
  • magenta value is 0.00%
  • yellow value is 66.33%
  • key color value is 61.57%
CMYK:
(54,0,66,62)
C54M0Y66K62 
(54%,0%,66%,62%)
(0.54/0.00/0.66/0.62)	

CMYK percentages

%54.08
%0
%66.33
%61.57

Codes

Color #2D6221 in popluar color models

2D6221
RGB459833
HSL109°49.62%25.69%
HSB/HSV109°66.33%38.43%
CMYK54.08%0.00%66.33%
61.57%

Color #2D6221 in popluar number systems.

HEX2D6221
Decimal459833
Binary1011011100010100001
Octal5514241

Shades and tints

Shades of #2D6221

#2D6221
(45,98,33)
#295A1E
(41,90,30)
#25521B
(37,82,27)
#214A18
(33,74,24)
#1D4215
(29,66,21)
#193A12
(25,58,18)
#15320F
(21,50,15)
#112A0C
(17,42,12)
#0D2209
(13,34,9)
#091A06
(9,26,6)
#051203
(5,18,3)
#000000
(0,0,0)

Tints of #2D6221

#2D6221
(45,98,33)
#407035
(64,112,53)
#537E49
(83,126,73)
#668C5D
(102,140,93)
#799A71
(121,154,113)
#8CA885
(140,168,133)
#9FB699
(159,182,153)
#B2C4AD
(178,196,173)
#C5D2C1
(197,210,193)
#D8E0D5
(216,224,213)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D6221 color. Also use rgb(45,98,33) instead hex code.

Text Font Color

.myTextColor { color: #2D6221; }

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

This text font color is #2D6221.


Background Color

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

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

This div background color is #2D6221.


Border color

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

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

This div border color is #2D6221.


Opacity

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

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

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

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

This text has shadow with #2D6221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D6221 on black background.


Color preview on white background

This text has color #2D6221 on white background.



Black color preview on #2D6221 background

This text has black color on #2D6221 background.


White color preview on #2D6221 background

This text has white color on #2D6221 background.