COLOR #451B55

HEX: #451B55
RGB: (69,27,85)

Color info

#451B55 contains red, green and blue colors in about the same proportion. Web safe color of #451B55 is #333366 (or #336).

RGB color model

#451B55 color RGB value is (69,27,85).

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

RGB channels and saturation

R 69 of 255 = 27%
G 27 of 255 = 11%
B 85 of 255 = 33%

69
27
85

R + G + B ~ 24%. #451B55 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 27 + 85 = 181 (100%)
R 69 of 181 ~ 38.12%
G 27 of 181 ~ 14.92%
B 85 of 181 ~ 46.96%

%38.12
%14.92
%46.96

CMYK color model

#451B55 color CMYK value is (19,68,0,67).

  • cyan value is 18.82%
  • magenta value is 68.24%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(19,68,0,67)
C19M68Y0K67 
(19%,68%,0%,67%)
(0.19/0.68/0.00/0.67)	

CMYK percentages

%18.82
%68.24
%0
%66.67

Codes

Color #451B55 in popluar color models

451B55
RGB692785
HSL283°51.79%21.96%
HSB/HSV283°68.24%33.33%
CMYK18.82%68.24%0.00%
66.67%

Color #451B55 in popluar number systems.

HEX451B55
Decimal692785
Binary1000101110111010101
Octal10533125

Shades and tints

Shades of #451B55

#451B55
(69,27,85)
#3F194E
(63,25,78)
#391747
(57,23,71)
#331540
(51,21,64)
#2D1339
(45,19,57)
#271132
(39,17,50)
#210F2B
(33,15,43)
#1B0D24
(27,13,36)
#150B1D
(21,11,29)
#0F0916
(15,9,22)
#09070F
(9,7,15)
#000000
(0,0,0)

Tints of #451B55

#451B55
(69,27,85)
#552F64
(85,47,100)
#654373
(101,67,115)
#755782
(117,87,130)
#856B91
(133,107,145)
#957FA0
(149,127,160)
#A593AF
(165,147,175)
#B5A7BE
(181,167,190)
#C5BBCD
(197,187,205)
#D5CFDC
(213,207,220)
#E5E3EB
(229,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451B55 color. Also use rgb(69,27,85) instead hex code.

Text Font Color

.myTextColor { color: #451B55; }

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

This text font color is #451B55.


Background Color

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

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

This div background color is #451B55.


Border color

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

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

This div border color is #451B55.


Opacity

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

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

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

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

This text has shadow with #451B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451B55 on black background.


Color preview on white background

This text has color #451B55 on white background.



Black color preview on #451B55 background

This text has black color on #451B55 background.


White color preview on #451B55 background

This text has white color on #451B55 background.