COLOR #451041

HEX: #451041
RGB: (69,16,65)

Color info

#451041 contains red, green and blue colors in about the same proportion. Web safe color of #451041 is #330033 (or #303).

RGB color model

#451041 color RGB value is (69,16,65).

  • red value is 69;
  • green value is 16;
  • blue value is 65.
RGB:
(69,16,65)
(27%,6%,25%)

RGB channels and saturation

R 69 of 255 = 27%
G 16 of 255 = 6%
B 65 of 255 = 25%

69
16
65

R + G + B ~ 19%. #451041 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 16 + 65 = 150 (100%)
R 69 of 150 ~ 46%
G 16 of 150 ~ 10.67%
B 65 of 150 ~ 43.33%

%46
%10.67
%43.33

CMYK color model

#451041 color CMYK value is (0,77,6,73).

  • cyan value is 0.00%
  • magenta value is 76.81%
  • yellow value is 5.80%
  • key color value is 72.94%
CMYK:
(0,77,6,73)
C0M77Y6K73 
(0%,77%,6%,73%)
(0.00/0.77/0.06/0.73)	

CMYK percentages

%0
%76.81
%5.8
%72.94

Codes

Color #451041 in popluar color models

451041
RGB691665
HSL305°62.35%16.67%
HSB/HSV305°76.81%27.06%
CMYK0.00%76.81%5.80%
72.94%

Color #451041 in popluar number systems.

HEX451041
Decimal691665
Binary1000101100001000001
Octal10520101

Shades and tints

Shades of #451041

#451041
(69,16,65)
#3F0F3C
(63,15,60)
#390E37
(57,14,55)
#330D32
(51,13,50)
#2D0C2D
(45,12,45)
#270B28
(39,11,40)
#210A23
(33,10,35)
#1B091E
(27,9,30)
#150819
(21,8,25)
#0F0714
(15,7,20)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #451041

#451041
(69,16,65)
#552552
(85,37,82)
#653A63
(101,58,99)
#754F74
(117,79,116)
#856485
(133,100,133)
#957996
(149,121,150)
#A58EA7
(165,142,167)
#B5A3B8
(181,163,184)
#C5B8C9
(197,184,201)
#D5CDDA
(213,205,218)
#E5E2EB
(229,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451041 color. Also use rgb(69,16,65) instead hex code.

Text Font Color

.myTextColor { color: #451041; }

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

This text font color is #451041.


Background Color

.myBgColor { background-color: #451041; }

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

This div background color is #451041.


Border color

.myBorderColor { border: 1px solid #451041; }

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

This div border color is #451041.


Opacity

.myOpacity80 { color: #451041; opacity: 0.8; }

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

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

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

This text has shadow with #451041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451041 on black background.


Color preview on white background

This text has color #451041 on white background.



Black color preview on #451041 background

This text has black color on #451041 background.


White color preview on #451041 background

This text has white color on #451041 background.