COLOR #6C5852

HEX: #6C5852 RGB: (108,88,82)

Color info

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

RGB color model

#6C5852 color RGB value is (108,88,82).

RGB: (108,88,82) (42%, 35%, 32%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 82 of 255 = 32%

108
88
82

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

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 82 = 278 (100%)
R 108 of 278 ~ 38.85%
G 88 of 278 ~ 31.65%
B 82 of 278 ~ 29.5'%

%38.85
%31.65
%29.5

CMYK color model

#6C5852 color CMYK value is (0,19,24,58).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 24.07%
  • key color value is 57.65%

CMYK: (0,19,24,58)
C0M19Y24K58 (0%, 19%, 24%, 58%)
(0.00 / 0.19 / 0.24 / 0.58)

CMYK percentages

%0
%18.52
%24.07
%57.65

Codes

Color #6C5852 in popluar color models

6C 58 52
RGB 108 88 82
HSL 14° 13.68% 37.25%
HSB/HSV 14° 24.07% 42.35%
CMYK 0.00% 18.52% 24.07%
57.65%

Color #6C5852 in popluar number systems.

HEX 6C 58 52
Decimal 108 88 82
Binary 1101100 1011000 1010010
Octal 154 130 122

Shades and tints

Shades of #6C5852

#6C5852
(108,88,82)
#63504B
(99,80,75)
#5A4844
(90,72,68)
#51403D
(81,64,61)
#483836
(72,56,54)
#3F302F
(63,48,47)
#362828
(54,40,40)
#2D2021
(45,32,33)
#24181A
(36,24,26)
#1B1013
(27,16,19)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #6C5852

#6C5852
(108,88,82)
#796761
(121,103,97)
#867670
(134,118,112)
#93857F
(147,133,127)
#A0948E
(160,148,142)
#ADA39D
(173,163,157)
#BAB2AC
(186,178,172)
#C7C1BB
(199,193,187)
#D4D0CA
(212,208,202)
#E1DFD9
(225,223,217)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5852; }

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

This text font color is #6C5852.

Background Color

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

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

This div background color is #6C5852.

Border color

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

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

This div border color is #6C5852.

Opacity

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

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

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

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

This text has shadow with #6C5852 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5852.

Preview

Color preview on black background

This text has color #6C5852 on black background.


Color preview on white background

This text has color #6C5852 on white background.


Black color preview on #6C5852 background

This text has black color on #6C5852 background.


White color preview on #6C5852 background

This text has white color on #6C5852 background.


Related colors

Complementary color

Complementary color for #hex is #93A7AD.


I love getcolorcode.com

Triadic colors

1 #526C58 and #58526C with #6C5852 are triadic colors.

2 #52586C and #586C52 with #6C5852 are triadic colors.