COLOR #6C574E

HEX: #6C574E
RGB: (108,87,78)

Color info

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

RGB color model

#6C574E color RGB value is (108,87,78).

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

RGB channels and saturation

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

108
87
78

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

Portions of RGB colors in percentages

R + G + B =
108 + 87 + 78 = 273 (100%)
R 108 of 273 ~ 39.56%
G 87 of 273 ~ 31.87%
B 78 of 273 ~ 28.57%

%39.56
%31.87
%28.57

CMYK color model

#6C574E color CMYK value is (0,19,28,58).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 27.78%
  • key color value is 57.65%
CMYK:
(0,19,28,58)
C0M19Y28K58 
(0%,19%,28%,58%)
(0.00/0.19/0.28/0.58)	

CMYK percentages

%0
%19.44
%27.78
%57.65

Codes

Color #6C574E in popluar color models

6C574E
RGB1088778
HSL18°16.13%36.47%
HSB/HSV18°27.78%42.35%
CMYK0.00%19.44%27.78%
57.65%

Color #6C574E in popluar number systems.

HEX6C574E
Decimal1088778
Binary110110010101111001110
Octal154127116

Shades and tints

Shades of #6C574E

#6C574E
(108,87,78)
#635047
(99,80,71)
#5A4940
(90,73,64)
#514239
(81,66,57)
#483B32
(72,59,50)
#3F342B
(63,52,43)
#362D24
(54,45,36)
#2D261D
(45,38,29)
#241F16
(36,31,22)
#1B180F
(27,24,15)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #6C574E

#6C574E
(108,87,78)
#79665E
(121,102,94)
#86756E
(134,117,110)
#93847E
(147,132,126)
#A0938E
(160,147,142)
#ADA29E
(173,162,158)
#BAB1AE
(186,177,174)
#C7C0BE
(199,192,190)
#D4CFCE
(212,207,206)
#E1DEDE
(225,222,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C574E; }

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

This text font color is #6C574E.


Background Color

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

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

This div background color is #6C574E.


Border color

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

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

This div border color is #6C574E.


Opacity

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

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

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

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

This text has shadow with #6C574E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C574E on black background.


Color preview on white background

This text has color #6C574E on white background.



Black color preview on #6C574E background

This text has black color on #6C574E background.


White color preview on #6C574E background

This text has white color on #6C574E background.