COLOR #2D2825

HEX: #2D2825
RGB: (45,40,37)

Color info

#2D2825 contains red, green and blue colors in about the same proportion. Web safe color of #2D2825 is #333333 (or #333).

RGB color model

#2D2825 color RGB value is (45,40,37).

  • red value is 45;
  • green value is 40;
  • blue value is 37.
RGB:
(45,40,37)
(18%,16%,15%)

RGB channels and saturation

R 45 of 255 = 18%
G 40 of 255 = 16%
B 37 of 255 = 15%

45
40
37

R + G + B ~ 16%. #2D2825 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 40 + 37 = 122 (100%)
R 45 of 122 ~ 36.89%
G 40 of 122 ~ 32.79%
B 37 of 122 ~ 30.33%

%36.89
%32.79
%30.33

CMYK color model

#2D2825 color CMYK value is (0,11,18,82).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 17.78%
  • key color value is 82.35%
CMYK:
(0,11,18,82)
C0M11Y18K82 
(0%,11%,18%,82%)
(0.00/0.11/0.18/0.82)	

CMYK percentages

%0
%11.11
%17.78
%82.35

Codes

Color #2D2825 in popluar color models

2D2825
RGB454037
HSL23°9.76%16.08%
HSB/HSV23°17.78%17.65%
CMYK0.00%11.11%17.78%
82.35%

Color #2D2825 in popluar number systems.

HEX2D2825
Decimal454037
Binary101101101000100101
Octal555045

Shades and tints

Shades of #2D2825

#2D2825
(45,40,37)
#292522
(41,37,34)
#25221F
(37,34,31)
#211F1C
(33,31,28)
#1D1C19
(29,28,25)
#191916
(25,25,22)
#151613
(21,22,19)
#111310
(17,19,16)
#0D100D
(13,16,13)
#090D0A
(9,13,10)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #2D2825

#2D2825
(45,40,37)
#403B38
(64,59,56)
#534E4B
(83,78,75)
#66615E
(102,97,94)
#797471
(121,116,113)
#8C8784
(140,135,132)
#9F9A97
(159,154,151)
#B2ADAA
(178,173,170)
#C5C0BD
(197,192,189)
#D8D3D0
(216,211,208)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D2825 color. Also use rgb(45,40,37) instead hex code.

Text Font Color

.myTextColor { color: #2D2825; }

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

This text font color is #2D2825.


Background Color

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

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

This div background color is #2D2825.


Border color

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

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

This div border color is #2D2825.


Opacity

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

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

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

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

This text has shadow with #2D2825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D2825 on black background.


Color preview on white background

This text has color #2D2825 on white background.



Black color preview on #2D2825 background

This text has black color on #2D2825 background.


White color preview on #2D2825 background

This text has white color on #2D2825 background.