COLOR #2D5831

HEX: #2D5831
RGB: (45,88,49)

Color info

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

RGB color model

#2D5831 color RGB value is (45,88,49).

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

RGB channels and saturation

R 45 of 255 = 18%
G 88 of 255 = 35%
B 49 of 255 = 19%

45
88
49

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

Portions of RGB colors in percentages

R + G + B =
45 + 88 + 49 = 182 (100%)
R 45 of 182 ~ 24.73%
G 88 of 182 ~ 48.35%
B 49 of 182 ~ 26.92%

%24.73
%48.35
%26.92

CMYK color model

#2D5831 color CMYK value is (49,0,44,65).

  • cyan value is 48.86%
  • magenta value is 0.00%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(49,0,44,65)
C49M0Y44K65 
(49%,0%,44%,65%)
(0.49/0.00/0.44/0.65)	

CMYK percentages

%48.86
%0
%44.32
%65.49

Codes

Color #2D5831 in popluar color models

2D5831
RGB458849
HSL126°32.33%26.08%
HSB/HSV126°48.86%34.51%
CMYK48.86%0.00%44.32%
65.49%

Color #2D5831 in popluar number systems.

HEX2D5831
Decimal458849
Binary1011011011000110001
Octal5513061

Shades and tints

Shades of #2D5831

#2D5831
(45,88,49)
#29502D
(41,80,45)
#254829
(37,72,41)
#214025
(33,64,37)
#1D3821
(29,56,33)
#19301D
(25,48,29)
#152819
(21,40,25)
#112015
(17,32,21)
#0D1811
(13,24,17)
#09100D
(9,16,13)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #2D5831

#2D5831
(45,88,49)
#406743
(64,103,67)
#537655
(83,118,85)
#668567
(102,133,103)
#799479
(121,148,121)
#8CA38B
(140,163,139)
#9FB29D
(159,178,157)
#B2C1AF
(178,193,175)
#C5D0C1
(197,208,193)
#D8DFD3
(216,223,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D5831; }

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

This text font color is #2D5831.


Background Color

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

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

This div background color is #2D5831.


Border color

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

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

This div border color is #2D5831.


Opacity

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

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

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

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

This text has shadow with #2D5831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5831 on black background.


Color preview on white background

This text has color #2D5831 on white background.



Black color preview on #2D5831 background

This text has black color on #2D5831 background.


White color preview on #2D5831 background

This text has white color on #2D5831 background.