COLOR #672451

HEX: #672451
RGB: (103,36,81)

Color info

#672451 contains mainly red and blue colors. Web safe color of #672451 is #663366 (or #636).

RGB color model

#672451 color RGB value is (103,36,81).

  • red value is 103;
  • green value is 36;
  • blue value is 81.
RGB:
(103,36,81)
(40%,14%,32%)

RGB channels and saturation

R 103 of 255 = 40%
G 36 of 255 = 14%
B 81 of 255 = 32%

103
36
81

R + G + B ~ 29%. #672451 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 36 + 81 = 220 (100%)
R 103 of 220 ~ 46.82%
G 36 of 220 ~ 16.36%
B 81 of 220 ~ 36.82%

%46.82
%16.36
%36.82

CMYK color model

#672451 color CMYK value is (0,65,21,60).

  • cyan value is 0.00%
  • magenta value is 65.05%
  • yellow value is 21.36%
  • key color value is 59.61%
CMYK:
(0,65,21,60)
C0M65Y21K60 
(0%,65%,21%,60%)
(0.00/0.65/0.21/0.60)	

CMYK percentages

%0
%65.05
%21.36
%59.61

Codes

Color #672451 in popluar color models

672451
RGB1033681
HSL320°48.20%27.25%
HSB/HSV320°65.05%40.39%
CMYK0.00%65.05%21.36%
59.61%

Color #672451 in popluar number systems.

HEX672451
Decimal1033681
Binary11001111001001010001
Octal14744121

Shades and tints

Shades of #672451

#672451
(103,36,81)
#5E214A
(94,33,74)
#551E43
(85,30,67)
#4C1B3C
(76,27,60)
#431835
(67,24,53)
#3A152E
(58,21,46)
#311227
(49,18,39)
#280F20
(40,15,32)
#1F0C19
(31,12,25)
#160912
(22,9,18)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #672451

#672451
(103,36,81)
#743760
(116,55,96)
#814A6F
(129,74,111)
#8E5D7E
(142,93,126)
#9B708D
(155,112,141)
#A8839C
(168,131,156)
#B596AB
(181,150,171)
#C2A9BA
(194,169,186)
#CFBCC9
(207,188,201)
#DCCFD8
(220,207,216)
#E9E2E7
(233,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672451 color. Also use rgb(103,36,81) instead hex code.

Text Font Color

.myTextColor { color: #672451; }

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

This text font color is #672451.


Background Color

.myBgColor { background-color: #672451; }

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

This div background color is #672451.


Border color

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

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

This div border color is #672451.


Opacity

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

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

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

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

This text has shadow with #672451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672451 on black background.


Color preview on white background

This text has color #672451 on white background.



Black color preview on #672451 background

This text has black color on #672451 background.


White color preview on #672451 background

This text has white color on #672451 background.