COLOR #6B574E

HEX: #6B574E
RGB: (107,87,78)

Color info

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

RGB color model

#6B574E color RGB value is (107,87,78).

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

RGB channels and saturation

R 107 of 255 = 42%
G 87 of 255 = 34%
B 78 of 255 = 31%

107
87
78

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

Portions of RGB colors in percentages

R + G + B =
107 + 87 + 78 = 272 (100%)
R 107 of 272 ~ 39.34%
G 87 of 272 ~ 31.99%
B 78 of 272 ~ 28.68%

%39.34
%31.99
%28.68

CMYK color model

#6B574E color CMYK value is (0,19,27,58).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 27.10%
  • key color value is 58.04%
CMYK:
(0,19,27,58)
C0M19Y27K58 
(0%,19%,27%,58%)
(0.00/0.19/0.27/0.58)	

CMYK percentages

%0
%18.69
%27.1
%58.04

Codes

Color #6B574E in popluar color models

6B574E
RGB1078778
HSL19°15.68%36.27%
HSB/HSV19°27.10%41.96%
CMYK0.00%18.69%27.10%
58.04%

Color #6B574E in popluar number systems.

HEX6B574E
Decimal1078778
Binary110101110101111001110
Octal153127116

Shades and tints

Shades of #6B574E

#6B574E
(107,87,78)
#625047
(98,80,71)
#594940
(89,73,64)
#504239
(80,66,57)
#473B32
(71,59,50)
#3E342B
(62,52,43)
#352D24
(53,45,36)
#2C261D
(44,38,29)
#231F16
(35,31,22)
#1A180F
(26,24,15)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #6B574E

#6B574E
(107,87,78)
#78665E
(120,102,94)
#85756E
(133,117,110)
#92847E
(146,132,126)
#9F938E
(159,147,142)
#ACA29E
(172,162,158)
#B9B1AE
(185,177,174)
#C6C0BE
(198,192,190)
#D3CFCE
(211,207,206)
#E0DEDE
(224,222,222)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B574E; }

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

This text font color is #6B574E.


Background Color

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

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

This div background color is #6B574E.


Border color

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

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

This div border color is #6B574E.


Opacity

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

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

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

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

This text has shadow with #6B574E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B574E on black background.


Color preview on white background

This text has color #6B574E on white background.



Black color preview on #6B574E background

This text has black color on #6B574E background.


White color preview on #6B574E background

This text has white color on #6B574E background.