COLOR #451D4B

HEX: #451D4B
RGB: (69,29,75)

Color info

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

RGB color model

#451D4B color RGB value is (69,29,75).

  • red value is 69;
  • green value is 29;
  • blue value is 75.
RGB:
(69,29,75)
(27%,11%,29%)

RGB channels and saturation

R 69 of 255 = 27%
G 29 of 255 = 11%
B 75 of 255 = 29%

69
29
75

R + G + B ~ 22%. #451D4B is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 29 + 75 = 173 (100%)
R 69 of 173 ~ 39.88%
G 29 of 173 ~ 16.76%
B 75 of 173 ~ 43.35%

%39.88
%16.76
%43.35

CMYK color model

#451D4B color CMYK value is (8,61,0,71).

  • cyan value is 8.00%
  • magenta value is 61.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(8,61,0,71)
C8M61Y0K71 
(8%,61%,0%,71%)
(0.08/0.61/0.00/0.71)	

CMYK percentages

%8
%61.33
%0
%70.59

Codes

Color #451D4B in popluar color models

451D4B
RGB692975
HSL292°44.23%20.39%
HSB/HSV292°61.33%29.41%
CMYK8.00%61.33%0.00%
70.59%

Color #451D4B in popluar number systems.

HEX451D4B
Decimal692975
Binary1000101111011001011
Octal10535113

Shades and tints

Shades of #451D4B

#451D4B
(69,29,75)
#3F1B45
(63,27,69)
#39193F
(57,25,63)
#331739
(51,23,57)
#2D1533
(45,21,51)
#27132D
(39,19,45)
#211127
(33,17,39)
#1B0F21
(27,15,33)
#150D1B
(21,13,27)
#0F0B15
(15,11,21)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #451D4B

#451D4B
(69,29,75)
#55315B
(85,49,91)
#65456B
(101,69,107)
#75597B
(117,89,123)
#856D8B
(133,109,139)
#95819B
(149,129,155)
#A595AB
(165,149,171)
#B5A9BB
(181,169,187)
#C5BDCB
(197,189,203)
#D5D1DB
(213,209,219)
#E5E5EB
(229,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451D4B color. Also use rgb(69,29,75) instead hex code.

Text Font Color

.myTextColor { color: #451D4B; }

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

This text font color is #451D4B.


Background Color

.myBgColor { background-color: #451D4B; }

<div style="background-color:#451D4B">Inner text</div>

This div background color is #451D4B.


Border color

.myBorderColor { border: 1px solid #451D4B; }

<div style="border:3px solid #451D4B">Div</div>

This div border color is #451D4B.


Opacity

.myOpacity80 { color: #451D4B; opacity: 0.8; }

<p style="color:#451D4B;opacity:0.8;">80%</p>

Text with #451D4B 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 #451D4B;}

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

This text has shadow with #451D4B color.

.textShadow {text-shadow: 3px 3px 1px #451D4B, 3px 3px 1px red;}

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

This text has shadow with #451D4B primary color and red secondary color.


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

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

This text has shadow with #451D4B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451D4B on black background.


Color preview on white background

This text has color #451D4B on white background.



Black color preview on #451D4B background

This text has black color on #451D4B background.


White color preview on #451D4B background

This text has white color on #451D4B background.