COLOR #6B4C62

HEX: #6B4C62
RGB: (107,76,98)

Color info

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

RGB color model

#6B4C62 color RGB value is (107,76,98).

  • red value is 107;
  • green value is 76;
  • blue value is 98.
RGB:
(107,76,98)
(42%,30%,38%)

RGB channels and saturation

R 107 of 255 = 42%
G 76 of 255 = 30%
B 98 of 255 = 38%

107
76
98

R + G + B ~ 37%. #6B4C62 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 76 + 98 = 281 (100%)
R 107 of 281 ~ 38.08%
G 76 of 281 ~ 27.05%
B 98 of 281 ~ 34.88%

%38.08
%27.05
%34.88

CMYK color model

#6B4C62 color CMYK value is (0,29,8,58).

  • cyan value is 0.00%
  • magenta value is 28.97%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(0,29,8,58)
C0M29Y8K58 
(0%,29%,8%,58%)
(0.00/0.29/0.08/0.58)	

CMYK percentages

%0
%28.97
%8.41
%58.04

Codes

Color #6B4C62 in popluar color models

6B4C62
RGB1077698
HSL317°16.94%35.88%
HSB/HSV317°28.97%41.96%
CMYK0.00%28.97%8.41%
58.04%

Color #6B4C62 in popluar number systems.

HEX6B4C62
Decimal1077698
Binary110101110011001100010
Octal153114142

Shades and tints

Shades of #6B4C62

#6B4C62
(107,76,98)
#62465A
(98,70,90)
#594052
(89,64,82)
#503A4A
(80,58,74)
#473442
(71,52,66)
#3E2E3A
(62,46,58)
#352832
(53,40,50)
#2C222A
(44,34,42)
#231C22
(35,28,34)
#1A161A
(26,22,26)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #6B4C62

#6B4C62
(107,76,98)
#785C70
(120,92,112)
#856C7E
(133,108,126)
#927C8C
(146,124,140)
#9F8C9A
(159,140,154)
#AC9CA8
(172,156,168)
#B9ACB6
(185,172,182)
#C6BCC4
(198,188,196)
#D3CCD2
(211,204,210)
#E0DCE0
(224,220,224)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4C62 color. Also use rgb(107,76,98) instead hex code.

Text Font Color

.myTextColor { color: #6B4C62; }

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

This text font color is #6B4C62.


Background Color

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

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

This div background color is #6B4C62.


Border color

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

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

This div border color is #6B4C62.


Opacity

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

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

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

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

This text has shadow with #6B4C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4C62 on black background.


Color preview on white background

This text has color #6B4C62 on white background.



Black color preview on #6B4C62 background

This text has black color on #6B4C62 background.


White color preview on #6B4C62 background

This text has white color on #6B4C62 background.