COLOR #6B4F5B

HEX: #6B4F5B
RGB: (107,79,91)

Color info

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

RGB color model

#6B4F5B color RGB value is (107,79,91).

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

RGB channels and saturation

R 107 of 255 = 42%
G 79 of 255 = 31%
B 91 of 255 = 36%

107
79
91

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

Portions of RGB colors in percentages

R + G + B =
107 + 79 + 91 = 277 (100%)
R 107 of 277 ~ 38.63%
G 79 of 277 ~ 28.52%
B 91 of 277 ~ 32.85%

%38.63
%28.52
%32.85

CMYK color model

#6B4F5B color CMYK value is (0,26,15,58).

  • cyan value is 0.00%
  • magenta value is 26.17%
  • yellow value is 14.95%
  • key color value is 58.04%
CMYK:
(0,26,15,58)
C0M26Y15K58 
(0%,26%,15%,58%)
(0.00/0.26/0.15/0.58)	

CMYK percentages

%0
%26.17
%14.95
%58.04

Codes

Color #6B4F5B in popluar color models

6B4F5B
RGB1077991
HSL334°15.05%36.47%
HSB/HSV334°26.17%41.96%
CMYK0.00%26.17%14.95%
58.04%

Color #6B4F5B in popluar number systems.

HEX6B4F5B
Decimal1077991
Binary110101110011111011011
Octal153117133

Shades and tints

Shades of #6B4F5B

#6B4F5B
(107,79,91)
#624853
(98,72,83)
#59414B
(89,65,75)
#503A43
(80,58,67)
#47333B
(71,51,59)
#3E2C33
(62,44,51)
#35252B
(53,37,43)
#2C1E23
(44,30,35)
#23171B
(35,23,27)
#1A1013
(26,16,19)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #6B4F5B

#6B4F5B
(107,79,91)
#785F69
(120,95,105)
#856F77
(133,111,119)
#927F85
(146,127,133)
#9F8F93
(159,143,147)
#AC9FA1
(172,159,161)
#B9AFAF
(185,175,175)
#C6BFBD
(198,191,189)
#D3CFCB
(211,207,203)
#E0DFD9
(224,223,217)
#EDEFE7
(237,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4F5B; }

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

This text font color is #6B4F5B.


Background Color

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

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

This div background color is #6B4F5B.


Border color

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

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

This div border color is #6B4F5B.


Opacity

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

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

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

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

This text has shadow with #6B4F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4F5B on black background.


Color preview on white background

This text has color #6B4F5B on white background.



Black color preview on #6B4F5B background

This text has black color on #6B4F5B background.


White color preview on #6B4F5B background

This text has white color on #6B4F5B background.