COLOR #671721

HEX: #671721
RGB: (103,23,33)

Color info

#671721 contains mainly red color. Web safe color of #671721 is #660033 (or #603).

RGB color model

#671721 color RGB value is (103,23,33).

  • red value is 103;
  • green value is 23;
  • blue value is 33.
RGB:
(103,23,33)
(40%,9%,13%)

RGB channels and saturation

R 103 of 255 = 40%
G 23 of 255 = 9%
B 33 of 255 = 13%

103
23
33

R + G + B ~ 21%. #671721 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 23 + 33 = 159 (100%)
R 103 of 159 ~ 64.78%
G 23 of 159 ~ 14.47%
B 33 of 159 ~ 20.75%

%64.78
%14.47
%20.75

CMYK color model

#671721 color CMYK value is (0,78,68,60).

  • cyan value is 0.00%
  • magenta value is 77.67%
  • yellow value is 67.96%
  • key color value is 59.61%
CMYK:
(0,78,68,60)
C0M78Y68K60 
(0%,78%,68%,60%)
(0.00/0.78/0.68/0.60)	

CMYK percentages

%0
%77.67
%67.96
%59.61

Codes

Color #671721 in popluar color models

671721
RGB1032333
HSL353°63.49%24.71%
HSB/HSV353°77.67%40.39%
CMYK0.00%77.67%67.96%
59.61%

Color #671721 in popluar number systems.

HEX671721
Decimal1032333
Binary110011110111100001
Octal1472741

Shades and tints

Shades of #671721

#671721
(103,23,33)
#5E151E
(94,21,30)
#55131B
(85,19,27)
#4C1118
(76,17,24)
#430F15
(67,15,21)
#3A0D12
(58,13,18)
#310B0F
(49,11,15)
#28090C
(40,9,12)
#1F0709
(31,7,9)
#160506
(22,5,6)
#0D0303
(13,3,3)
#000000
(0,0,0)

Tints of #671721

#671721
(103,23,33)
#742C35
(116,44,53)
#814149
(129,65,73)
#8E565D
(142,86,93)
#9B6B71
(155,107,113)
#A88085
(168,128,133)
#B59599
(181,149,153)
#C2AAAD
(194,170,173)
#CFBFC1
(207,191,193)
#DCD4D5
(220,212,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671721 color. Also use rgb(103,23,33) instead hex code.

Text Font Color

.myTextColor { color: #671721; }

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

This text font color is #671721.


Background Color

.myBgColor { background-color: #671721; }

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

This div background color is #671721.


Border color

.myBorderColor { border: 1px solid #671721; }

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

This div border color is #671721.


Opacity

.myOpacity80 { color: #671721; opacity: 0.8; }

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

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

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

This text has shadow with #671721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671721 on black background.


Color preview on white background

This text has color #671721 on white background.



Black color preview on #671721 background

This text has black color on #671721 background.


White color preview on #671721 background

This text has white color on #671721 background.