COLOR #2D1521

HEX: #2D1521
RGB: (45,21,33)

Color info

#2D1521 contains red, green and blue colors in about the same proportion. Web safe color of #2D1521 is #330033 (or #303).

RGB color model

#2D1521 color RGB value is (45,21,33).

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

RGB channels and saturation

R 45 of 255 = 18%
G 21 of 255 = 8%
B 33 of 255 = 13%

45
21
33

R + G + B ~ 13%. #2D1521 is dark color.

Portions of RGB colors in percentages

R + G + B =
45 + 21 + 33 = 99 (100%)
R 45 of 99 ~ 45.45%
G 21 of 99 ~ 21.21%
B 33 of 99 ~ 33.33%

%45.45
%21.21
%33.33

CMYK color model

#2D1521 color CMYK value is (0,53,27,82).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 26.67%
  • key color value is 82.35%
CMYK:
(0,53,27,82)
C0M53Y27K82 
(0%,53%,27%,82%)
(0.00/0.53/0.27/0.82)	

CMYK percentages

%0
%53.33
%26.67
%82.35

Codes

Color #2D1521 in popluar color models

2D1521
RGB452133
HSL330°36.36%12.94%
HSB/HSV330°53.33%17.65%
CMYK0.00%53.33%26.67%
82.35%

Color #2D1521 in popluar number systems.

HEX2D1521
Decimal452133
Binary10110110101100001
Octal552541

Shades and tints

Shades of #2D1521

#2D1521
(45,21,33)
#29141E
(41,20,30)
#25131B
(37,19,27)
#211218
(33,18,24)
#1D1115
(29,17,21)
#191012
(25,16,18)
#150F0F
(21,15,15)
#110E0C
(17,14,12)
#0D0D09
(13,13,9)
#090C06
(9,12,6)
#050B03
(5,11,3)
#000000
(0,0,0)

Tints of #2D1521

#2D1521
(45,21,33)
#402A35
(64,42,53)
#533F49
(83,63,73)
#66545D
(102,84,93)
#796971
(121,105,113)
#8C7E85
(140,126,133)
#9F9399
(159,147,153)
#B2A8AD
(178,168,173)
#C5BDC1
(197,189,193)
#D8D2D5
(216,210,213)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D1521; }

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

This text font color is #2D1521.


Background Color

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

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

This div background color is #2D1521.


Border color

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

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

This div border color is #2D1521.


Opacity

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

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

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

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

This text has shadow with #2D1521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D1521 on black background.


Color preview on white background

This text has color #2D1521 on white background.



Black color preview on #2D1521 background

This text has black color on #2D1521 background.


White color preview on #2D1521 background

This text has white color on #2D1521 background.