COLOR #6C3353

HEX: #6C3353 RGB: (108,51,83)

Color info

#6C3353 contains red, green and blue colors in about the same proportion. Web safe color of #6C3353 is #663366 (or #636).

RGB color model

#6C3353 color RGB value is (108,51,83).

RGB: (108,51,83) (42%, 20%, 33%)

RGB channels and saturation

R 108 of 255 = 42%
G 51 of 255 = 20%
B 83 of 255 = 33%

108
51
83

R + G + B ~ 32%. #6C3353 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 51 + 83 = 242 (100%)
R 108 of 242 ~ 44.63%
G 51 of 242 ~ 21.07%
B 83 of 242 ~ 34.3'%

%44.63
%21.07
%34.3

CMYK color model

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

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

CMYK: (0,53,23,58)
C0M53Y23K58 (0%, 53%, 23%, 58%)
(0.00 / 0.53 / 0.23 / 0.58)

CMYK percentages

%0
%52.78
%23.15
%57.65

Codes

Color #6C3353 in popluar color models

6C 33 53
RGB 108 51 83
HSL 326° 35.85% 31.18%
HSB/HSV 326° 52.78% 42.35%
CMYK 0.00% 52.78% 23.15%
57.65%

Color #6C3353 in popluar number systems.

HEX 6C 33 53
Decimal 108 51 83
Binary 1101100 110011 1010011
Octal 154 63 123

Shades and tints

Shades of #6C3353

#6C3353
(108,51,83)
#632F4C
(99,47,76)
#5A2B45
(90,43,69)
#51273E
(81,39,62)
#482337
(72,35,55)
#3F1F30
(63,31,48)
#361B29
(54,27,41)
#2D1722
(45,23,34)
#24131B
(36,19,27)
#1B0F14
(27,15,20)
#120B0D
(18,11,13)
#000000
(0,0,0)

Tints of #6C3353

#6C3353
(108,51,83)
#794562
(121,69,98)
#865771
(134,87,113)
#936980
(147,105,128)
#A07B8F
(160,123,143)
#AD8D9E
(173,141,158)
#BA9FAD
(186,159,173)
#C7B1BC
(199,177,188)
#D4C3CB
(212,195,203)
#E1D5DA
(225,213,218)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3353; }

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

This text font color is #6C3353.

Background Color

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

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

This div background color is #6C3353.

Border color

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

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

This div border color is #6C3353.

Opacity

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

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

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

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

This text has shadow with #6C3353 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3353.

Preview

Color preview on black background

This text has color #6C3353 on black background.


Color preview on white background

This text has color #6C3353 on white background.


Black color preview on #6C3353 background

This text has black color on #6C3353 background.


White color preview on #6C3353 background

This text has white color on #6C3353 background.


Related colors

Complementary color

Complementary color for #hex is #93CCAC.


I love getcolorcode.com

Triadic colors

1 #536C33 and #33536C with #6C3353 are triadic colors.

2 #53336C and #336C53 with #6C3353 are triadic colors.