COLOR #6B180D

HEX: #6B180D
RGB: (107,24,13)

Color info

#6B180D contains mainly red color. Web safe color of #6B180D is #660000 (or #600).

RGB color model

#6B180D color RGB value is (107,24,13).

  • red value is 107;
  • green value is 24;
  • blue value is 13.
RGB:
(107,24,13)
(42%,9%,5%)

RGB channels and saturation

R 107 of 255 = 42%
G 24 of 255 = 9%
B 13 of 255 = 5%

107
24
13

R + G + B ~ 19%. #6B180D is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 24 + 13 = 144 (100%)
R 107 of 144 ~ 74.31%
G 24 of 144 ~ 16.67%
B 13 of 144 ~ 9.03%

%74.31
%16.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 77.57%
  • yellow value is 87.85%
  • key color value is 58.04%
CMYK:
(0,78,88,58)
C0M78Y88K58 
(0%,78%,88%,58%)
(0.00/0.78/0.88/0.58)	

CMYK percentages

%0
%77.57
%87.85
%58.04

Codes

Color #6B180D in popluar color models

6B180D
RGB1072413
HSL78.33%23.53%
HSB/HSV87.85%41.96%
CMYK0.00%77.57%87.85%
58.04%

Color #6B180D in popluar number systems.

HEX6B180D
Decimal1072413
Binary1101011110001101
Octal1533015

Shades and tints

Shades of #6B180D

#6B180D
(107,24,13)
#62160C
(98,22,12)
#59140B
(89,20,11)
#50120A
(80,18,10)
#471009
(71,16,9)
#3E0E08
(62,14,8)
#350C07
(53,12,7)
#2C0A06
(44,10,6)
#230805
(35,8,5)
#1A0604
(26,6,4)
#110403
(17,4,3)
#000000
(0,0,0)

Tints of #6B180D

#6B180D
(107,24,13)
#782D23
(120,45,35)
#854239
(133,66,57)
#92574F
(146,87,79)
#9F6C65
(159,108,101)
#AC817B
(172,129,123)
#B99691
(185,150,145)
#C6ABA7
(198,171,167)
#D3C0BD
(211,192,189)
#E0D5D3
(224,213,211)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B180D color. Also use rgb(107,24,13) instead hex code.

Text Font Color

.myTextColor { color: #6B180D; }

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

This text font color is #6B180D.


Background Color

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

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

This div background color is #6B180D.


Border color

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

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

This div border color is #6B180D.


Opacity

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

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

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

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

This text has shadow with #6B180D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B180D on black background.


Color preview on white background

This text has color #6B180D on white background.



Black color preview on #6B180D background

This text has black color on #6B180D background.


White color preview on #6B180D background

This text has white color on #6B180D background.