COLOR #6D2D33

HEX: #6D2D33 RGB: (109,45,51)

Color info

#6D2D33 contains mainly red and blue colors. Web safe color of #6D2D33 is #663333 (or #633).

RGB color model

#6D2D33 color RGB value is (109,45,51).

RGB: (109,45,51) (43%, 18%, 20%)

RGB channels and saturation

R 109 of 255 = 43%
G 45 of 255 = 18%
B 51 of 255 = 20%

109
45
51

R + G + B ~ 27%. #6D2D33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 45 + 51 = 205 (100%)
R 109 of 205 ~ 53.17%
G 45 of 205 ~ 21.95%
B 51 of 205 ~ 24.88'%

%53.17
%21.95
%24.88

CMYK color model

#6D2D33 color CMYK value is (0,59,53,57).

  • cyan value is 0.00%
  • magenta value is 58.72%
  • yellow value is 53.21%
  • key color value is 57.25%

CMYK: (0,59,53,57)
C0M59Y53K57 (0%, 59%, 53%, 57%)
(0.00 / 0.59 / 0.53 / 0.57)

CMYK percentages

%0
%58.72
%53.21
%57.25

Codes

Color #6D2D33 in popluar color models

6D 2D 33
RGB 109 45 51
HSL 354° 41.56% 30.20%
HSB/HSV 354° 58.72% 42.75%
CMYK 0.00% 58.72% 53.21%
57.25%

Color #6D2D33 in popluar number systems.

HEX 6D 2D 33
Decimal 109 45 51
Binary 1101101 101101 110011
Octal 155 55 63

Shades and tints

Shades of #6D2D33

#6D2D33
(109,45,51)
#64292F
(100,41,47)
#5B252B
(91,37,43)
#522127
(82,33,39)
#491D23
(73,29,35)
#40191F
(64,25,31)
#37151B
(55,21,27)
#2E1117
(46,17,23)
#250D13
(37,13,19)
#1C090F
(28,9,15)
#13050B
(19,5,11)
#000000
(0,0,0)

Tints of #6D2D33

#6D2D33
(109,45,51)
#7A4045
(122,64,69)
#875357
(135,83,87)
#946669
(148,102,105)
#A1797B
(161,121,123)
#AE8C8D
(174,140,141)
#BB9F9F
(187,159,159)
#C8B2B1
(200,178,177)
#D5C5C3
(213,197,195)
#E2D8D5
(226,216,213)
#EFEBE7
(239,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2D33 color. Also use rgb(109,45,51) instead hex code.

Text Font Color

.myTextColor { color: #6D2D33; }

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

This text font color is #6D2D33.

Background Color

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

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

This div background color is #6D2D33.

Border color

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

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

This div border color is #6D2D33.

Opacity

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

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

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

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

This text has shadow with #6D2D33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D2D33.

Preview

Color preview on black background

This text has color #6D2D33 on black background.


Color preview on white background

This text has color #6D2D33 on white background.


Black color preview on #6D2D33 background

This text has black color on #6D2D33 background.


White color preview on #6D2D33 background

This text has white color on #6D2D33 background.


Related colors

Complementary color

Complementary color for #hex is #92D2CC.


I love getcolorcode.com

Triadic colors

1 #336D2D and #2D336D with #6D2D33 are triadic colors.

2 #332D6D and #2D6D33 with #6D2D33 are triadic colors.