COLOR #671C5A

HEX: #671C5A
RGB: (103,28,90)

Color info

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

RGB color model

#671C5A color RGB value is (103,28,90).

  • red value is 103;
  • green value is 28;
  • blue value is 90.
RGB:
(103,28,90)
(40%,11%,35%)

RGB channels and saturation

R 103 of 255 = 40%
G 28 of 255 = 11%
B 90 of 255 = 35%

103
28
90

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

Portions of RGB colors in percentages

R + G + B =
103 + 28 + 90 = 221 (100%)
R 103 of 221 ~ 46.61%
G 28 of 221 ~ 12.67%
B 90 of 221 ~ 40.72%

%46.61
%12.67
%40.72

CMYK color model

#671C5A color CMYK value is (0,73,13,60).

  • cyan value is 0.00%
  • magenta value is 72.82%
  • yellow value is 12.62%
  • key color value is 59.61%
CMYK:
(0,73,13,60)
C0M73Y13K60 
(0%,73%,13%,60%)
(0.00/0.73/0.13/0.60)	

CMYK percentages

%0
%72.82
%12.62
%59.61

Codes

Color #671C5A in popluar color models

671C5A
RGB1032890
HSL310°57.25%25.69%
HSB/HSV310°72.82%40.39%
CMYK0.00%72.82%12.62%
59.61%

Color #671C5A in popluar number systems.

HEX671C5A
Decimal1032890
Binary1100111111001011010
Octal14734132

Shades and tints

Shades of #671C5A

#671C5A
(103,28,90)
#5E1A52
(94,26,82)
#55184A
(85,24,74)
#4C1642
(76,22,66)
#43143A
(67,20,58)
#3A1232
(58,18,50)
#31102A
(49,16,42)
#280E22
(40,14,34)
#1F0C1A
(31,12,26)
#160A12
(22,10,18)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #671C5A

#671C5A
(103,28,90)
#743069
(116,48,105)
#814478
(129,68,120)
#8E5887
(142,88,135)
#9B6C96
(155,108,150)
#A880A5
(168,128,165)
#B594B4
(181,148,180)
#C2A8C3
(194,168,195)
#CFBCD2
(207,188,210)
#DCD0E1
(220,208,225)
#E9E4F0
(233,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671C5A color. Also use rgb(103,28,90) instead hex code.

Text Font Color

.myTextColor { color: #671C5A; }

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

This text font color is #671C5A.


Background Color

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

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

This div background color is #671C5A.


Border color

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

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

This div border color is #671C5A.


Opacity

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

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

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

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

This text has shadow with #671C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671C5A on black background.


Color preview on white background

This text has color #671C5A on white background.



Black color preview on #671C5A background

This text has black color on #671C5A background.


White color preview on #671C5A background

This text has white color on #671C5A background.