COLOR #6B576A

HEX: #6B576A
RGB: (107,87,106)

Color info

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

RGB color model

#6B576A color RGB value is (107,87,106).

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

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 106 of 255 = 42%

107
87
106

R + G + B ~ 39%. #6B576A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 106 = 300 (100%)
R 107 of 300 ~ 35.67%
G 87 of 300 ~ 29%
B 106 of 300 ~ 35.33%

%35.67
%29
%35.33

CMYK color model

#6B576A color CMYK value is (0,19,1,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(0,19,1,58)
C0M19Y1K58 
(0%,19%,1%,58%)
(0.00/0.19/0.01/0.58)	

CMYK percentages

%0
%18.69
%0.93
%58.04

Codes

Color #6B576A in popluar color models

6B576A
RGB10787106
HSL303°10.31%38.04%
HSB/HSV303°18.69%41.96%
CMYK0.00%18.69%0.93%
58.04%

Color #6B576A in popluar number systems.

HEX6B576A
Decimal10787106
Binary110101110101111101010
Octal153127152

Shades and tints

Shades of #6B576A

#6B576A
(107,87,106)
#625061
(98,80,97)
#594958
(89,73,88)
#50424F
(80,66,79)
#473B46
(71,59,70)
#3E343D
(62,52,61)
#352D34
(53,45,52)
#2C262B
(44,38,43)
#231F22
(35,31,34)
#1A1819
(26,24,25)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #6B576A

#6B576A
(107,87,106)
#786677
(120,102,119)
#857584
(133,117,132)
#928491
(146,132,145)
#9F939E
(159,147,158)
#ACA2AB
(172,162,171)
#B9B1B8
(185,177,184)
#C6C0C5
(198,192,197)
#D3CFD2
(211,207,210)
#E0DEDF
(224,222,223)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B576A; }

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

This text font color is #6B576A.


Background Color

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

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

This div background color is #6B576A.


Border color

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

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

This div border color is #6B576A.


Opacity

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

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

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

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

This text has shadow with #6B576A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B576A on black background.


Color preview on white background

This text has color #6B576A on white background.



Black color preview on #6B576A background

This text has black color on #6B576A background.


White color preview on #6B576A background

This text has white color on #6B576A background.