COLOR #6C534C

HEX: #6C534C
RGB: (108,83,76)

Color info

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

RGB color model

#6C534C color RGB value is (108,83,76).

  • red value is 108;
  • green value is 83;
  • blue value is 76.
RGB:
(108,83,76)
(42%,33%,30%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 76 of 255 = 30%

108
83
76

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

Portions of RGB colors in percentages

R + G + B =
108 + 83 + 76 = 267 (100%)
R 108 of 267 ~ 40.45%
G 83 of 267 ~ 31.09%
B 76 of 267 ~ 28.46%

%40.45
%31.09
%28.46

CMYK color model

#6C534C color CMYK value is (0,23,30,58).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 29.63%
  • key color value is 57.65%
CMYK:
(0,23,30,58)
C0M23Y30K58 
(0%,23%,30%,58%)
(0.00/0.23/0.30/0.58)	

CMYK percentages

%0
%23.15
%29.63
%57.65

Codes

Color #6C534C in popluar color models

6C534C
RGB1088376
HSL13°17.39%36.08%
HSB/HSV13°29.63%42.35%
CMYK0.00%23.15%29.63%
57.65%

Color #6C534C in popluar number systems.

HEX6C534C
Decimal1088376
Binary110110010100111001100
Octal154123114

Shades and tints

Shades of #6C534C

#6C534C
(108,83,76)
#634C46
(99,76,70)
#5A4540
(90,69,64)
#513E3A
(81,62,58)
#483734
(72,55,52)
#3F302E
(63,48,46)
#362928
(54,41,40)
#2D2222
(45,34,34)
#241B1C
(36,27,28)
#1B1416
(27,20,22)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #6C534C

#6C534C
(108,83,76)
#79625C
(121,98,92)
#86716C
(134,113,108)
#93807C
(147,128,124)
#A08F8C
(160,143,140)
#AD9E9C
(173,158,156)
#BAADAC
(186,173,172)
#C7BCBC
(199,188,188)
#D4CBCC
(212,203,204)
#E1DADC
(225,218,220)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C534C color. Also use rgb(108,83,76) instead hex code.

Text Font Color

.myTextColor { color: #6C534C; }

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

This text font color is #6C534C.


Background Color

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

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

This div background color is #6C534C.


Border color

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

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

This div border color is #6C534C.


Opacity

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

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

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

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

This text has shadow with #6C534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C534C on black background.


Color preview on white background

This text has color #6C534C on white background.



Black color preview on #6C534C background

This text has black color on #6C534C background.


White color preview on #6C534C background

This text has white color on #6C534C background.