COLOR #6B584C

HEX: #6B584C RGB: (107,88,76)

Color info

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

RGB color model

#6B584C color RGB value is (107,88,76).

RGB: (107,88,76) (42%, 35%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 88 of 255 = 35%
B 76 of 255 = 30%

107
88
76

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

Portions of RGB colors in percentages

R + G + B = 107 + 88 + 76 = 271 (100%)
R 107 of 271 ~ 39.48%
G 88 of 271 ~ 32.47%
B 76 of 271 ~ 28.04'%

%39.48
%32.47
%28.04

CMYK color model

#6B584C color CMYK value is (0,18,29,58).

  • cyan value is 0.00%
  • magenta value is 17.76%
  • yellow value is 28.97%
  • key color value is 58.04%

CMYK: (0,18,29,58)
C0M18Y29K58 (0%, 18%, 29%, 58%)
(0.00 / 0.18 / 0.29 / 0.58)

CMYK percentages

%0
%17.76
%28.97
%58.04

Codes

Color #6B584C in popluar color models

6B 58 4C
RGB 107 88 76
HSL 23° 16.94% 35.88%
HSB/HSV 23° 28.97% 41.96%
CMYK 0.00% 17.76% 28.97%
58.04%

Color #6B584C in popluar number systems.

HEX 6B 58 4C
Decimal 107 88 76
Binary 1101011 1011000 1001100
Octal 153 130 114

Shades and tints

Shades of #6B584C

#6B584C
(107,88,76)
#625046
(98,80,70)
#594840
(89,72,64)
#50403A
(80,64,58)
#473834
(71,56,52)
#3E302E
(62,48,46)
#352828
(53,40,40)
#2C2022
(44,32,34)
#23181C
(35,24,28)
#1A1016
(26,16,22)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #6B584C

#6B584C
(107,88,76)
#78675C
(120,103,92)
#85766C
(133,118,108)
#92857C
(146,133,124)
#9F948C
(159,148,140)
#ACA39C
(172,163,156)
#B9B2AC
(185,178,172)
#C6C1BC
(198,193,188)
#D3D0CC
(211,208,204)
#E0DFDC
(224,223,220)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B584C color. Also use rgb(107,88,76) instead hex code.

Text Font Color

.myTextColor { color: #6B584C; }

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

This text font color is #6B584C.

Background Color

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

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

This div background color is #6B584C.

Border color

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

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

This div border color is #6B584C.

Opacity

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

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

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

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

This text has shadow with #6B584C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B584C.

Preview

Color preview on black background

This text has color #6B584C on black background.


Color preview on white background

This text has color #6B584C on white background.


Black color preview on #6B584C background

This text has black color on #6B584C background.


White color preview on #6B584C background

This text has white color on #6B584C background.


Related colors

Complementary color

Complementary color for #hex is #94A7B3.


I love getcolorcode.com

Triadic colors

1 #4C6B58 and #584C6B with #6B584C are triadic colors.

2 #4C586B and #586B4C with #6B584C are triadic colors.