COLOR #6B241B

HEX: #6B241B
RGB: (107,36,27)

Color info

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

RGB color model

#6B241B color RGB value is (107,36,27).

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

RGB channels and saturation

R 107 of 255 = 42%
G 36 of 255 = 14%
B 27 of 255 = 11%

107
36
27

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

Portions of RGB colors in percentages

R + G + B =
107 + 36 + 27 = 170 (100%)
R 107 of 170 ~ 62.94%
G 36 of 170 ~ 21.18%
B 27 of 170 ~ 15.88%

%62.94
%21.18
%15.88

CMYK color model

#6B241B color CMYK value is (0,66,75,58).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 74.77%
  • key color value is 58.04%
CMYK:
(0,66,75,58)
C0M66Y75K58 
(0%,66%,75%,58%)
(0.00/0.66/0.75/0.58)	

CMYK percentages

%0
%66.36
%74.77
%58.04

Codes

Color #6B241B in popluar color models

6B241B
RGB1073627
HSL59.70%26.27%
HSB/HSV74.77%41.96%
CMYK0.00%66.36%74.77%
58.04%

Color #6B241B in popluar number systems.

HEX6B241B
Decimal1073627
Binary110101110010011011
Octal1534433

Shades and tints

Shades of #6B241B

#6B241B
(107,36,27)
#622119
(98,33,25)
#591E17
(89,30,23)
#501B15
(80,27,21)
#471813
(71,24,19)
#3E1511
(62,21,17)
#35120F
(53,18,15)
#2C0F0D
(44,15,13)
#230C0B
(35,12,11)
#1A0909
(26,9,9)
#110607
(17,6,7)
#000000
(0,0,0)

Tints of #6B241B

#6B241B
(107,36,27)
#78372F
(120,55,47)
#854A43
(133,74,67)
#925D57
(146,93,87)
#9F706B
(159,112,107)
#AC837F
(172,131,127)
#B99693
(185,150,147)
#C6A9A7
(198,169,167)
#D3BCBB
(211,188,187)
#E0CFCF
(224,207,207)
#EDE2E3
(237,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B241B; }

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

This text font color is #6B241B.


Background Color

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

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

This div background color is #6B241B.


Border color

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

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

This div border color is #6B241B.


Opacity

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

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

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

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

This text has shadow with #6B241B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B241B on black background.


Color preview on white background

This text has color #6B241B on white background.



Black color preview on #6B241B background

This text has black color on #6B241B background.


White color preview on #6B241B background

This text has white color on #6B241B background.