COLOR #6B3548

HEX: #6B3548
RGB: (107,53,72)

Color info

#6B3548 contains red, green and blue colors in about the same proportion. Web safe color of #6B3548 is #663333 (or #633).

RGB color model

#6B3548 color RGB value is (107,53,72).

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

RGB channels and saturation

R 107 of 255 = 42%
G 53 of 255 = 21%
B 72 of 255 = 28%

107
53
72

R + G + B ~ 30%. #6B3548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 53 + 72 = 232 (100%)
R 107 of 232 ~ 46.12%
G 53 of 232 ~ 22.84%
B 72 of 232 ~ 31.03%

%46.12
%22.84
%31.03

CMYK color model

#6B3548 color CMYK value is (0,50,33,58).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 32.71%
  • key color value is 58.04%
CMYK:
(0,50,33,58)
C0M50Y33K58 
(0%,50%,33%,58%)
(0.00/0.50/0.33/0.58)	

CMYK percentages

%0
%50.47
%32.71
%58.04

Codes

Color #6B3548 in popluar color models

6B3548
RGB1075372
HSL339°33.75%31.37%
HSB/HSV339°50.47%41.96%
CMYK0.00%50.47%32.71%
58.04%

Color #6B3548 in popluar number systems.

HEX6B3548
Decimal1075372
Binary11010111101011001000
Octal15365110

Shades and tints

Shades of #6B3548

#6B3548
(107,53,72)
#623142
(98,49,66)
#592D3C
(89,45,60)
#502936
(80,41,54)
#472530
(71,37,48)
#3E212A
(62,33,42)
#351D24
(53,29,36)
#2C191E
(44,25,30)
#231518
(35,21,24)
#1A1112
(26,17,18)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B3548

#6B3548
(107,53,72)
#784758
(120,71,88)
#855968
(133,89,104)
#926B78
(146,107,120)
#9F7D88
(159,125,136)
#AC8F98
(172,143,152)
#B9A1A8
(185,161,168)
#C6B3B8
(198,179,184)
#D3C5C8
(211,197,200)
#E0D7D8
(224,215,216)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B3548; }

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

This text font color is #6B3548.


Background Color

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

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

This div background color is #6B3548.


Border color

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

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

This div border color is #6B3548.


Opacity

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

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

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

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

This text has shadow with #6B3548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B3548 on black background.


Color preview on white background

This text has color #6B3548 on white background.



Black color preview on #6B3548 background

This text has black color on #6B3548 background.


White color preview on #6B3548 background

This text has white color on #6B3548 background.