COLOR #2D004B

HEX: #2D004B
RGB: (45,0,75)

Color info

#2D004B contains only red and blue colors. Web safe color of #2D004B is #330033 (or #303).

RGB color model

#2D004B color RGB value is (45,0,75).

  • red value is 45;
  • green value is 0;
  • blue value is 75.
RGB:
(45,0,75)
(18%,0%,29%)

RGB channels and saturation

R 45 of 255 = 18%
G 0 of 255 = 0%
B 75 of 255 = 29%

45
0
75

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

Portions of RGB colors in percentages

R + G + B =
45 + 0 + 75 = 120 (100%)
R 45 of 120 ~ 37.5%
G 0 of 120 ~ 0%
B 75 of 120 ~ 62.5%

%37.5
%62.5

CMYK color model

#2D004B color CMYK value is (40,100,0,71).

  • cyan value is 40.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(40,100,0,71)
C40M100Y0K71 
(40%,100%,0%,71%)
(0.40/1.00/0.00/0.71)	

CMYK percentages

%40
%100
%0
%70.59

Codes

Color #2D004B in popluar color models

2D004B
RGB45075
HSL276°100.00%14.71%
HSB/HSV276°100.00%29.41%
CMYK40.00%100.00%0.00%
70.59%

Color #2D004B in popluar number systems.

HEX2D004B
Decimal45075
Binary10110101001011
Octal550113

Shades and tints

Shades of #2D004B

#2D004B
(45,0,75)
#290045
(41,0,69)
#25003F
(37,0,63)
#210039
(33,0,57)
#1D0033
(29,0,51)
#19002D
(25,0,45)
#150027
(21,0,39)
#110021
(17,0,33)
#0D001B
(13,0,27)
#090015
(9,0,21)
#05000F
(5,0,15)
#000000
(0,0,0)

Tints of #2D004B

#2D004B
(45,0,75)
#40175B
(64,23,91)
#532E6B
(83,46,107)
#66457B
(102,69,123)
#795C8B
(121,92,139)
#8C739B
(140,115,155)
#9F8AAB
(159,138,171)
#B2A1BB
(178,161,187)
#C5B8CB
(197,184,203)
#D8CFDB
(216,207,219)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2D004B color. Also use rgb(45,0,75) instead hex code.

Text Font Color

.myTextColor { color: #2D004B; }

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

This text font color is #2D004B.


Background Color

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

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

This div background color is #2D004B.


Border color

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

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

This div border color is #2D004B.


Opacity

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

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

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

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

This text has shadow with #2D004B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2D004B on black background.


Color preview on white background

This text has color #2D004B on white background.



Black color preview on #2D004B background

This text has black color on #2D004B background.


White color preview on #2D004B background

This text has white color on #2D004B background.