COLOR #6C6A52

HEX: #6C6A52
RGB: (108,106,82)

Color info

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

RGB color model

#6C6A52 color RGB value is (108,106,82).

  • red value is 108;
  • green value is 106;
  • blue value is 82.
RGB:
(108,106,82)
(42%,42%,32%)

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 82 of 255 = 32%

108
106
82

R + G + B ~ 39%. #6C6A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 82 = 296 (100%)
R 108 of 296 ~ 36.49%
G 106 of 296 ~ 35.81%
B 82 of 296 ~ 27.7%

%36.49
%35.81
%27.7

CMYK color model

#6C6A52 color CMYK value is (0,2,24,58).

  • cyan value is 0.00%
  • magenta value is 1.85%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(0,2,24,58)
C0M2Y24K58 
(0%,2%,24%,58%)
(0.00/0.02/0.24/0.58)	

CMYK percentages

%0
%1.85
%24.07
%57.65

Codes

Color #6C6A52 in popluar color models

6C6A52
RGB10810682
HSL55°13.68%37.25%
HSB/HSV55°24.07%42.35%
CMYK0.00%1.85%24.07%
57.65%

Color #6C6A52 in popluar number systems.

HEX6C6A52
Decimal10810682
Binary110110011010101010010
Octal154152122

Shades and tints

Shades of #6C6A52

#6C6A52
(108,106,82)
#63614B
(99,97,75)
#5A5844
(90,88,68)
#514F3D
(81,79,61)
#484636
(72,70,54)
#3F3D2F
(63,61,47)
#363428
(54,52,40)
#2D2B21
(45,43,33)
#24221A
(36,34,26)
#1B1913
(27,25,19)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #6C6A52

#6C6A52
(108,106,82)
#797761
(121,119,97)
#868470
(134,132,112)
#93917F
(147,145,127)
#A09E8E
(160,158,142)
#ADAB9D
(173,171,157)
#BAB8AC
(186,184,172)
#C7C5BB
(199,197,187)
#D4D2CA
(212,210,202)
#E1DFD9
(225,223,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6A52; }

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

This text font color is #6C6A52.


Background Color

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

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

This div background color is #6C6A52.


Border color

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

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

This div border color is #6C6A52.


Opacity

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

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

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

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

This text has shadow with #6C6A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6A52 on black background.


Color preview on white background

This text has color #6C6A52 on white background.



Black color preview on #6C6A52 background

This text has black color on #6C6A52 background.


White color preview on #6C6A52 background

This text has white color on #6C6A52 background.