COLOR #6C524A

HEX: #6C524A RGB: (108,82,74)

Color info

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

RGB color model

#6C524A color RGB value is (108,82,74).

RGB: (108,82,74) (42%, 32%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 74 of 255 = 29%

108
82
74

R + G + B ~ 34%. #6C524A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 82 + 74 = 264 (100%)
R 108 of 264 ~ 40.91%
G 82 of 264 ~ 31.06%
B 74 of 264 ~ 28.03'%

%40.91
%31.06
%28.03

CMYK color model

#6C524A color CMYK value is (0,24,31,58).

  • cyan value is 0.00%
  • magenta value is 24.07%
  • yellow value is 31.48%
  • key color value is 57.65%
CMYK: (0,24,31,58) C0M24Y31K58 (0%,24%,31%,58%) (0.00/0.24/0.31/0.58) 

CMYK percentages

%0
%24.07
%31.48
%57.65

Codes

Color #6C524A in popluar color models

6C 52 4A
RGB 108 82 74
HSL 14° 18.68% 35.69%
HSB/HSV 14° 31.48% 42.35%
CMYK 0.00% 24.07% 31.48%
57.65%

Color #6C524A in popluar number systems.

HEX 6C 52 4A
Decimal 108 82 74
Binary 1101100 1010010 1001010
Octal 154 122 112

Shades and tints

Shades of #6C524A

#6C524A
(108,82,74)
#634B44
(99,75,68)
#5A443E
(90,68,62)
#513D38
(81,61,56)
#483632
(72,54,50)
#3F2F2C
(63,47,44)
#362826
(54,40,38)
#2D2120
(45,33,32)
#241A1A
(36,26,26)
#1B1314
(27,19,20)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #6C524A

#6C524A
(108,82,74)
#79615A
(121,97,90)
#86706A
(134,112,106)
#937F7A
(147,127,122)
#A08E8A
(160,142,138)
#AD9D9A
(173,157,154)
#BAACAA
(186,172,170)
#C7BBBA
(199,187,186)
#D4CACA
(212,202,202)
#E1D9DA
(225,217,218)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C524A; }

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

This text font color is #6C524A.

Background Color

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

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

This div background color is #6C524A.

Border color

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

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

This div border color is #6C524A.

Opacity

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

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

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

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

This text has shadow with #6C524A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C524A.

Preview

Color preview on black background

This text has color #6C524A on black background.


Color preview on white background

This text has color #6C524A on white background.


Black color preview on #6C524A background

This text has black color on #6C524A background.


White color preview on #6C524A background

This text has white color on #6C524A background.


Related colors

Complementary color

Complementary color for #hex is #93ADB5.


I love getcolorcode.com

Triadic colors

1 #4A6C52 and #524A6C with #6C524A are triadic colors.

2 #4A526C and #526C4A with #6C524A are triadic colors.