COLOR #671F68

HEX: #671F68
RGB: (103,31,104)

Color info

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

RGB color model

#671F68 color RGB value is (103,31,104).

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

RGB channels and saturation

R 103 of 255 = 40%
G 31 of 255 = 12%
B 104 of 255 = 41%

103
31
104

R + G + B ~ 31%. #671F68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 31 + 104 = 238 (100%)
R 103 of 238 ~ 43.28%
G 31 of 238 ~ 13.03%
B 104 of 238 ~ 43.7%

%43.28
%13.03
%43.7

CMYK color model

#671F68 color CMYK value is (1,70,0,59).

  • cyan value is 0.96%
  • magenta value is 70.19%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(1,70,0,59)
C1M70Y0K59 
(1%,70%,0%,59%)
(0.01/0.70/0.00/0.59)	

CMYK percentages

%0.96
%70.19
%0
%59.22

Codes

Color #671F68 in popluar color models

671F68
RGB10331104
HSL299°54.07%26.47%
HSB/HSV299°70.19%40.78%
CMYK0.96%70.19%0.00%
59.22%

Color #671F68 in popluar number systems.

HEX671F68
Decimal10331104
Binary1100111111111101000
Octal14737150

Shades and tints

Shades of #671F68

#671F68
(103,31,104)
#5E1D5F
(94,29,95)
#551B56
(85,27,86)
#4C194D
(76,25,77)
#431744
(67,23,68)
#3A153B
(58,21,59)
#311332
(49,19,50)
#281129
(40,17,41)
#1F0F20
(31,15,32)
#160D17
(22,13,23)
#0D0B0E
(13,11,14)
#000000
(0,0,0)

Tints of #671F68

#671F68
(103,31,104)
#743375
(116,51,117)
#814782
(129,71,130)
#8E5B8F
(142,91,143)
#9B6F9C
(155,111,156)
#A883A9
(168,131,169)
#B597B6
(181,151,182)
#C2ABC3
(194,171,195)
#CFBFD0
(207,191,208)
#DCD3DD
(220,211,221)
#E9E7EA
(233,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #671F68; }

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

This text font color is #671F68.


Background Color

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

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

This div background color is #671F68.


Border color

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

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

This div border color is #671F68.


Opacity

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

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

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

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

This text has shadow with #671F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671F68 on black background.


Color preview on white background

This text has color #671F68 on white background.



Black color preview on #671F68 background

This text has black color on #671F68 background.


White color preview on #671F68 background

This text has white color on #671F68 background.