COLOR #6B2423

HEX: #6B2423 RGB: (107,36,35)

Color info

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

RGB color model

#6B2423 color RGB value is (107,36,35).

RGB: (107,36,35) (42%, 14%, 14%)

RGB channels and saturation

R 107 of 255 = 42%
G 36 of 255 = 14%
B 35 of 255 = 14%

107
36
35

R + G + B ~ 23%. #6B2423 is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 36 + 35 = 178 (100%)
R 107 of 178 ~ 60.11%
G 36 of 178 ~ 20.22%
B 35 of 178 ~ 19.66'%

%60.11
%20.22
%19.66

CMYK color model

#6B2423 color CMYK value is (0,66,67,58).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 67.29%
  • key color value is 58.04%

CMYK: (0,66,67,58)
C0M66Y67K58 (0%, 66%, 67%, 58%)
(0.00 / 0.66 / 0.67 / 0.58)

CMYK percentages

%0
%66.36
%67.29
%58.04

Codes

Color #6B2423 in popluar color models

6B 24 23
RGB 107 36 35
HSL 50.70% 27.84%
HSB/HSV 67.29% 41.96%
CMYK 0.00% 66.36% 67.29%
58.04%

Color #6B2423 in popluar number systems.

HEX 6B 24 23
Decimal 107 36 35
Binary 1101011 100100 100011
Octal 153 44 43

Shades and tints

Shades of #6B2423

#6B2423
(107,36,35)
#622120
(98,33,32)
#591E1D
(89,30,29)
#501B1A
(80,27,26)
#471817
(71,24,23)
#3E1514
(62,21,20)
#351211
(53,18,17)
#2C0F0E
(44,15,14)
#230C0B
(35,12,11)
#1A0908
(26,9,8)
#110605
(17,6,5)
#000000
(0,0,0)

Tints of #6B2423

#6B2423
(107,36,35)
#783737
(120,55,55)
#854A4B
(133,74,75)
#925D5F
(146,93,95)
#9F7073
(159,112,115)
#AC8387
(172,131,135)
#B9969B
(185,150,155)
#C6A9AF
(198,169,175)
#D3BCC3
(211,188,195)
#E0CFD7
(224,207,215)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2423; }

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

This text font color is #6B2423.

Background Color

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

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

This div background color is #6B2423.

Border color

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

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

This div border color is #6B2423.

Opacity

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

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

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

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

This text has shadow with #6B2423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B2423.

Preview

Color preview on black background

This text has color #6B2423 on black background.


Color preview on white background

This text has color #6B2423 on white background.


Black color preview on #6B2423 background

This text has black color on #6B2423 background.


White color preview on #6B2423 background

This text has white color on #6B2423 background.


Related colors

Complementary color

Complementary color for #hex is #94DBDC.


I love getcolorcode.com

Triadic colors

1 #236B24 and #24236B with #6B2423 are triadic colors.

2 #23246B and #246B23 with #6B2423 are triadic colors.