COLOR #6C3452

HEX: #6C3452
RGB: (108,52,82)

Color info

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

RGB color model

#6C3452 color RGB value is (108,52,82).

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

RGB channels and saturation

R 108 of 255 = 42%
G 52 of 255 = 20%
B 82 of 255 = 32%

108
52
82

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

Portions of RGB colors in percentages

R + G + B =
108 + 52 + 82 = 242 (100%)
R 108 of 242 ~ 44.63%
G 52 of 242 ~ 21.49%
B 82 of 242 ~ 33.88%

%44.63
%21.49
%33.88

CMYK color model

#6C3452 color CMYK value is (0,52,24,58).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(0,52,24,58)
C0M52Y24K58 
(0%,52%,24%,58%)
(0.00/0.52/0.24/0.58)	

CMYK percentages

%0
%51.85
%24.07
%57.65

Codes

Color #6C3452 in popluar color models

6C3452
RGB1085282
HSL328°35.00%31.37%
HSB/HSV328°51.85%42.35%
CMYK0.00%51.85%24.07%
57.65%

Color #6C3452 in popluar number systems.

HEX6C3452
Decimal1085282
Binary11011001101001010010
Octal15464122

Shades and tints

Shades of #6C3452

#6C3452
(108,52,82)
#63304B
(99,48,75)
#5A2C44
(90,44,68)
#51283D
(81,40,61)
#482436
(72,36,54)
#3F202F
(63,32,47)
#361C28
(54,28,40)
#2D1821
(45,24,33)
#24141A
(36,20,26)
#1B1013
(27,16,19)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C3452

#6C3452
(108,52,82)
#794661
(121,70,97)
#865870
(134,88,112)
#936A7F
(147,106,127)
#A07C8E
(160,124,142)
#AD8E9D
(173,142,157)
#BAA0AC
(186,160,172)
#C7B2BB
(199,178,187)
#D4C4CA
(212,196,202)
#E1D6D9
(225,214,217)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3452; }

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

This text font color is #6C3452.


Background Color

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

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

This div background color is #6C3452.


Border color

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

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

This div border color is #6C3452.


Opacity

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

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

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

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

This text has shadow with #6C3452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3452 on black background.


Color preview on white background

This text has color #6C3452 on white background.



Black color preview on #6C3452 background

This text has black color on #6C3452 background.


White color preview on #6C3452 background

This text has white color on #6C3452 background.