COLOR #2D1473

HEX: #2D1473
RGB: (45,20,115)

Color info

#2D1473 contains mainly blue color. Web safe color of #2D1473 is #330066 (or #306).

RGB color model

#2D1473 color RGB value is (45,20,115).

  • red value is 45;
  • green value is 20;
  • blue value is 115.
RGB:
(45,20,115)
(18%,8%,45%)

RGB channels and saturation

R 45 of 255 = 18%
G 20 of 255 = 8%
B 115 of 255 = 45%

45
20
115

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

Portions of RGB colors in percentages

R + G + B =
45 + 20 + 115 = 180 (100%)
R 45 of 180 ~ 25%
G 20 of 180 ~ 11.11%
B 115 of 180 ~ 63.89%

%25
%11.11
%63.89

CMYK color model

#2D1473 color CMYK value is (61,83,0,55).

  • cyan value is 60.87%
  • magenta value is 82.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(61,83,0,55)
C61M83Y0K55 
(61%,83%,0%,55%)
(0.61/0.83/0.00/0.55)	

CMYK percentages

%60.87
%82.61
%0
%54.9

Codes

Color #2D1473 in popluar color models

2D1473
RGB4520115
HSL256°70.37%26.47%
HSB/HSV256°82.61%45.10%
CMYK60.87%82.61%0.00%
54.90%

Color #2D1473 in popluar number systems.

HEX2D1473
Decimal4520115
Binary101101101001110011
Octal5524163

Shades and tints

Shades of #2D1473

#2D1473
(45,20,115)
#291369
(41,19,105)
#25125F
(37,18,95)
#211155
(33,17,85)
#1D104B
(29,16,75)
#190F41
(25,15,65)
#150E37
(21,14,55)
#110D2D
(17,13,45)
#0D0C23
(13,12,35)
#090B19
(9,11,25)
#050A0F
(5,10,15)
#000000
(0,0,0)

Tints of #2D1473

#2D1473
(45,20,115)
#40297F
(64,41,127)
#533E8B
(83,62,139)
#665397
(102,83,151)
#7968A3
(121,104,163)
#8C7DAF
(140,125,175)
#9F92BB
(159,146,187)
#B2A7C7
(178,167,199)
#C5BCD3
(197,188,211)
#D8D1DF
(216,209,223)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D1473 color. Also use rgb(45,20,115) instead hex code.

Text Font Color

.myTextColor { color: #2D1473; }

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

This text font color is #2D1473.


Background Color

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

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

This div background color is #2D1473.


Border color

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

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

This div border color is #2D1473.


Opacity

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

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

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

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

This text has shadow with #2D1473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D1473 on black background.


Color preview on white background

This text has color #2D1473 on white background.



Black color preview on #2D1473 background

This text has black color on #2D1473 background.


White color preview on #2D1473 background

This text has white color on #2D1473 background.