COLOR #671B36

HEX: #671B36
RGB: (103,27,54)

Color info

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

RGB color model

#671B36 color RGB value is (103,27,54).

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

RGB channels and saturation

R 103 of 255 = 40%
G 27 of 255 = 11%
B 54 of 255 = 21%

103
27
54

R + G + B ~ 24%. #671B36 is dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 27 + 54 = 184 (100%)
R 103 of 184 ~ 55.98%
G 27 of 184 ~ 14.67%
B 54 of 184 ~ 29.35%

%55.98
%14.67
%29.35

CMYK color model

#671B36 color CMYK value is (0,74,48,60).

  • cyan value is 0.00%
  • magenta value is 73.79%
  • yellow value is 47.57%
  • key color value is 59.61%
CMYK:
(0,74,48,60)
C0M74Y48K60 
(0%,74%,48%,60%)
(0.00/0.74/0.48/0.60)	

CMYK percentages

%0
%73.79
%47.57
%59.61

Codes

Color #671B36 in popluar color models

671B36
RGB1032754
HSL339°58.46%25.49%
HSB/HSV339°73.79%40.39%
CMYK0.00%73.79%47.57%
59.61%

Color #671B36 in popluar number systems.

HEX671B36
Decimal1032754
Binary110011111011110110
Octal1473366

Shades and tints

Shades of #671B36

#671B36
(103,27,54)
#5E1932
(94,25,50)
#55172E
(85,23,46)
#4C152A
(76,21,42)
#431326
(67,19,38)
#3A1122
(58,17,34)
#310F1E
(49,15,30)
#280D1A
(40,13,26)
#1F0B16
(31,11,22)
#160912
(22,9,18)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #671B36

#671B36
(103,27,54)
#742F48
(116,47,72)
#81435A
(129,67,90)
#8E576C
(142,87,108)
#9B6B7E
(155,107,126)
#A87F90
(168,127,144)
#B593A2
(181,147,162)
#C2A7B4
(194,167,180)
#CFBBC6
(207,187,198)
#DCCFD8
(220,207,216)
#E9E3EA
(233,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #671B36; }

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

This text font color is #671B36.


Background Color

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

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

This div background color is #671B36.


Border color

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

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

This div border color is #671B36.


Opacity

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

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

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

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

This text has shadow with #671B36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #671B36 on black background.


Color preview on white background

This text has color #671B36 on white background.



Black color preview on #671B36 background

This text has black color on #671B36 background.


White color preview on #671B36 background

This text has white color on #671B36 background.