COLOR #6C354C

HEX: #6C354C RGB: (108,53,76)

Color info

#6C354C contains red, green and blue colors in about the same proportion. Web safe color of #6C354C is #663333 (or #633).

RGB color model

#6C354C color RGB value is (108,53,76).

RGB: (108,53,76) (42%, 21%, 30%)

RGB channels and saturation

R 108 of 255 = 42%
G 53 of 255 = 21%
B 76 of 255 = 30%

108
53
76

R + G + B ~ 31%. #6C354C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 53 + 76 = 237 (100%)
R 108 of 237 ~ 45.57%
G 53 of 237 ~ 22.36%
B 76 of 237 ~ 32.07'%

%45.57
%22.36
%32.07

CMYK color model

#6C354C color CMYK value is (0,51,30,58).

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 29.63%
  • key color value is 57.65%

CMYK: (0,51,30,58)
C0M51Y30K58 (0%, 51%, 30%, 58%)
(0.00 / 0.51 / 0.30 / 0.58)

CMYK percentages

%0
%50.93
%29.63
%57.65

Codes

Color #6C354C in popluar color models

6C 35 4C
RGB 108 53 76
HSL 335° 34.16% 31.57%
HSB/HSV 335° 50.93% 42.35%
CMYK 0.00% 50.93% 29.63%
57.65%

Color #6C354C in popluar number systems.

HEX 6C 35 4C
Decimal 108 53 76
Binary 1101100 110101 1001100
Octal 154 65 114

Shades and tints

Shades of #6C354C

#6C354C
(108,53,76)
#633146
(99,49,70)
#5A2D40
(90,45,64)
#51293A
(81,41,58)
#482534
(72,37,52)
#3F212E
(63,33,46)
#361D28
(54,29,40)
#2D1922
(45,25,34)
#24151C
(36,21,28)
#1B1116
(27,17,22)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #6C354C

#6C354C
(108,53,76)
#79475C
(121,71,92)
#86596C
(134,89,108)
#936B7C
(147,107,124)
#A07D8C
(160,125,140)
#AD8F9C
(173,143,156)
#BAA1AC
(186,161,172)
#C7B3BC
(199,179,188)
#D4C5CC
(212,197,204)
#E1D7DC
(225,215,220)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C354C color. Also use rgb(108,53,76) instead hex code.

Text Font Color

.myTextColor { color: #6C354C; }

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

This text font color is #6C354C.

Background Color

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

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

This div background color is #6C354C.

Border color

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

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

This div border color is #6C354C.

Opacity

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

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

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

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

This text has shadow with #6C354C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C354C.

Preview

Color preview on black background

This text has color #6C354C on black background.


Color preview on white background

This text has color #6C354C on white background.


Black color preview on #6C354C background

This text has black color on #6C354C background.


White color preview on #6C354C background

This text has white color on #6C354C background.


Related colors

Complementary color

Complementary color for #hex is #93CAB3.


I love getcolorcode.com

Triadic colors

1 #4C6C35 and #354C6C with #6C354C are triadic colors.

2 #4C356C and #356C4C with #6C354C are triadic colors.