COLOR #6A181D

HEX: #6A181D
RGB: (106,24,29)

Color info

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

RGB color model

#6A181D color RGB value is (106,24,29).

  • red value is 106;
  • green value is 24;
  • blue value is 29.
RGB:
(106,24,29)
(42%,9%,11%)

RGB channels and saturation

R 106 of 255 = 42%
G 24 of 255 = 9%
B 29 of 255 = 11%

106
24
29

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

Portions of RGB colors in percentages

R + G + B =
106 + 24 + 29 = 159 (100%)
R 106 of 159 ~ 66.67%
G 24 of 159 ~ 15.09%
B 29 of 159 ~ 18.24%

%66.67
%15.09
%18.24

CMYK color model

#6A181D color CMYK value is (0,77,73,58).

  • cyan value is 0.00%
  • magenta value is 77.36%
  • yellow value is 72.64%
  • key color value is 58.43%
CMYK:
(0,77,73,58)
C0M77Y73K58 
(0%,77%,73%,58%)
(0.00/0.77/0.73/0.58)	

CMYK percentages

%0
%77.36
%72.64
%58.43

Codes

Color #6A181D in popluar color models

6A181D
RGB1062429
HSL356°63.08%25.49%
HSB/HSV356°77.36%41.57%
CMYK0.00%77.36%72.64%
58.43%

Color #6A181D in popluar number systems.

HEX6A181D
Decimal1062429
Binary11010101100011101
Octal1523035

Shades and tints

Shades of #6A181D

#6A181D
(106,24,29)
#61161B
(97,22,27)
#581419
(88,20,25)
#4F1217
(79,18,23)
#461015
(70,16,21)
#3D0E13
(61,14,19)
#340C11
(52,12,17)
#2B0A0F
(43,10,15)
#22080D
(34,8,13)
#19060B
(25,6,11)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #6A181D

#6A181D
(106,24,29)
#772D31
(119,45,49)
#844245
(132,66,69)
#915759
(145,87,89)
#9E6C6D
(158,108,109)
#AB8181
(171,129,129)
#B89695
(184,150,149)
#C5ABA9
(197,171,169)
#D2C0BD
(210,192,189)
#DFD5D1
(223,213,209)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A181D color. Also use rgb(106,24,29) instead hex code.

Text Font Color

.myTextColor { color: #6A181D; }

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

This text font color is #6A181D.


Background Color

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

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

This div background color is #6A181D.


Border color

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

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

This div border color is #6A181D.


Opacity

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

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

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

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

This text has shadow with #6A181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A181D on black background.


Color preview on white background

This text has color #6A181D on white background.



Black color preview on #6A181D background

This text has black color on #6A181D background.


White color preview on #6A181D background

This text has white color on #6A181D background.