COLOR #671337

HEX: #671337
RGB: (103,19,55)

Color info

#671337 contains mainly red and blue colors. Web safe color of #671337 is #660033 (or #603).

RGB color model

#671337 color RGB value is (103,19,55).

  • red value is 103;
  • green value is 19;
  • blue value is 55.
RGB:
(103,19,55)
(40%,7%,22%)

RGB channels and saturation

R 103 of 255 = 40%
G 19 of 255 = 7%
B 55 of 255 = 22%

103
19
55

R + G + B ~ 23%. #671337 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 19 + 55 = 177 (100%)
R 103 of 177 ~ 58.19%
G 19 of 177 ~ 10.73%
B 55 of 177 ~ 31.07%

%58.19
%10.73
%31.07

CMYK color model

#671337 color CMYK value is (0,82,47,60).

  • cyan value is 0.00%
  • magenta value is 81.55%
  • yellow value is 46.60%
  • key color value is 59.61%
CMYK:
(0,82,47,60)
C0M82Y47K60 
(0%,82%,47%,60%)
(0.00/0.82/0.47/0.60)	

CMYK percentages

%0
%81.55
%46.6
%59.61

Codes

Color #671337 in popluar color models

671337
RGB1031955
HSL334°68.85%23.92%
HSB/HSV334°81.55%40.39%
CMYK0.00%81.55%46.60%
59.61%

Color #671337 in popluar number systems.

HEX671337
Decimal1031955
Binary110011110011110111
Octal1472367

Shades and tints

Shades of #671337

#671337
(103,19,55)
#5E1232
(94,18,50)
#55112D
(85,17,45)
#4C1028
(76,16,40)
#430F23
(67,15,35)
#3A0E1E
(58,14,30)
#310D19
(49,13,25)
#280C14
(40,12,20)
#1F0B0F
(31,11,15)
#160A0A
(22,10,10)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #671337

#671337
(103,19,55)
#742849
(116,40,73)
#813D5B
(129,61,91)
#8E526D
(142,82,109)
#9B677F
(155,103,127)
#A87C91
(168,124,145)
#B591A3
(181,145,163)
#C2A6B5
(194,166,181)
#CFBBC7
(207,187,199)
#DCD0D9
(220,208,217)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #671337 color. Also use rgb(103,19,55) instead hex code.

Text Font Color

.myTextColor { color: #671337; }

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

This text font color is #671337.


Background Color

.myBgColor { background-color: #671337; }

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

This div background color is #671337.


Border color

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

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

This div border color is #671337.


Opacity

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

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

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

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

This text has shadow with #671337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671337 on black background.


Color preview on white background

This text has color #671337 on white background.



Black color preview on #671337 background

This text has black color on #671337 background.


White color preview on #671337 background

This text has white color on #671337 background.