COLOR #2D5245

HEX: #2D5245
RGB: (45,82,69)

Color info

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

RGB color model

#2D5245 color RGB value is (45,82,69).

  • red value is 45;
  • green value is 82;
  • blue value is 69.
RGB:
(45,82,69)
(18%,32%,27%)

RGB channels and saturation

R 45 of 255 = 18%
G 82 of 255 = 32%
B 69 of 255 = 27%

45
82
69

R + G + B ~ 26%. #2D5245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 82 + 69 = 196 (100%)
R 45 of 196 ~ 22.96%
G 82 of 196 ~ 41.84%
B 69 of 196 ~ 35.2%

%22.96
%41.84
%35.2

CMYK color model

#2D5245 color CMYK value is (45,0,16,68).

  • cyan value is 45.12%
  • magenta value is 0.00%
  • yellow value is 15.85%
  • key color value is 67.84%
CMYK:
(45,0,16,68)
C45M0Y16K68 
(45%,0%,16%,68%)
(0.45/0.00/0.16/0.68)	

CMYK percentages

%45.12
%0
%15.85
%67.84

Codes

Color #2D5245 in popluar color models

2D5245
RGB458269
HSL159°29.13%24.90%
HSB/HSV159°45.12%32.16%
CMYK45.12%0.00%15.85%
67.84%

Color #2D5245 in popluar number systems.

HEX2D5245
Decimal458269
Binary10110110100101000101
Octal55122105

Shades and tints

Shades of #2D5245

#2D5245
(45,82,69)
#294B3F
(41,75,63)
#254439
(37,68,57)
#213D33
(33,61,51)
#1D362D
(29,54,45)
#192F27
(25,47,39)
#152821
(21,40,33)
#11211B
(17,33,27)
#0D1A15
(13,26,21)
#09130F
(9,19,15)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #2D5245

#2D5245
(45,82,69)
#406155
(64,97,85)
#537065
(83,112,101)
#667F75
(102,127,117)
#798E85
(121,142,133)
#8C9D95
(140,157,149)
#9FACA5
(159,172,165)
#B2BBB5
(178,187,181)
#C5CAC5
(197,202,197)
#D8D9D5
(216,217,213)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D5245 color. Also use rgb(45,82,69) instead hex code.

Text Font Color

.myTextColor { color: #2D5245; }

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

This text font color is #2D5245.


Background Color

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

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

This div background color is #2D5245.


Border color

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

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

This div border color is #2D5245.


Opacity

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

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

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

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

This text has shadow with #2D5245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D5245 on black background.


Color preview on white background

This text has color #2D5245 on white background.



Black color preview on #2D5245 background

This text has black color on #2D5245 background.


White color preview on #2D5245 background

This text has white color on #2D5245 background.