COLOR #6C334D

HEX: #6C334D
RGB: (108,51,77)

Color info

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

RGB color model

#6C334D color RGB value is (108,51,77).

  • red value is 108;
  • green value is 51;
  • blue value is 77.
RGB:
(108,51,77)
(42%,20%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 51 of 255 = 20%
B 77 of 255 = 30%

108
51
77

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

Portions of RGB colors in percentages

R + G + B =
108 + 51 + 77 = 236 (100%)
R 108 of 236 ~ 45.76%
G 51 of 236 ~ 21.61%
B 77 of 236 ~ 32.63%

%45.76
%21.61
%32.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(0,53,29,58)
C0M53Y29K58 
(0%,53%,29%,58%)
(0.00/0.53/0.29/0.58)	

CMYK percentages

%0
%52.78
%28.7
%57.65

Codes

Color #6C334D in popluar color models

6C334D
RGB1085177
HSL333°35.85%31.18%
HSB/HSV333°52.78%42.35%
CMYK0.00%52.78%28.70%
57.65%

Color #6C334D in popluar number systems.

HEX6C334D
Decimal1085177
Binary11011001100111001101
Octal15463115

Shades and tints

Shades of #6C334D

#6C334D
(108,51,77)
#632F46
(99,47,70)
#5A2B3F
(90,43,63)
#512738
(81,39,56)
#482331
(72,35,49)
#3F1F2A
(63,31,42)
#361B23
(54,27,35)
#2D171C
(45,23,28)
#241315
(36,19,21)
#1B0F0E
(27,15,14)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #6C334D

#6C334D
(108,51,77)
#79455D
(121,69,93)
#86576D
(134,87,109)
#93697D
(147,105,125)
#A07B8D
(160,123,141)
#AD8D9D
(173,141,157)
#BA9FAD
(186,159,173)
#C7B1BD
(199,177,189)
#D4C3CD
(212,195,205)
#E1D5DD
(225,213,221)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C334D; }

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

This text font color is #6C334D.


Background Color

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

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

This div background color is #6C334D.


Border color

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

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

This div border color is #6C334D.


Opacity

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

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

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

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

This text has shadow with #6C334D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C334D on black background.


Color preview on white background

This text has color #6C334D on white background.



Black color preview on #6C334D background

This text has black color on #6C334D background.


White color preview on #6C334D background

This text has white color on #6C334D background.