COLOR #6B3452

HEX: #6B3452
RGB: (107,52,82)

Color info

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

RGB color model

#6B3452 color RGB value is (107,52,82).

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

RGB channels and saturation

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

107
52
82

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

Portions of RGB colors in percentages

R + G + B =
107 + 52 + 82 = 241 (100%)
R 107 of 241 ~ 44.4%
G 52 of 241 ~ 21.58%
B 82 of 241 ~ 34.02%

%44.4
%21.58
%34.02

CMYK color model

#6B3452 color CMYK value is (0,51,23,58).

  • cyan value is 0.00%
  • magenta value is 51.40%
  • yellow value is 23.36%
  • key color value is 58.04%
CMYK:
(0,51,23,58)
C0M51Y23K58 
(0%,51%,23%,58%)
(0.00/0.51/0.23/0.58)	

CMYK percentages

%0
%51.4
%23.36
%58.04

Codes

Color #6B3452 in popluar color models

6B3452
RGB1075282
HSL327°34.59%31.18%
HSB/HSV327°51.40%41.96%
CMYK0.00%51.40%23.36%
58.04%

Color #6B3452 in popluar number systems.

HEX6B3452
Decimal1075282
Binary11010111101001010010
Octal15364122

Shades and tints

Shades of #6B3452

#6B3452
(107,52,82)
#62304B
(98,48,75)
#592C44
(89,44,68)
#50283D
(80,40,61)
#472436
(71,36,54)
#3E202F
(62,32,47)
#351C28
(53,28,40)
#2C1821
(44,24,33)
#23141A
(35,20,26)
#1A1013
(26,16,19)
#110C0C
(17,12,12)
#000000
(0,0,0)

Tints of #6B3452

#6B3452
(107,52,82)
#784661
(120,70,97)
#855870
(133,88,112)
#926A7F
(146,106,127)
#9F7C8E
(159,124,142)
#AC8E9D
(172,142,157)
#B9A0AC
(185,160,172)
#C6B2BB
(198,178,187)
#D3C4CA
(211,196,202)
#E0D6D9
(224,214,217)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3452; }

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

This text font color is #6B3452.


Background Color

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

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

This div background color is #6B3452.


Border color

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

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

This div border color is #6B3452.


Opacity

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

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

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

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

This text has shadow with #6B3452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3452 on black background.


Color preview on white background

This text has color #6B3452 on white background.



Black color preview on #6B3452 background

This text has black color on #6B3452 background.


White color preview on #6B3452 background

This text has white color on #6B3452 background.