COLOR #6B524E

HEX: #6B524E RGB: (107,82,78)

Color info

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

RGB color model

#6B524E color RGB value is (107,82,78).

RGB: (107,82,78) (42%, 32%, 31%)

RGB channels and saturation

R 107 of 255 = 42%
G 82 of 255 = 32%
B 78 of 255 = 31%

107
82
78

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

Portions of RGB colors in percentages

R + G + B = 107 + 82 + 78 = 267 (100%)
R 107 of 267 ~ 40.07%
G 82 of 267 ~ 30.71%
B 78 of 267 ~ 29.21'%

%40.07
%30.71
%29.21

CMYK color model

#6B524E color CMYK value is (0,23,27,58).

  • cyan value is 0.00%
  • magenta value is 23.36%
  • yellow value is 27.10%
  • key color value is 58.04%

CMYK: (0,23,27,58)
C0M23Y27K58 (0%, 23%, 27%, 58%)
(0.00 / 0.23 / 0.27 / 0.58)

CMYK percentages

%0
%23.36
%27.1
%58.04

Codes

Color #6B524E in popluar color models

6B 52 4E
RGB 107 82 78
HSL 15.68% 36.27%
HSB/HSV 27.10% 41.96%
CMYK 0.00% 23.36% 27.10%
58.04%

Color #6B524E in popluar number systems.

HEX 6B 52 4E
Decimal 107 82 78
Binary 1101011 1010010 1001110
Octal 153 122 116

Shades and tints

Shades of #6B524E

#6B524E
(107,82,78)
#624B47
(98,75,71)
#594440
(89,68,64)
#503D39
(80,61,57)
#473632
(71,54,50)
#3E2F2B
(62,47,43)
#352824
(53,40,36)
#2C211D
(44,33,29)
#231A16
(35,26,22)
#1A130F
(26,19,15)
#110C08
(17,12,8)
#000000
(0,0,0)

Tints of #6B524E

#6B524E
(107,82,78)
#78615E
(120,97,94)
#85706E
(133,112,110)
#927F7E
(146,127,126)
#9F8E8E
(159,142,142)
#AC9D9E
(172,157,158)
#B9ACAE
(185,172,174)
#C6BBBE
(198,187,190)
#D3CACE
(211,202,206)
#E0D9DE
(224,217,222)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B524E; }

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

This text font color is #6B524E.

Background Color

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

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

This div background color is #6B524E.

Border color

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

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

This div border color is #6B524E.

Opacity

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

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

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

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

This text has shadow with #6B524E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B524E.

Preview

Color preview on black background

This text has color #6B524E on black background.


Color preview on white background

This text has color #6B524E on white background.


Black color preview on #6B524E background

This text has black color on #6B524E background.


White color preview on #6B524E background

This text has white color on #6B524E background.


Related colors

Complementary color

Complementary color for #hex is #94ADB1.


I love getcolorcode.com

Triadic colors

1 #4E6B52 and #524E6B with #6B524E are triadic colors.

2 #4E526B and #526B4E with #6B524E are triadic colors.