COLOR #6B2818

HEX: #6B2818
RGB: (107,40,24)

Color info

#6B2818 contains mainly red color. Web safe color of #6B2818 is #663300 (or #630).

RGB color model

#6B2818 color RGB value is (107,40,24).

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

RGB channels and saturation

R 107 of 255 = 42%
G 40 of 255 = 16%
B 24 of 255 = 9%

107
40
24

R + G + B ~ 22%. #6B2818 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 40 + 24 = 171 (100%)
R 107 of 171 ~ 62.57%
G 40 of 171 ~ 23.39%
B 24 of 171 ~ 14.04%

%62.57
%23.39
%14.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 62.62%
  • yellow value is 77.57%
  • key color value is 58.04%
CMYK:
(0,63,78,58)
C0M63Y78K58 
(0%,63%,78%,58%)
(0.00/0.63/0.78/0.58)	

CMYK percentages

%0
%62.62
%77.57
%58.04

Codes

Color #6B2818 in popluar color models

6B2818
RGB1074024
HSL12°63.36%25.69%
HSB/HSV12°77.57%41.96%
CMYK0.00%62.62%77.57%
58.04%

Color #6B2818 in popluar number systems.

HEX6B2818
Decimal1074024
Binary110101110100011000
Octal1535030

Shades and tints

Shades of #6B2818

#6B2818
(107,40,24)
#622516
(98,37,22)
#592214
(89,34,20)
#501F12
(80,31,18)
#471C10
(71,28,16)
#3E190E
(62,25,14)
#35160C
(53,22,12)
#2C130A
(44,19,10)
#231008
(35,16,8)
#1A0D06
(26,13,6)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #6B2818

#6B2818
(107,40,24)
#783B2D
(120,59,45)
#854E42
(133,78,66)
#926157
(146,97,87)
#9F746C
(159,116,108)
#AC8781
(172,135,129)
#B99A96
(185,154,150)
#C6ADAB
(198,173,171)
#D3C0C0
(211,192,192)
#E0D3D5
(224,211,213)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2818; }

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

This text font color is #6B2818.


Background Color

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

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

This div background color is #6B2818.


Border color

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

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

This div border color is #6B2818.


Opacity

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

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

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

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

This text has shadow with #6B2818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2818 on black background.


Color preview on white background

This text has color #6B2818 on white background.



Black color preview on #6B2818 background

This text has black color on #6B2818 background.


White color preview on #6B2818 background

This text has white color on #6B2818 background.