COLOR #6B464F

HEX: #6B464F
RGB: (107,70,79)

Color info

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

RGB color model

#6B464F color RGB value is (107,70,79).

  • red value is 107;
  • green value is 70;
  • blue value is 79.
RGB:
(107,70,79)
(42%,27%,31%)

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 79 of 255 = 31%

107
70
79

R + G + B ~ 33%. #6B464F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 79 = 256 (100%)
R 107 of 256 ~ 41.8%
G 70 of 256 ~ 27.34%
B 79 of 256 ~ 30.86%

%41.8
%27.34
%30.86

CMYK color model

#6B464F color CMYK value is (0,35,26,58).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 26.17%
  • key color value is 58.04%
CMYK:
(0,35,26,58)
C0M35Y26K58 
(0%,35%,26%,58%)
(0.00/0.35/0.26/0.58)	

CMYK percentages

%0
%34.58
%26.17
%58.04

Codes

Color #6B464F in popluar color models

6B464F
RGB1077079
HSL345°20.90%34.71%
HSB/HSV345°34.58%41.96%
CMYK0.00%34.58%26.17%
58.04%

Color #6B464F in popluar number systems.

HEX6B464F
Decimal1077079
Binary110101110001101001111
Octal153106117

Shades and tints

Shades of #6B464F

#6B464F
(107,70,79)
#624048
(98,64,72)
#593A41
(89,58,65)
#50343A
(80,52,58)
#472E33
(71,46,51)
#3E282C
(62,40,44)
#352225
(53,34,37)
#2C1C1E
(44,28,30)
#231617
(35,22,23)
#1A1010
(26,16,16)
#110A09
(17,10,9)
#000000
(0,0,0)

Tints of #6B464F

#6B464F
(107,70,79)
#78565F
(120,86,95)
#85666F
(133,102,111)
#92767F
(146,118,127)
#9F868F
(159,134,143)
#AC969F
(172,150,159)
#B9A6AF
(185,166,175)
#C6B6BF
(198,182,191)
#D3C6CF
(211,198,207)
#E0D6DF
(224,214,223)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B464F color. Also use rgb(107,70,79) instead hex code.

Text Font Color

.myTextColor { color: #6B464F; }

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

This text font color is #6B464F.


Background Color

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

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

This div background color is #6B464F.


Border color

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

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

This div border color is #6B464F.


Opacity

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

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

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

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

This text has shadow with #6B464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B464F on black background.


Color preview on white background

This text has color #6B464F on white background.



Black color preview on #6B464F background

This text has black color on #6B464F background.


White color preview on #6B464F background

This text has white color on #6B464F background.