COLOR #6B0A23

HEX: #6B0A23 RGB: (107,10,35)

Color info

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

RGB color model

#6B0A23 color RGB value is (107,10,35).

RGB: (107,10,35) (42%, 4%, 14%)

RGB channels and saturation

R 107 of 255 = 42%
G 10 of 255 = 4%
B 35 of 255 = 14%

107
10
35

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

Portions of RGB colors in percentages

R + G + B = 107 + 10 + 35 = 152 (100%)
R 107 of 152 ~ 70.39%
G 10 of 152 ~ 6.58%
B 35 of 152 ~ 23.03'%

%70.39
%23.03

CMYK color model

#6B0A23 color CMYK value is (0,91,67,58).

  • cyan value is 0.00%
  • magenta value is 90.65%
  • yellow value is 67.29%
  • key color value is 58.04%
CMYK: (0,91,67,58) C0M91Y67K58 (0%,91%,67%,58%) (0.00/0.91/0.67/0.58) 

CMYK percentages

%0
%90.65
%67.29
%58.04

Codes

Color #6B0A23 in popluar color models

6B 0A 23
RGB 107 10 35
HSL 345° 82.91% 22.94%
HSB/HSV 345° 90.65% 41.96%
CMYK 0.00% 90.65% 67.29%
58.04%

Color #6B0A23 in popluar number systems.

HEX 6B 0A 23
Decimal 107 10 35
Binary 1101011 1010 100011
Octal 153 12 43

Shades and tints

Shades of #6B0A23

#6B0A23
(107,10,35)
#620A20
(98,10,32)
#590A1D
(89,10,29)
#500A1A
(80,10,26)
#470A17
(71,10,23)
#3E0A14
(62,10,20)
#350A11
(53,10,17)
#2C0A0E
(44,10,14)
#230A0B
(35,10,11)
#1A0A08
(26,10,8)
#110A05
(17,10,5)
#000000
(0,0,0)

Tints of #6B0A23

#6B0A23
(107,10,35)
#782037
(120,32,55)
#85364B
(133,54,75)
#924C5F
(146,76,95)
#9F6273
(159,98,115)
#AC7887
(172,120,135)
#B98E9B
(185,142,155)
#C6A4AF
(198,164,175)
#D3BAC3
(211,186,195)
#E0D0D7
(224,208,215)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0A23 color. Also use rgb(107,10,35) instead hex code.

Text Font Color

.myTextColor { color: #6B0A23; }

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

This text font color is #6B0A23.

Background Color

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

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

This div background color is #6B0A23.

Border color

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

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

This div border color is #6B0A23.

Opacity

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

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

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

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

This text has shadow with #6B0A23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B0A23.

Preview

Color preview on black background

This text has color #6B0A23 on black background.


Color preview on white background

This text has color #6B0A23 on white background.


Black color preview on #6B0A23 background

This text has black color on #6B0A23 background.


White color preview on #6B0A23 background

This text has white color on #6B0A23 background.


Related colors

Complementary color

Complementary color for #hex is #94F5DC.


I love getcolorcode.com

Triadic colors

1 #236B0A and #0A236B with #6B0A23 are triadic colors.

2 #230A6B and #0A6B23 with #6B0A23 are triadic colors.