COLOR #451631

HEX: #451631
RGB: (69,22,49)

Color info

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

RGB color model

#451631 color RGB value is (69,22,49).

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

RGB channels and saturation

R 69 of 255 = 27%
G 22 of 255 = 9%
B 49 of 255 = 19%

69
22
49

R + G + B ~ 18%. #451631 is dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 22 + 49 = 140 (100%)
R 69 of 140 ~ 49.29%
G 22 of 140 ~ 15.71%
B 49 of 140 ~ 35%

%49.29
%15.71
%35

CMYK color model

#451631 color CMYK value is (0,68,29,73).

  • cyan value is 0.00%
  • magenta value is 68.12%
  • yellow value is 28.99%
  • key color value is 72.94%
CMYK:
(0,68,29,73)
C0M68Y29K73 
(0%,68%,29%,73%)
(0.00/0.68/0.29/0.73)	

CMYK percentages

%0
%68.12
%28.99
%72.94

Codes

Color #451631 in popluar color models

451631
RGB692249
HSL326°51.65%17.84%
HSB/HSV326°68.12%27.06%
CMYK0.00%68.12%28.99%
72.94%

Color #451631 in popluar number systems.

HEX451631
Decimal692249
Binary100010110110110001
Octal1052661

Shades and tints

Shades of #451631

#451631
(69,22,49)
#3F142D
(63,20,45)
#391229
(57,18,41)
#331025
(51,16,37)
#2D0E21
(45,14,33)
#270C1D
(39,12,29)
#210A19
(33,10,25)
#1B0815
(27,8,21)
#150611
(21,6,17)
#0F040D
(15,4,13)
#090209
(9,2,9)
#000000
(0,0,0)

Tints of #451631

#451631
(69,22,49)
#552B43
(85,43,67)
#654055
(101,64,85)
#755567
(117,85,103)
#856A79
(133,106,121)
#957F8B
(149,127,139)
#A5949D
(165,148,157)
#B5A9AF
(181,169,175)
#C5BEC1
(197,190,193)
#D5D3D3
(213,211,211)
#E5E8E5
(229,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #451631 color. Also use rgb(69,22,49) instead hex code.

Text Font Color

.myTextColor { color: #451631; }

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

This text font color is #451631.


Background Color

.myBgColor { background-color: #451631; }

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

This div background color is #451631.


Border color

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

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

This div border color is #451631.


Opacity

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

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

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

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

This text has shadow with #451631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #451631 on black background.


Color preview on white background

This text has color #451631 on white background.



Black color preview on #451631 background

This text has black color on #451631 background.


White color preview on #451631 background

This text has white color on #451631 background.