COLOR #672A57

HEX: #672A57
RGB: (103,42,87)

Color info

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

RGB color model

#672A57 color RGB value is (103,42,87).

  • red value is 103;
  • green value is 42;
  • blue value is 87.
RGB:
(103,42,87)
(40%,16%,34%)

RGB channels and saturation

R 103 of 255 = 40%
G 42 of 255 = 16%
B 87 of 255 = 34%

103
42
87

R + G + B ~ 30%. #672A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 42 + 87 = 232 (100%)
R 103 of 232 ~ 44.4%
G 42 of 232 ~ 18.1%
B 87 of 232 ~ 37.5%

%44.4
%18.1
%37.5

CMYK color model

#672A57 color CMYK value is (0,59,16,60).

  • cyan value is 0.00%
  • magenta value is 59.22%
  • yellow value is 15.53%
  • key color value is 59.61%
CMYK:
(0,59,16,60)
C0M59Y16K60 
(0%,59%,16%,60%)
(0.00/0.59/0.16/0.60)	

CMYK percentages

%0
%59.22
%15.53
%59.61

Codes

Color #672A57 in popluar color models

672A57
RGB1034287
HSL316°42.07%28.43%
HSB/HSV316°59.22%40.39%
CMYK0.00%59.22%15.53%
59.61%

Color #672A57 in popluar number systems.

HEX672A57
Decimal1034287
Binary11001111010101010111
Octal14752127

Shades and tints

Shades of #672A57

#672A57
(103,42,87)
#5E2750
(94,39,80)
#552449
(85,36,73)
#4C2142
(76,33,66)
#431E3B
(67,30,59)
#3A1B34
(58,27,52)
#31182D
(49,24,45)
#281526
(40,21,38)
#1F121F
(31,18,31)
#160F18
(22,15,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #672A57

#672A57
(103,42,87)
#743D66
(116,61,102)
#815075
(129,80,117)
#8E6384
(142,99,132)
#9B7693
(155,118,147)
#A889A2
(168,137,162)
#B59CB1
(181,156,177)
#C2AFC0
(194,175,192)
#CFC2CF
(207,194,207)
#DCD5DE
(220,213,222)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #672A57 color. Also use rgb(103,42,87) instead hex code.

Text Font Color

.myTextColor { color: #672A57; }

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

This text font color is #672A57.


Background Color

.myBgColor { background-color: #672A57; }

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

This div background color is #672A57.


Border color

.myBorderColor { border: 1px solid #672A57; }

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

This div border color is #672A57.


Opacity

.myOpacity80 { color: #672A57; opacity: 0.8; }

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

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

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

This text has shadow with #672A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #672A57 on black background.


Color preview on white background

This text has color #672A57 on white background.



Black color preview on #672A57 background

This text has black color on #672A57 background.


White color preview on #672A57 background

This text has white color on #672A57 background.