COLOR #6C584A

HEX: #6C584A RGB: (108,88,74)

Color info

#6C584A contains red, green and blue colors in about the same proportion. Web safe color of #6C584A is #666633 (or #663).

RGB color model

#6C584A color RGB value is (108,88,74).

RGB: (108,88,74) (42%, 35%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 74 of 255 = 29%

108
88
74

R + G + B ~ 35%. #6C584A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 74 = 270 (100%)
R 108 of 270 ~ 40%
G 88 of 270 ~ 32.59%
B 74 of 270 ~ 27.41'%

%40
%32.59
%27.41

CMYK color model

#6C584A color CMYK value is (0,19,31,58).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 31.48%
  • key color value is 57.65%

CMYK: (0,19,31,58)
C0M19Y31K58 (0%, 19%, 31%, 58%)
(0.00 / 0.19 / 0.31 / 0.58)

CMYK percentages

%0
%18.52
%31.48
%57.65

Codes

Color #6C584A in popluar color models

6C 58 4A
RGB 108 88 74
HSL 25° 18.68% 35.69%
HSB/HSV 25° 31.48% 42.35%
CMYK 0.00% 18.52% 31.48%
57.65%

Color #6C584A in popluar number systems.

HEX 6C 58 4A
Decimal 108 88 74
Binary 1101100 1011000 1001010
Octal 154 130 112

Shades and tints

Shades of #6C584A

#6C584A
(108,88,74)
#635044
(99,80,68)
#5A483E
(90,72,62)
#514038
(81,64,56)
#483832
(72,56,50)
#3F302C
(63,48,44)
#362826
(54,40,38)
#2D2020
(45,32,32)
#24181A
(36,24,26)
#1B1014
(27,16,20)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #6C584A

#6C584A
(108,88,74)
#79675A
(121,103,90)
#86766A
(134,118,106)
#93857A
(147,133,122)
#A0948A
(160,148,138)
#ADA39A
(173,163,154)
#BAB2AA
(186,178,170)
#C7C1BA
(199,193,186)
#D4D0CA
(212,208,202)
#E1DFDA
(225,223,218)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C584A; }

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

This text font color is #6C584A.

Background Color

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

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

This div background color is #6C584A.

Border color

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

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

This div border color is #6C584A.

Opacity

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

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

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

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

This text has shadow with #6C584A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C584A.

Preview

Color preview on black background

This text has color #6C584A on black background.


Color preview on white background

This text has color #6C584A on white background.


Black color preview on #6C584A background

This text has black color on #6C584A background.


White color preview on #6C584A background

This text has white color on #6C584A background.


Related colors

Complementary color

Complementary color for #hex is #93A7B5.


I love getcolorcode.com

Triadic colors

1 #4A6C58 and #584A6C with #6C584A are triadic colors.

2 #4A586C and #586C4A with #6C584A are triadic colors.