COLOR #671B41

HEX: #671B41
RGB: (103,27,65)

Color info

#671B41 contains mainly red and blue colors. Web safe color of #671B41 is #663333 (or #633).

RGB color model

#671B41 color RGB value is (103,27,65).

  • red value is 103;
  • green value is 27;
  • blue value is 65.
RGB:
(103,27,65)
(40%,11%,25%)

RGB channels and saturation

R 103 of 255 = 40%
G 27 of 255 = 11%
B 65 of 255 = 25%

103
27
65

R + G + B ~ 25%. #671B41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 27 + 65 = 195 (100%)
R 103 of 195 ~ 52.82%
G 27 of 195 ~ 13.85%
B 65 of 195 ~ 33.33%

%52.82
%13.85
%33.33

CMYK color model

#671B41 color CMYK value is (0,74,37,60).

  • cyan value is 0.00%
  • magenta value is 73.79%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(0,74,37,60)
C0M74Y37K60 
(0%,74%,37%,60%)
(0.00/0.74/0.37/0.60)	

CMYK percentages

%0
%73.79
%36.89
%59.61

Codes

Color #671B41 in popluar color models

671B41
RGB1032765
HSL330°58.46%25.49%
HSB/HSV330°73.79%40.39%
CMYK0.00%73.79%36.89%
59.61%

Color #671B41 in popluar number systems.

HEX671B41
Decimal1032765
Binary1100111110111000001
Octal14733101

Shades and tints

Shades of #671B41

#671B41
(103,27,65)
#5E193C
(94,25,60)
#551737
(85,23,55)
#4C1532
(76,21,50)
#43132D
(67,19,45)
#3A1128
(58,17,40)
#310F23
(49,15,35)
#280D1E
(40,13,30)
#1F0B19
(31,11,25)
#160914
(22,9,20)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #671B41

#671B41
(103,27,65)
#742F52
(116,47,82)
#814363
(129,67,99)
#8E5774
(142,87,116)
#9B6B85
(155,107,133)
#A87F96
(168,127,150)
#B593A7
(181,147,167)
#C2A7B8
(194,167,184)
#CFBBC9
(207,187,201)
#DCCFDA
(220,207,218)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671B41 color. Also use rgb(103,27,65) instead hex code.

Text Font Color

.myTextColor { color: #671B41; }

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

This text font color is #671B41.


Background Color

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

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

This div background color is #671B41.


Border color

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

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

This div border color is #671B41.


Opacity

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

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

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

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

This text has shadow with #671B41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671B41 on black background.


Color preview on white background

This text has color #671B41 on white background.



Black color preview on #671B41 background

This text has black color on #671B41 background.


White color preview on #671B41 background

This text has white color on #671B41 background.