COLOR #6C584E

HEX: #6C584E RGB: (108,88,78)

Color info

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

RGB color model

#6C584E color RGB value is (108,88,78).

RGB: (108,88,78) (42%, 35%, 31%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 78 of 255 = 31%

108
88
78

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

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 78 = 274 (100%)
R 108 of 274 ~ 39.42%
G 88 of 274 ~ 32.12%
B 78 of 274 ~ 28.47'%

%39.42
%32.12
%28.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.52%
  • 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
%18.52
%27.78
%57.65

Codes

Color #6C584E in popluar color models

6C 58 4E
RGB 108 88 78
HSL 20° 16.13% 36.47%
HSB/HSV 20° 27.78% 42.35%
CMYK 0.00% 18.52% 27.78%
57.65%

Color #6C584E in popluar number systems.

HEX 6C 58 4E
Decimal 108 88 78
Binary 1101100 1011000 1001110
Octal 154 130 116

Shades and tints

Shades of #6C584E

#6C584E
(108,88,78)
#635047
(99,80,71)
#5A4840
(90,72,64)
#514039
(81,64,57)
#483832
(72,56,50)
#3F302B
(63,48,43)
#362824
(54,40,36)
#2D201D
(45,32,29)
#241816
(36,24,22)
#1B100F
(27,16,15)
#120808
(18,8,8)
#000000
(0,0,0)

Tints of #6C584E

#6C584E
(108,88,78)
#79675E
(121,103,94)
#86766E
(134,118,110)
#93857E
(147,133,126)
#A0948E
(160,148,142)
#ADA39E
(173,163,158)
#BAB2AE
(186,178,174)
#C7C1BE
(199,193,190)
#D4D0CE
(212,208,206)
#E1DFDE
(225,223,222)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C584E; }

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

This text font color is #6C584E.

Background Color

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

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

This div background color is #6C584E.

Border color

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

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

This div border color is #6C584E.

Opacity

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

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

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

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

This text has shadow with #6C584E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C584E.

Preview

Color preview on black background

This text has color #6C584E on black background.


Color preview on white background

This text has color #6C584E on white background.


Black color preview on #6C584E background

This text has black color on #6C584E background.


White color preview on #6C584E background

This text has white color on #6C584E background.


Related colors

Complementary color

Complementary color for #hex is #93A7B1.


I love getcolorcode.com

Triadic colors

1 #4E6C58 and #584E6C with #6C584E are triadic colors.

2 #4E586C and #586C4E with #6C584E are triadic colors.