COLOR #6C2D33

HEX: #6C2D33 RGB: (108,45,51)

Color info

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

RGB color model

#6C2D33 color RGB value is (108,45,51).

RGB: (108,45,51) (42%, 18%, 20%)

RGB channels and saturation

R 108 of 255 = 42%
G 45 of 255 = 18%
B 51 of 255 = 20%

108
45
51

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

Portions of RGB colors in percentages

R + G + B = 108 + 45 + 51 = 204 (100%)
R 108 of 204 ~ 52.94%
G 45 of 204 ~ 22.06%
B 51 of 204 ~ 25'%

%52.94
%22.06
%25

CMYK color model

#6C2D33 color CMYK value is (0,58,53,58).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 52.78%
  • key color value is 57.65%

CMYK: (0,58,53,58)
C0M58Y53K58 (0%, 58%, 53%, 58%)
(0.00 / 0.58 / 0.53 / 0.58)

CMYK percentages

%0
%58.33
%52.78
%57.65

Codes

Color #6C2D33 in popluar color models

6C 2D 33
RGB 108 45 51
HSL 354° 41.18% 30.00%
HSB/HSV 354° 58.33% 42.35%
CMYK 0.00% 58.33% 52.78%
57.65%

Color #6C2D33 in popluar number systems.

HEX 6C 2D 33
Decimal 108 45 51
Binary 1101100 101101 110011
Octal 154 55 63

Shades and tints

Shades of #6C2D33

#6C2D33
(108,45,51)
#63292F
(99,41,47)
#5A252B
(90,37,43)
#512127
(81,33,39)
#481D23
(72,29,35)
#3F191F
(63,25,31)
#36151B
(54,21,27)
#2D1117
(45,17,23)
#240D13
(36,13,19)
#1B090F
(27,9,15)
#12050B
(18,5,11)
#000000
(0,0,0)

Tints of #6C2D33

#6C2D33
(108,45,51)
#794045
(121,64,69)
#865357
(134,83,87)
#936669
(147,102,105)
#A0797B
(160,121,123)
#AD8C8D
(173,140,141)
#BA9F9F
(186,159,159)
#C7B2B1
(199,178,177)
#D4C5C3
(212,197,195)
#E1D8D5
(225,216,213)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2D33; }

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

This text font color is #6C2D33.

Background Color

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

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

This div background color is #6C2D33.

Border color

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

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

This div border color is #6C2D33.

Opacity

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

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

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

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

This text has shadow with #6C2D33 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C2D33.

Preview

Color preview on black background

This text has color #6C2D33 on black background.


Color preview on white background

This text has color #6C2D33 on white background.


Black color preview on #6C2D33 background

This text has black color on #6C2D33 background.


White color preview on #6C2D33 background

This text has white color on #6C2D33 background.


Related colors

Complementary color

Complementary color for #hex is #93D2CC.


I love getcolorcode.com

Triadic colors

1 #336C2D and #2D336C with #6C2D33 are triadic colors.

2 #332D6C and #2D6C33 with #6C2D33 are triadic colors.