COLOR #6A0E22

HEX: #6A0E22
RGB: (106,14,34)

Color info

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

RGB color model

#6A0E22 color RGB value is (106,14,34).

  • red value is 106;
  • green value is 14;
  • blue value is 34.
RGB:
(106,14,34)
(42%,5%,13%)

RGB channels and saturation

R 106 of 255 = 42%
G 14 of 255 = 5%
B 34 of 255 = 13%

106
14
34

R + G + B ~ 20%. #6A0E22 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 14 + 34 = 154 (100%)
R 106 of 154 ~ 68.83%
G 14 of 154 ~ 9.09%
B 34 of 154 ~ 22.08%

%68.83
%22.08

CMYK color model

#6A0E22 color CMYK value is (0,87,68,58).

  • cyan value is 0.00%
  • magenta value is 86.79%
  • yellow value is 67.92%
  • key color value is 58.43%
CMYK:
(0,87,68,58)
C0M87Y68K58 
(0%,87%,68%,58%)
(0.00/0.87/0.68/0.58)	

CMYK percentages

%0
%86.79
%67.92
%58.43

Codes

Color #6A0E22 in popluar color models

6A0E22
RGB1061434
HSL347°76.67%23.53%
HSB/HSV347°86.79%41.57%
CMYK0.00%86.79%67.92%
58.43%

Color #6A0E22 in popluar number systems.

HEX6A0E22
Decimal1061434
Binary11010101110100010
Octal1521642

Shades and tints

Shades of #6A0E22

#6A0E22
(106,14,34)
#610D1F
(97,13,31)
#580C1C
(88,12,28)
#4F0B19
(79,11,25)
#460A16
(70,10,22)
#3D0913
(61,9,19)
#340810
(52,8,16)
#2B070D
(43,7,13)
#22060A
(34,6,10)
#190507
(25,5,7)
#100404
(16,4,4)
#000000
(0,0,0)

Tints of #6A0E22

#6A0E22
(106,14,34)
#772336
(119,35,54)
#84384A
(132,56,74)
#914D5E
(145,77,94)
#9E6272
(158,98,114)
#AB7786
(171,119,134)
#B88C9A
(184,140,154)
#C5A1AE
(197,161,174)
#D2B6C2
(210,182,194)
#DFCBD6
(223,203,214)
#ECE0EA
(236,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0E22 color. Also use rgb(106,14,34) instead hex code.

Text Font Color

.myTextColor { color: #6A0E22; }

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

This text font color is #6A0E22.


Background Color

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

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

This div background color is #6A0E22.


Border color

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

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

This div border color is #6A0E22.


Opacity

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

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

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

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

This text has shadow with #6A0E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A0E22 on black background.


Color preview on white background

This text has color #6A0E22 on white background.



Black color preview on #6A0E22 background

This text has black color on #6A0E22 background.


White color preview on #6A0E22 background

This text has white color on #6A0E22 background.