COLOR #6B2029

HEX: #6B2029 RGB: (107,32,41)

Color info

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

RGB color model

#6B2029 color RGB value is (107,32,41).

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

RGB channels and saturation

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

107
32
41

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

Portions of RGB colors in percentages

R + G + B = 107 + 32 + 41 = 180 (100%)
R 107 of 180 ~ 59.44%
G 32 of 180 ~ 17.78%
B 41 of 180 ~ 22.78'%

%59.44
%17.78
%22.78

CMYK color model

#6B2029 color CMYK value is (0,70,62,58).

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

CMYK: (0,70,62,58)
C0M70Y62K58 (0%, 70%, 62%, 58%)
(0.00 / 0.70 / 0.62 / 0.58)

CMYK percentages

%0
%70.09
%61.68
%58.04

Codes

Color #6B2029 in popluar color models

6B 20 29
RGB 107 32 41
HSL 353° 53.96% 27.25%
HSB/HSV 353° 70.09% 41.96%
CMYK 0.00% 70.09% 61.68%
58.04%

Color #6B2029 in popluar number systems.

HEX 6B 20 29
Decimal 107 32 41
Binary 1101011 100000 101001
Octal 153 40 51

Shades and tints

Shades of #6B2029

#6B2029
(107,32,41)
#621E26
(98,30,38)
#591C23
(89,28,35)
#501A20
(80,26,32)
#47181D
(71,24,29)
#3E161A
(62,22,26)
#351417
(53,20,23)
#2C1214
(44,18,20)
#231011
(35,16,17)
#1A0E0E
(26,14,14)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B2029

#6B2029
(107,32,41)
#78343C
(120,52,60)
#85484F
(133,72,79)
#925C62
(146,92,98)
#9F7075
(159,112,117)
#AC8488
(172,132,136)
#B9989B
(185,152,155)
#C6ACAE
(198,172,174)
#D3C0C1
(211,192,193)
#E0D4D4
(224,212,212)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B2029; }

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

This text font color is #6B2029.

Background Color

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

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

This div background color is #6B2029.

Border color

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

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

This div border color is #6B2029.

Opacity

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

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

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

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

This text has shadow with #6B2029 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B2029.

Preview

Color preview on black background

This text has color #6B2029 on black background.


Color preview on white background

This text has color #6B2029 on white background.


Black color preview on #6B2029 background

This text has black color on #6B2029 background.


White color preview on #6B2029 background

This text has white color on #6B2029 background.


Related colors

Complementary color

Complementary color for #hex is #94DFD6.


I love getcolorcode.com

Triadic colors

1 #296B20 and #20296B with #6B2029 are triadic colors.

2 #29206B and #206B29 with #6B2029 are triadic colors.