COLOR #6B575B

HEX: #6B575B
RGB: (107,87,91)

Color info

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

RGB color model

#6B575B color RGB value is (107,87,91).

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

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 91 of 255 = 36%

107
87
91

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 91 = 285 (100%)
R 107 of 285 ~ 37.54%
G 87 of 285 ~ 30.53%
B 91 of 285 ~ 31.93%

%37.54
%30.53
%31.93

CMYK color model

#6B575B color CMYK value is (0,19,15,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 14.95%
  • key color value is 58.04%
CMYK:
(0,19,15,58)
C0M19Y15K58 
(0%,19%,15%,58%)
(0.00/0.19/0.15/0.58)	

CMYK percentages

%0
%18.69
%14.95
%58.04

Codes

Color #6B575B in popluar color models

6B575B
RGB1078791
HSL348°10.31%38.04%
HSB/HSV348°18.69%41.96%
CMYK0.00%18.69%14.95%
58.04%

Color #6B575B in popluar number systems.

HEX6B575B
Decimal1078791
Binary110101110101111011011
Octal153127133

Shades and tints

Shades of #6B575B

#6B575B
(107,87,91)
#625053
(98,80,83)
#59494B
(89,73,75)
#504243
(80,66,67)
#473B3B
(71,59,59)
#3E3433
(62,52,51)
#352D2B
(53,45,43)
#2C2623
(44,38,35)
#231F1B
(35,31,27)
#1A1813
(26,24,19)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B575B

#6B575B
(107,87,91)
#786669
(120,102,105)
#857577
(133,117,119)
#928485
(146,132,133)
#9F9393
(159,147,147)
#ACA2A1
(172,162,161)
#B9B1AF
(185,177,175)
#C6C0BD
(198,192,189)
#D3CFCB
(211,207,203)
#E0DED9
(224,222,217)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B575B; }

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

This text font color is #6B575B.


Background Color

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

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

This div background color is #6B575B.


Border color

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

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

This div border color is #6B575B.


Opacity

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

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

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

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

This text has shadow with #6B575B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B575B on black background.


Color preview on white background

This text has color #6B575B on white background.



Black color preview on #6B575B background

This text has black color on #6B575B background.


White color preview on #6B575B background

This text has white color on #6B575B background.