COLOR #671F50

HEX: #671F50
RGB: (103,31,80)

Color info

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

RGB color model

#671F50 color RGB value is (103,31,80).

  • red value is 103;
  • green value is 31;
  • blue value is 80.
RGB:
(103,31,80)
(40%,12%,31%)

RGB channels and saturation

R 103 of 255 = 40%
G 31 of 255 = 12%
B 80 of 255 = 31%

103
31
80

R + G + B ~ 28%. #671F50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 31 + 80 = 214 (100%)
R 103 of 214 ~ 48.13%
G 31 of 214 ~ 14.49%
B 80 of 214 ~ 37.38%

%48.13
%14.49
%37.38

CMYK color model

#671F50 color CMYK value is (0,70,22,60).

  • cyan value is 0.00%
  • magenta value is 69.90%
  • yellow value is 22.33%
  • key color value is 59.61%
CMYK:
(0,70,22,60)
C0M70Y22K60 
(0%,70%,22%,60%)
(0.00/0.70/0.22/0.60)	

CMYK percentages

%0
%69.9
%22.33
%59.61

Codes

Color #671F50 in popluar color models

671F50
RGB1033180
HSL319°53.73%26.27%
HSB/HSV319°69.90%40.39%
CMYK0.00%69.90%22.33%
59.61%

Color #671F50 in popluar number systems.

HEX671F50
Decimal1033180
Binary1100111111111010000
Octal14737120

Shades and tints

Shades of #671F50

#671F50
(103,31,80)
#5E1D49
(94,29,73)
#551B42
(85,27,66)
#4C193B
(76,25,59)
#431734
(67,23,52)
#3A152D
(58,21,45)
#311326
(49,19,38)
#28111F
(40,17,31)
#1F0F18
(31,15,24)
#160D11
(22,13,17)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #671F50

#671F50
(103,31,80)
#74335F
(116,51,95)
#81476E
(129,71,110)
#8E5B7D
(142,91,125)
#9B6F8C
(155,111,140)
#A8839B
(168,131,155)
#B597AA
(181,151,170)
#C2ABB9
(194,171,185)
#CFBFC8
(207,191,200)
#DCD3D7
(220,211,215)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671F50 color. Also use rgb(103,31,80) instead hex code.

Text Font Color

.myTextColor { color: #671F50; }

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

This text font color is #671F50.


Background Color

.myBgColor { background-color: #671F50; }

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

This div background color is #671F50.


Border color

.myBorderColor { border: 1px solid #671F50; }

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

This div border color is #671F50.


Opacity

.myOpacity80 { color: #671F50; opacity: 0.8; }

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

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

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

This text has shadow with #671F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671F50 on black background.


Color preview on white background

This text has color #671F50 on white background.



Black color preview on #671F50 background

This text has black color on #671F50 background.


White color preview on #671F50 background

This text has white color on #671F50 background.