COLOR #6B242B

HEX: #6B242B
RGB: (107,36,43)

Color info

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

RGB color model

#6B242B color RGB value is (107,36,43).

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

RGB channels and saturation

R 107 of 255 = 42%
G 36 of 255 = 14%
B 43 of 255 = 17%

107
36
43

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

Portions of RGB colors in percentages

R + G + B =
107 + 36 + 43 = 186 (100%)
R 107 of 186 ~ 57.53%
G 36 of 186 ~ 19.35%
B 43 of 186 ~ 23.12%

%57.53
%19.35
%23.12

CMYK color model

#6B242B color CMYK value is (0,66,60,58).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 59.81%
  • key color value is 58.04%
CMYK:
(0,66,60,58)
C0M66Y60K58 
(0%,66%,60%,58%)
(0.00/0.66/0.60/0.58)	

CMYK percentages

%0
%66.36
%59.81
%58.04

Codes

Color #6B242B in popluar color models

6B242B
RGB1073643
HSL354°49.65%28.04%
HSB/HSV354°66.36%41.96%
CMYK0.00%66.36%59.81%
58.04%

Color #6B242B in popluar number systems.

HEX6B242B
Decimal1073643
Binary1101011100100101011
Octal1534453

Shades and tints

Shades of #6B242B

#6B242B
(107,36,43)
#622128
(98,33,40)
#591E25
(89,30,37)
#501B22
(80,27,34)
#47181F
(71,24,31)
#3E151C
(62,21,28)
#351219
(53,18,25)
#2C0F16
(44,15,22)
#230C13
(35,12,19)
#1A0910
(26,9,16)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #6B242B

#6B242B
(107,36,43)
#78373E
(120,55,62)
#854A51
(133,74,81)
#925D64
(146,93,100)
#9F7077
(159,112,119)
#AC838A
(172,131,138)
#B9969D
(185,150,157)
#C6A9B0
(198,169,176)
#D3BCC3
(211,188,195)
#E0CFD6
(224,207,214)
#EDE2E9
(237,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B242B; }

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

This text font color is #6B242B.


Background Color

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

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

This div background color is #6B242B.


Border color

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

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

This div border color is #6B242B.


Opacity

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

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

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

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

This text has shadow with #6B242B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B242B on black background.


Color preview on white background

This text has color #6B242B on white background.



Black color preview on #6B242B background

This text has black color on #6B242B background.


White color preview on #6B242B background

This text has white color on #6B242B background.