COLOR #6C4052

HEX: #6C4052
RGB: (108,64,82)

Color info

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

RGB color model

#6C4052 color RGB value is (108,64,82).

  • red value is 108;
  • green value is 64;
  • blue value is 82.
RGB:
(108,64,82)
(42%,25%,32%)

RGB channels and saturation

R 108 of 255 = 42%
G 64 of 255 = 25%
B 82 of 255 = 32%

108
64
82

R + G + B ~ 33%. #6C4052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 64 + 82 = 254 (100%)
R 108 of 254 ~ 42.52%
G 64 of 254 ~ 25.2%
B 82 of 254 ~ 32.28%

%42.52
%25.2
%32.28

CMYK color model

#6C4052 color CMYK value is (0,41,24,58).

  • cyan value is 0.00%
  • magenta value is 40.74%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(0,41,24,58)
C0M41Y24K58 
(0%,41%,24%,58%)
(0.00/0.41/0.24/0.58)	

CMYK percentages

%0
%40.74
%24.07
%57.65

Codes

Color #6C4052 in popluar color models

6C4052
RGB1086482
HSL335°25.58%33.73%
HSB/HSV335°40.74%42.35%
CMYK0.00%40.74%24.07%
57.65%

Color #6C4052 in popluar number systems.

HEX6C4052
Decimal1086482
Binary110110010000001010010
Octal154100122

Shades and tints

Shades of #6C4052

#6C4052
(108,64,82)
#633B4B
(99,59,75)
#5A3644
(90,54,68)
#51313D
(81,49,61)
#482C36
(72,44,54)
#3F272F
(63,39,47)
#362228
(54,34,40)
#2D1D21
(45,29,33)
#24181A
(36,24,26)
#1B1313
(27,19,19)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C4052

#6C4052
(108,64,82)
#795161
(121,81,97)
#866270
(134,98,112)
#93737F
(147,115,127)
#A0848E
(160,132,142)
#AD959D
(173,149,157)
#BAA6AC
(186,166,172)
#C7B7BB
(199,183,187)
#D4C8CA
(212,200,202)
#E1D9D9
(225,217,217)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4052 color. Also use rgb(108,64,82) instead hex code.

Text Font Color

.myTextColor { color: #6C4052; }

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

This text font color is #6C4052.


Background Color

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

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

This div background color is #6C4052.


Border color

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

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

This div border color is #6C4052.


Opacity

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

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

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

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

This text has shadow with #6C4052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4052 on black background.


Color preview on white background

This text has color #6C4052 on white background.



Black color preview on #6C4052 background

This text has black color on #6C4052 background.


White color preview on #6C4052 background

This text has white color on #6C4052 background.