COLOR #6B3557

HEX: #6B3557
RGB: (107,53,87)

Color info

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

RGB color model

#6B3557 color RGB value is (107,53,87).

  • red value is 107;
  • green value is 53;
  • blue value is 87.
RGB:
(107,53,87)
(42%,21%,34%)

RGB channels and saturation

R 107 of 255 = 42%
G 53 of 255 = 21%
B 87 of 255 = 34%

107
53
87

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

Portions of RGB colors in percentages

R + G + B =
107 + 53 + 87 = 247 (100%)
R 107 of 247 ~ 43.32%
G 53 of 247 ~ 21.46%
B 87 of 247 ~ 35.22%

%43.32
%21.46
%35.22

CMYK color model

#6B3557 color CMYK value is (0,50,19,58).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 18.69%
  • key color value is 58.04%
CMYK:
(0,50,19,58)
C0M50Y19K58 
(0%,50%,19%,58%)
(0.00/0.50/0.19/0.58)	

CMYK percentages

%0
%50.47
%18.69
%58.04

Codes

Color #6B3557 in popluar color models

6B3557
RGB1075387
HSL322°33.75%31.37%
HSB/HSV322°50.47%41.96%
CMYK0.00%50.47%18.69%
58.04%

Color #6B3557 in popluar number systems.

HEX6B3557
Decimal1075387
Binary11010111101011010111
Octal15365127

Shades and tints

Shades of #6B3557

#6B3557
(107,53,87)
#623150
(98,49,80)
#592D49
(89,45,73)
#502942
(80,41,66)
#47253B
(71,37,59)
#3E2134
(62,33,52)
#351D2D
(53,29,45)
#2C1926
(44,25,38)
#23151F
(35,21,31)
#1A1118
(26,17,24)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #6B3557

#6B3557
(107,53,87)
#784766
(120,71,102)
#855975
(133,89,117)
#926B84
(146,107,132)
#9F7D93
(159,125,147)
#AC8FA2
(172,143,162)
#B9A1B1
(185,161,177)
#C6B3C0
(198,179,192)
#D3C5CF
(211,197,207)
#E0D7DE
(224,215,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B3557 color. Also use rgb(107,53,87) instead hex code.

Text Font Color

.myTextColor { color: #6B3557; }

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

This text font color is #6B3557.


Background Color

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

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

This div background color is #6B3557.


Border color

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

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

This div border color is #6B3557.


Opacity

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

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

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

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

This text has shadow with #6B3557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3557 on black background.


Color preview on white background

This text has color #6B3557 on white background.



Black color preview on #6B3557 background

This text has black color on #6B3557 background.


White color preview on #6B3557 background

This text has white color on #6B3557 background.