COLOR #2D2849

HEX: #2D2849 RGB: (45,40,73)

Color info

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

RGB color model

#2D2849 color RGB value is (45,40,73).

RGB: (45,40,73) (18%, 16%, 29%)

RGB channels and saturation

R 45 of 255 = 18%
G 40 of 255 = 16%
B 73 of 255 = 29%

45
40
73

R + G + B ~ 21%. #2D2849 is dark color.

Portions of RGB colors in percentages

R + G + B = 45 + 40 + 73 = 158 (100%)
R 45 of 158 ~ 28.48%
G 40 of 158 ~ 25.32%
B 73 of 158 ~ 46.2'%

%28.48
%25.32
%46.2

CMYK color model

#2D2849 color CMYK value is (38,45,0,71).

  • cyan value is 38.36%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (38,45,0,71)
C38M45Y0K71 (38%, 45%, 0%, 71%)
(0.38 / 0.45 / 0.00 / 0.71)

CMYK percentages

%38.36
%45.21
%0
%71.37

Codes

Color #2D2849 in popluar color models

2D 28 49
RGB 45 40 73
HSL 249° 29.20% 22.16%
HSB/HSV 249° 45.21% 28.63%
CMYK 38.36% 45.21% 0.00%
71.37%

Color #2D2849 in popluar number systems.

HEX 2D 28 49
Decimal 45 40 73
Binary 101101 101000 1001001
Octal 55 50 111

Shades and tints

Shades of #2D2849

#2D2849
(45,40,73)
#292543
(41,37,67)
#25223D
(37,34,61)
#211F37
(33,31,55)
#1D1C31
(29,28,49)
#19192B
(25,25,43)
#151625
(21,22,37)
#11131F
(17,19,31)
#0D1019
(13,16,25)
#090D13
(9,13,19)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #2D2849

#2D2849
(45,40,73)
#403B59
(64,59,89)
#534E69
(83,78,105)
#666179
(102,97,121)
#797489
(121,116,137)
#8C8799
(140,135,153)
#9F9AA9
(159,154,169)
#B2ADB9
(178,173,185)
#C5C0C9
(197,192,201)
#D8D3D9
(216,211,217)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2D2849; }

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

This text font color is #2D2849.

Background Color

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

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

This div background color is #2D2849.

Border color

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

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

This div border color is #2D2849.

Opacity

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

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

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

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

This text has shadow with #2D2849 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2D2849.

Preview

Color preview on black background

This text has color #2D2849 on black background.


Color preview on white background

This text has color #2D2849 on white background.


Black color preview on #2D2849 background

This text has black color on #2D2849 background.


White color preview on #2D2849 background

This text has white color on #2D2849 background.


Related colors

Complementary color

Complementary color for #hex is #D2D7B6.


I love getcolorcode.com

Triadic colors

1 #492D28 and #28492D with #2D2849 are triadic colors.

2 #49282D and #282D49 with #2D2849 are triadic colors.