COLOR #6B2824

HEX: #6B2824
RGB: (107,40,36)

Color info

#6B2824 contains mainly red color. Web safe color of #6B2824 is #663333 (or #633).

RGB color model

#6B2824 color RGB value is (107,40,36).

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

RGB channels and saturation

R 107 of 255 = 42%
G 40 of 255 = 16%
B 36 of 255 = 14%

107
40
36

R + G + B ~ 24%. #6B2824 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 40 + 36 = 183 (100%)
R 107 of 183 ~ 58.47%
G 40 of 183 ~ 21.86%
B 36 of 183 ~ 19.67%

%58.47
%21.86
%19.67

CMYK color model

#6B2824 color CMYK value is (0,63,66,58).

  • cyan value is 0.00%
  • magenta value is 62.62%
  • yellow value is 66.36%
  • key color value is 58.04%
CMYK:
(0,63,66,58)
C0M63Y66K58 
(0%,63%,66%,58%)
(0.00/0.63/0.66/0.58)	

CMYK percentages

%0
%62.62
%66.36
%58.04

Codes

Color #6B2824 in popluar color models

6B2824
RGB1074036
HSL49.65%28.04%
HSB/HSV66.36%41.96%
CMYK0.00%62.62%66.36%
58.04%

Color #6B2824 in popluar number systems.

HEX6B2824
Decimal1074036
Binary1101011101000100100
Octal1535044

Shades and tints

Shades of #6B2824

#6B2824
(107,40,36)
#622521
(98,37,33)
#59221E
(89,34,30)
#501F1B
(80,31,27)
#471C18
(71,28,24)
#3E1915
(62,25,21)
#351612
(53,22,18)
#2C130F
(44,19,15)
#23100C
(35,16,12)
#1A0D09
(26,13,9)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #6B2824

#6B2824
(107,40,36)
#783B37
(120,59,55)
#854E4A
(133,78,74)
#92615D
(146,97,93)
#9F7470
(159,116,112)
#AC8783
(172,135,131)
#B99A96
(185,154,150)
#C6ADA9
(198,173,169)
#D3C0BC
(211,192,188)
#E0D3CF
(224,211,207)
#EDE6E2
(237,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2824; }

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

This text font color is #6B2824.


Background Color

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

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

This div background color is #6B2824.


Border color

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

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

This div border color is #6B2824.


Opacity

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

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

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

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

This text has shadow with #6B2824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B2824 on black background.


Color preview on white background

This text has color #6B2824 on white background.



Black color preview on #6B2824 background

This text has black color on #6B2824 background.


White color preview on #6B2824 background

This text has white color on #6B2824 background.