COLOR #685252

HEX: #685252 RGB: (104,82,82)

Color info

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

RGB color model

#685252 color RGB value is (104,82,82).

RGB: (104,82,82) (41%, 32%, 32%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 82 of 255 = 32%

104
82
82

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

Portions of RGB colors in percentages

R + G + B = 104 + 82 + 82 = 268 (100%)
R 104 of 268 ~ 38.81%
G 82 of 268 ~ 30.6%
B 82 of 268 ~ 30.6'%

%38.81
%30.6
%30.6

CMYK color model

#685252 color CMYK value is (0,21,21,59).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 21.15%
  • key color value is 59.22%

CMYK: (0,21,21,59)
C0M21Y21K59 (0%, 21%, 21%, 59%)
(0.00 / 0.21 / 0.21 / 0.59)

CMYK percentages

%0
%21.15
%21.15
%59.22

Codes

Color #685252 in popluar color models

68 52 52
RGB 104 82 82
HSL 11.83% 36.47%
HSB/HSV 21.15% 40.78%
CMYK 0.00% 21.15% 21.15%
59.22%

Color #685252 in popluar number systems.

HEX 68 52 52
Decimal 104 82 82
Binary 1101000 1010010 1010010
Octal 150 122 122

Shades and tints

Shades of #685252

#685252
(104,82,82)
#5F4B4B
(95,75,75)
#564444
(86,68,68)
#4D3D3D
(77,61,61)
#443636
(68,54,54)
#3B2F2F
(59,47,47)
#322828
(50,40,40)
#292121
(41,33,33)
#201A1A
(32,26,26)
#171313
(23,19,19)
#0E0C0C
(14,12,12)
#000000
(0,0,0)

Tints of #685252

#685252
(104,82,82)
#756161
(117,97,97)
#827070
(130,112,112)
#8F7F7F
(143,127,127)
#9C8E8E
(156,142,142)
#A99D9D
(169,157,157)
#B6ACAC
(182,172,172)
#C3BBBB
(195,187,187)
#D0CACA
(208,202,202)
#DDD9D9
(221,217,217)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685252 color. Also use rgb(104,82,82) instead hex code.

Text Font Color

.myTextColor { color: #685252; }

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

This text font color is #685252.

Background Color

.myBgColor { background-color: #685252; }

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

This div background color is #685252.

Border color

.myBorderColor { border: 1px solid #685252; }

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

This div border color is #685252.

Opacity

.myOpacity80 { color: #685252; opacity: 0.8; }

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

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

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

This text has shadow with #685252 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #685252.

Preview

Color preview on black background

This text has color #685252 on black background.


Color preview on white background

This text has color #685252 on white background.


Black color preview on #685252 background

This text has black color on #685252 background.


White color preview on #685252 background

This text has white color on #685252 background.


Related colors

Complementary color

Complementary color for #hex is #97ADAD.


I love getcolorcode.com