COLOR #6C6052

HEX: #6C6052
RGB: (108,96,82)

Color info

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

RGB color model

#6C6052 color RGB value is (108,96,82).

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

RGB channels and saturation

R 108 of 255 = 42%
G 96 of 255 = 38%
B 82 of 255 = 32%

108
96
82

R + G + B ~ 37%. #6C6052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 96 + 82 = 286 (100%)
R 108 of 286 ~ 37.76%
G 96 of 286 ~ 33.57%
B 82 of 286 ~ 28.67%

%37.76
%33.57
%28.67

CMYK color model

#6C6052 color CMYK value is (0,11,24,58).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 24.07%
  • key color value is 57.65%
CMYK:
(0,11,24,58)
C0M11Y24K58 
(0%,11%,24%,58%)
(0.00/0.11/0.24/0.58)	

CMYK percentages

%0
%11.11
%24.07
%57.65

Codes

Color #6C6052 in popluar color models

6C6052
RGB1089682
HSL32°13.68%37.25%
HSB/HSV32°24.07%42.35%
CMYK0.00%11.11%24.07%
57.65%

Color #6C6052 in popluar number systems.

HEX6C6052
Decimal1089682
Binary110110011000001010010
Octal154140122

Shades and tints

Shades of #6C6052

#6C6052
(108,96,82)
#63584B
(99,88,75)
#5A5044
(90,80,68)
#51483D
(81,72,61)
#484036
(72,64,54)
#3F382F
(63,56,47)
#363028
(54,48,40)
#2D2821
(45,40,33)
#24201A
(36,32,26)
#1B1813
(27,24,19)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #6C6052

#6C6052
(108,96,82)
#796E61
(121,110,97)
#867C70
(134,124,112)
#938A7F
(147,138,127)
#A0988E
(160,152,142)
#ADA69D
(173,166,157)
#BAB4AC
(186,180,172)
#C7C2BB
(199,194,187)
#D4D0CA
(212,208,202)
#E1DED9
(225,222,217)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6052; }

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

This text font color is #6C6052.


Background Color

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

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

This div background color is #6C6052.


Border color

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

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

This div border color is #6C6052.


Opacity

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

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

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

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

This text has shadow with #6C6052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6052 on black background.


Color preview on white background

This text has color #6C6052 on white background.



Black color preview on #6C6052 background

This text has black color on #6C6052 background.


White color preview on #6C6052 background

This text has white color on #6C6052 background.