COLOR #670D20

HEX: #670D20 RGB: (103,13,32)

Color info

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

RGB color model

#670D20 color RGB value is (103,13,32).

RGB: (103,13,32) (40%, 5%, 13%)

RGB channels and saturation

R 103 of 255 = 40%
G 13 of 255 = 5%
B 32 of 255 = 13%

103
13
32

R + G + B ~ 19%. #670D20 is dark color.

Portions of RGB colors in percentages

R + G + B = 103 + 13 + 32 = 148 (100%)
R 103 of 148 ~ 69.59%
G 13 of 148 ~ 8.78%
B 32 of 148 ~ 21.62'%

%69.59
%21.62

CMYK color model

#670D20 color CMYK value is (0,87,69,60).

  • cyan value is 0.00%
  • magenta value is 87.38%
  • yellow value is 68.93%
  • key color value is 59.61%

CMYK: (0,87,69,60)
C0M87Y69K60 (0%, 87%, 69%, 60%)
(0.00 / 0.87 / 0.69 / 0.60)

CMYK percentages

%0
%87.38
%68.93
%59.61

Codes

Color #670D20 in popluar color models

67 0D 20
RGB 103 13 32
HSL 347° 77.59% 22.75%
HSB/HSV 347° 87.38% 40.39%
CMYK 0.00% 87.38% 68.93%
59.61%

Color #670D20 in popluar number systems.

HEX 67 0D 20
Decimal 103 13 32
Binary 1100111 1101 100000
Octal 147 15 40

Shades and tints

Shades of #670D20

#670D20
(103,13,32)
#5E0C1E
(94,12,30)
#550B1C
(85,11,28)
#4C0A1A
(76,10,26)
#430918
(67,9,24)
#3A0816
(58,8,22)
#310714
(49,7,20)
#280612
(40,6,18)
#1F0510
(31,5,16)
#16040E
(22,4,14)
#0D030C
(13,3,12)
#000000
(0,0,0)

Tints of #670D20

#670D20
(103,13,32)
#742334
(116,35,52)
#813948
(129,57,72)
#8E4F5C
(142,79,92)
#9B6570
(155,101,112)
#A87B84
(168,123,132)
#B59198
(181,145,152)
#C2A7AC
(194,167,172)
#CFBDC0
(207,189,192)
#DCD3D4
(220,211,212)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #670D20 color. Also use rgb(103,13,32) instead hex code.

Text Font Color

.myTextColor { color: #670D20; }

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

This text font color is #670D20.

Background Color

.myBgColor { background-color: #670D20; }

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

This div background color is #670D20.

Border color

.myBorderColor { border: 1px solid #670D20; }

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

This div border color is #670D20.

Opacity

.myOpacity80 { color: #670D20; opacity: 0.8; }

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

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

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

This text has shadow with #670D20 color.


.textShadow {text-shadow: 3px 3px 1px #670D20', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #670D20; -webkit-box-shadow: 1px 1px 3px 2px #670D20; box-shadow:1px 1px 3px 2px #670D20;">
Div content here
</div>

This div box has shadow with color #670D20.

Preview

Color preview on black background

This text has color #670D20 on black background.


Color preview on white background

This text has color #670D20 on white background.


Black color preview on #670D20 background

This text has black color on #670D20 background.


White color preview on #670D20 background

This text has white color on #670D20 background.


Related colors

Complementary color

Complementary color for #hex is #98F2DF.


I love getcolorcode.com

Triadic colors

1 #20670D and #0D2067 with #670D20 are triadic colors.

2 #200D67 and #0D6720 with #670D20 are triadic colors.