COLOR #6B4E5C

HEX: #6B4E5C
RGB: (107,78,92)

Color info

#6B4E5C contains red, green and blue colors in about the same proportion. Web safe color of #6B4E5C is #666666 (or #666).

RGB color model

#6B4E5C color RGB value is (107,78,92).

  • red value is 107;
  • green value is 78;
  • blue value is 92.
RGB:
(107,78,92)
(42%,31%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 78 of 255 = 31%
B 92 of 255 = 36%

107
78
92

R + G + B ~ 36%. #6B4E5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 78 + 92 = 277 (100%)
R 107 of 277 ~ 38.63%
G 78 of 277 ~ 28.16%
B 92 of 277 ~ 33.21%

%38.63
%28.16
%33.21

CMYK color model

#6B4E5C color CMYK value is (0,27,14,58).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(0,27,14,58)
C0M27Y14K58 
(0%,27%,14%,58%)
(0.00/0.27/0.14/0.58)	

CMYK percentages

%0
%27.1
%14.02
%58.04

Codes

Color #6B4E5C in popluar color models

6B4E5C
RGB1077892
HSL331°15.68%36.27%
HSB/HSV331°27.10%41.96%
CMYK0.00%27.10%14.02%
58.04%

Color #6B4E5C in popluar number systems.

HEX6B4E5C
Decimal1077892
Binary110101110011101011100
Octal153116134

Shades and tints

Shades of #6B4E5C

#6B4E5C
(107,78,92)
#624754
(98,71,84)
#59404C
(89,64,76)
#503944
(80,57,68)
#47323C
(71,50,60)
#3E2B34
(62,43,52)
#35242C
(53,36,44)
#2C1D24
(44,29,36)
#23161C
(35,22,28)
#1A0F14
(26,15,20)
#11080C
(17,8,12)
#000000
(0,0,0)

Tints of #6B4E5C

#6B4E5C
(107,78,92)
#785E6A
(120,94,106)
#856E78
(133,110,120)
#927E86
(146,126,134)
#9F8E94
(159,142,148)
#AC9EA2
(172,158,162)
#B9AEB0
(185,174,176)
#C6BEBE
(198,190,190)
#D3CECC
(211,206,204)
#E0DEDA
(224,222,218)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4E5C color. Also use rgb(107,78,92) instead hex code.

Text Font Color

.myTextColor { color: #6B4E5C; }

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

This text font color is #6B4E5C.


Background Color

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

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

This div background color is #6B4E5C.


Border color

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

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

This div border color is #6B4E5C.


Opacity

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

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

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

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

This text has shadow with #6B4E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4E5C on black background.


Color preview on white background

This text has color #6B4E5C on white background.



Black color preview on #6B4E5C background

This text has black color on #6B4E5C background.


White color preview on #6B4E5C background

This text has white color on #6B4E5C background.