COLOR #6B2129

HEX: #6B2129 RGB: (107,33,41)

Color info

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

RGB color model

#6B2129 color RGB value is (107,33,41).

RGB: (107,33,41) (42%, 13%, 16%)

RGB channels and saturation

R 107 of 255 = 42%
G 33 of 255 = 13%
B 41 of 255 = 16%

107
33
41

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

Portions of RGB colors in percentages

R + G + B = 107 + 33 + 41 = 181 (100%)
R 107 of 181 ~ 59.12%
G 33 of 181 ~ 18.23%
B 41 of 181 ~ 22.65'%

%59.12
%18.23
%22.65

CMYK color model

#6B2129 color CMYK value is (0,69,62,58).

  • cyan value is 0.00%
  • magenta value is 69.16%
  • yellow value is 61.68%
  • key color value is 58.04%

CMYK: (0,69,62,58)
C0M69Y62K58 (0%, 69%, 62%, 58%)
(0.00 / 0.69 / 0.62 / 0.58)

CMYK percentages

%0
%69.16
%61.68
%58.04

Codes

Color #6B2129 in popluar color models

6B 21 29
RGB 107 33 41
HSL 354° 52.86% 27.45%
HSB/HSV 354° 69.16% 41.96%
CMYK 0.00% 69.16% 61.68%
58.04%

Color #6B2129 in popluar number systems.

HEX 6B 21 29
Decimal 107 33 41
Binary 1101011 100001 101001
Octal 153 41 51

Shades and tints

Shades of #6B2129

#6B2129
(107,33,41)
#621E26
(98,30,38)
#591B23
(89,27,35)
#501820
(80,24,32)
#47151D
(71,21,29)
#3E121A
(62,18,26)
#350F17
(53,15,23)
#2C0C14
(44,12,20)
#230911
(35,9,17)
#1A060E
(26,6,14)
#11030B
(17,3,11)
#000000
(0,0,0)

Tints of #6B2129

#6B2129
(107,33,41)
#78353C
(120,53,60)
#85494F
(133,73,79)
#925D62
(146,93,98)
#9F7175
(159,113,117)
#AC8588
(172,133,136)
#B9999B
(185,153,155)
#C6ADAE
(198,173,174)
#D3C1C1
(211,193,193)
#E0D5D4
(224,213,212)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B2129 color. Also use rgb(107,33,41) instead hex code.

Text Font Color

.myTextColor { color: #6B2129; }

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

This text font color is #6B2129.

Background Color

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

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

This div background color is #6B2129.

Border color

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

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

This div border color is #6B2129.

Opacity

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

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

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

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

This text has shadow with #6B2129 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B2129.

Preview

Color preview on black background

This text has color #6B2129 on black background.


Color preview on white background

This text has color #6B2129 on white background.


Black color preview on #6B2129 background

This text has black color on #6B2129 background.


White color preview on #6B2129 background

This text has white color on #6B2129 background.


Related colors

Complementary color

Complementary color for #hex is #94DED6.


I love getcolorcode.com

Triadic colors

1 #296B21 and #21296B with #6B2129 are triadic colors.

2 #29216B and #216B29 with #6B2129 are triadic colors.