COLOR #6A172D

HEX: #6A172D
RGB: (106,23,45)

Color info

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

RGB color model

#6A172D color RGB value is (106,23,45).

  • red value is 106;
  • green value is 23;
  • blue value is 45.
RGB:
(106,23,45)
(42%,9%,18%)

RGB channels and saturation

R 106 of 255 = 42%
G 23 of 255 = 9%
B 45 of 255 = 18%

106
23
45

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

Portions of RGB colors in percentages

R + G + B =
106 + 23 + 45 = 174 (100%)
R 106 of 174 ~ 60.92%
G 23 of 174 ~ 13.22%
B 45 of 174 ~ 25.86%

%60.92
%13.22
%25.86

CMYK color model

#6A172D color CMYK value is (0,78,58,58).

  • cyan value is 0.00%
  • magenta value is 78.30%
  • yellow value is 57.55%
  • key color value is 58.43%
CMYK:
(0,78,58,58)
C0M78Y58K58 
(0%,78%,58%,58%)
(0.00/0.78/0.58/0.58)	

CMYK percentages

%0
%78.3
%57.55
%58.43

Codes

Color #6A172D in popluar color models

6A172D
RGB1062345
HSL344°64.34%25.29%
HSB/HSV344°78.30%41.57%
CMYK0.00%78.30%57.55%
58.43%

Color #6A172D in popluar number systems.

HEX6A172D
Decimal1062345
Binary110101010111101101
Octal1522755

Shades and tints

Shades of #6A172D

#6A172D
(106,23,45)
#611529
(97,21,41)
#581325
(88,19,37)
#4F1121
(79,17,33)
#460F1D
(70,15,29)
#3D0D19
(61,13,25)
#340B15
(52,11,21)
#2B0911
(43,9,17)
#22070D
(34,7,13)
#190509
(25,5,9)
#100305
(16,3,5)
#000000
(0,0,0)

Tints of #6A172D

#6A172D
(106,23,45)
#772C40
(119,44,64)
#844153
(132,65,83)
#915666
(145,86,102)
#9E6B79
(158,107,121)
#AB808C
(171,128,140)
#B8959F
(184,149,159)
#C5AAB2
(197,170,178)
#D2BFC5
(210,191,197)
#DFD4D8
(223,212,216)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A172D color. Also use rgb(106,23,45) instead hex code.

Text Font Color

.myTextColor { color: #6A172D; }

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

This text font color is #6A172D.


Background Color

.myBgColor { background-color: #6A172D; }

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

This div background color is #6A172D.


Border color

.myBorderColor { border: 1px solid #6A172D; }

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

This div border color is #6A172D.


Opacity

.myOpacity80 { color: #6A172D; opacity: 0.8; }

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

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

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

This text has shadow with #6A172D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A172D on black background.


Color preview on white background

This text has color #6A172D on white background.



Black color preview on #6A172D background

This text has black color on #6A172D background.


White color preview on #6A172D background

This text has white color on #6A172D background.