COLOR #525744

HEX: #525744
RGB: (82,87,68)

Color info

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

RGB color model

#525744 color RGB value is (82,87,68).

  • red value is 82;
  • green value is 87;
  • blue value is 68.
RGB:
(82,87,68)
(32%,34%,27%)

RGB channels and saturation

R 82 of 255 = 32%
G 87 of 255 = 34%
B 68 of 255 = 27%

82
87
68

R + G + B ~ 31%. #525744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 87 + 68 = 237 (100%)
R 82 of 237 ~ 34.6%
G 87 of 237 ~ 36.71%
B 68 of 237 ~ 28.69%

%34.6
%36.71
%28.69

CMYK color model

#525744 color CMYK value is (6,0,22,66).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 21.84%
  • key color value is 65.88%
CMYK:
(6,0,22,66)
C6M0Y22K66 
(6%,0%,22%,66%)
(0.06/0.00/0.22/0.66)	

CMYK percentages

%5.75
%0
%21.84
%65.88

Codes

Color #525744 in popluar color models

525744
RGB828768
HSL76°12.26%30.39%
HSB/HSV76°21.84%34.12%
CMYK5.75%0.00%21.84%
65.88%

Color #525744 in popluar number systems.

HEX525744
Decimal828768
Binary101001010101111000100
Octal122127104

Shades and tints

Shades of #525744

#525744
(82,87,68)
#4B503E
(75,80,62)
#444938
(68,73,56)
#3D4232
(61,66,50)
#363B2C
(54,59,44)
#2F3426
(47,52,38)
#282D20
(40,45,32)
#21261A
(33,38,26)
#1A1F14
(26,31,20)
#13180E
(19,24,14)
#0C1108
(12,17,8)
#000000
(0,0,0)

Tints of #525744

#525744
(82,87,68)
#616655
(97,102,85)
#707566
(112,117,102)
#7F8477
(127,132,119)
#8E9388
(142,147,136)
#9DA299
(157,162,153)
#ACB1AA
(172,177,170)
#BBC0BB
(187,192,187)
#CACFCC
(202,207,204)
#D9DEDD
(217,222,221)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525744; }

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

This text font color is #525744.


Background Color

.myBgColor { background-color: #525744; }

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

This div background color is #525744.


Border color

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

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

This div border color is #525744.


Opacity

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

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

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

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

This text has shadow with #525744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525744 on black background.


Color preview on white background

This text has color #525744 on white background.



Black color preview on #525744 background

This text has black color on #525744 background.


White color preview on #525744 background

This text has white color on #525744 background.