COLOR #451739

HEX: #451739
RGB: (69,23,57)

Color info

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

RGB color model

#451739 color RGB value is (69,23,57).

  • red value is 69;
  • green value is 23;
  • blue value is 57.
RGB:
(69,23,57)
(27%,9%,22%)

RGB channels and saturation

R 69 of 255 = 27%
G 23 of 255 = 9%
B 57 of 255 = 22%

69
23
57

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

Portions of RGB colors in percentages

R + G + B =
69 + 23 + 57 = 149 (100%)
R 69 of 149 ~ 46.31%
G 23 of 149 ~ 15.44%
B 57 of 149 ~ 38.26%

%46.31
%15.44
%38.26

CMYK color model

#451739 color CMYK value is (0,67,17,73).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 17.39%
  • key color value is 72.94%
CMYK:
(0,67,17,73)
C0M67Y17K73 
(0%,67%,17%,73%)
(0.00/0.67/0.17/0.73)	

CMYK percentages

%0
%66.67
%17.39
%72.94

Codes

Color #451739 in popluar color models

451739
RGB692357
HSL316°50.00%18.04%
HSB/HSV316°66.67%27.06%
CMYK0.00%66.67%17.39%
72.94%

Color #451739 in popluar number systems.

HEX451739
Decimal692357
Binary100010110111111001
Octal1052771

Shades and tints

Shades of #451739

#451739
(69,23,57)
#3F1534
(63,21,52)
#39132F
(57,19,47)
#33112A
(51,17,42)
#2D0F25
(45,15,37)
#270D20
(39,13,32)
#210B1B
(33,11,27)
#1B0916
(27,9,22)
#150711
(21,7,17)
#0F050C
(15,5,12)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #451739

#451739
(69,23,57)
#552C4B
(85,44,75)
#65415D
(101,65,93)
#75566F
(117,86,111)
#856B81
(133,107,129)
#958093
(149,128,147)
#A595A5
(165,149,165)
#B5AAB7
(181,170,183)
#C5BFC9
(197,191,201)
#D5D4DB
(213,212,219)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451739 color. Also use rgb(69,23,57) instead hex code.

Text Font Color

.myTextColor { color: #451739; }

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

This text font color is #451739.


Background Color

.myBgColor { background-color: #451739; }

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

This div background color is #451739.


Border color

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

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

This div border color is #451739.


Opacity

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

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

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

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

This text has shadow with #451739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451739 on black background.


Color preview on white background

This text has color #451739 on white background.



Black color preview on #451739 background

This text has black color on #451739 background.


White color preview on #451739 background

This text has white color on #451739 background.