COLOR #6B3253

HEX: #6B3253 RGB: (107,50,83)

Color info

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

RGB color model

#6B3253 color RGB value is (107,50,83).

RGB: (107,50,83) (42%, 20%, 33%)

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 83 of 255 = 33%

107
50
83

R + G + B ~ 32%. #6B3253 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 50 + 83 = 240 (100%)
R 107 of 240 ~ 44.58%
G 50 of 240 ~ 20.83%
B 83 of 240 ~ 34.58'%

%44.58
%20.83
%34.58

CMYK color model

#6B3253 color CMYK value is (0,53,22,58).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 22.43%
  • key color value is 58.04%

CMYK: (0,53,22,58)
C0M53Y22K58 (0%, 53%, 22%, 58%)
(0.00 / 0.53 / 0.22 / 0.58)

CMYK percentages

%0
%53.27
%22.43
%58.04

Codes

Color #6B3253 in popluar color models

6B 32 53
RGB 107 50 83
HSL 325° 36.31% 30.78%
HSB/HSV 325° 53.27% 41.96%
CMYK 0.00% 53.27% 22.43%
58.04%

Color #6B3253 in popluar number systems.

HEX 6B 32 53
Decimal 107 50 83
Binary 1101011 110010 1010011
Octal 153 62 123

Shades and tints

Shades of #6B3253

#6B3253
(107,50,83)
#622E4C
(98,46,76)
#592A45
(89,42,69)
#50263E
(80,38,62)
#472237
(71,34,55)
#3E1E30
(62,30,48)
#351A29
(53,26,41)
#2C1622
(44,22,34)
#23121B
(35,18,27)
#1A0E14
(26,14,20)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #6B3253

#6B3253
(107,50,83)
#784462
(120,68,98)
#855671
(133,86,113)
#926880
(146,104,128)
#9F7A8F
(159,122,143)
#AC8C9E
(172,140,158)
#B99EAD
(185,158,173)
#C6B0BC
(198,176,188)
#D3C2CB
(211,194,203)
#E0D4DA
(224,212,218)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3253 color. Also use rgb(107,50,83) instead hex code.

Text Font Color

.myTextColor { color: #6B3253; }

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

This text font color is #6B3253.

Background Color

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

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

This div background color is #6B3253.

Border color

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

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

This div border color is #6B3253.

Opacity

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

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

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

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

This text has shadow with #6B3253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B3253.

Preview

Color preview on black background

This text has color #6B3253 on black background.


Color preview on white background

This text has color #6B3253 on white background.


Black color preview on #6B3253 background

This text has black color on #6B3253 background.


White color preview on #6B3253 background

This text has white color on #6B3253 background.


Related colors

Complementary color

Complementary color for #hex is #94CDAC.


I love getcolorcode.com

Triadic colors

1 #536B32 and #32536B with #6B3253 are triadic colors.

2 #53326B and #326B53 with #6B3253 are triadic colors.