COLOR #6B3052

HEX: #6B3052
RGB: (107,48,82)

Color info

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

RGB color model

#6B3052 color RGB value is (107,48,82).

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

RGB channels and saturation

R 107 of 255 = 42%
G 48 of 255 = 19%
B 82 of 255 = 32%

107
48
82

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

Portions of RGB colors in percentages

R + G + B =
107 + 48 + 82 = 237 (100%)
R 107 of 237 ~ 45.15%
G 48 of 237 ~ 20.25%
B 82 of 237 ~ 34.6%

%45.15
%20.25
%34.6

CMYK color model

#6B3052 color CMYK value is (0,55,23,58).

  • cyan value is 0.00%
  • magenta value is 55.14%
  • yellow value is 23.36%
  • key color value is 58.04%
CMYK:
(0,55,23,58)
C0M55Y23K58 
(0%,55%,23%,58%)
(0.00/0.55/0.23/0.58)	

CMYK percentages

%0
%55.14
%23.36
%58.04

Codes

Color #6B3052 in popluar color models

6B3052
RGB1074882
HSL325°38.06%30.39%
HSB/HSV325°55.14%41.96%
CMYK0.00%55.14%23.36%
58.04%

Color #6B3052 in popluar number systems.

HEX6B3052
Decimal1074882
Binary11010111100001010010
Octal15360122

Shades and tints

Shades of #6B3052

#6B3052
(107,48,82)
#622C4B
(98,44,75)
#592844
(89,40,68)
#50243D
(80,36,61)
#472036
(71,32,54)
#3E1C2F
(62,28,47)
#351828
(53,24,40)
#2C1421
(44,20,33)
#23101A
(35,16,26)
#1A0C13
(26,12,19)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #6B3052

#6B3052
(107,48,82)
#784261
(120,66,97)
#855470
(133,84,112)
#92667F
(146,102,127)
#9F788E
(159,120,142)
#AC8A9D
(172,138,157)
#B99CAC
(185,156,172)
#C6AEBB
(198,174,187)
#D3C0CA
(211,192,202)
#E0D2D9
(224,210,217)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3052; }

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

This text font color is #6B3052.


Background Color

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

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

This div background color is #6B3052.


Border color

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

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

This div border color is #6B3052.


Opacity

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

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

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

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

This text has shadow with #6B3052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3052 on black background.


Color preview on white background

This text has color #6B3052 on white background.



Black color preview on #6B3052 background

This text has black color on #6B3052 background.


White color preview on #6B3052 background

This text has white color on #6B3052 background.