COLOR #525833

HEX: #525833
RGB: (82,88,51)

Color info

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

RGB color model

#525833 color RGB value is (82,88,51).

  • red value is 82;
  • green value is 88;
  • blue value is 51.
RGB:
(82,88,51)
(32%,35%,20%)

RGB channels and saturation

R 82 of 255 = 32%
G 88 of 255 = 35%
B 51 of 255 = 20%

82
88
51

R + G + B ~ 29%. #525833 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 51 = 221 (100%)
R 82 of 221 ~ 37.1%
G 88 of 221 ~ 39.82%
B 51 of 221 ~ 23.08%

%37.1
%39.82
%23.08

CMYK color model

#525833 color CMYK value is (7,0,42,65).

  • cyan value is 6.82%
  • magenta value is 0.00%
  • yellow value is 42.05%
  • key color value is 65.49%
CMYK:
(7,0,42,65)
C7M0Y42K65 
(7%,0%,42%,65%)
(0.07/0.00/0.42/0.65)	

CMYK percentages

%6.82
%0
%42.05
%65.49

Codes

Color #525833 in popluar color models

525833
RGB828851
HSL70°26.62%27.25%
HSB/HSV70°42.05%34.51%
CMYK6.82%0.00%42.05%
65.49%

Color #525833 in popluar number systems.

HEX525833
Decimal828851
Binary10100101011000110011
Octal12213063

Shades and tints

Shades of #525833

#525833
(82,88,51)
#4B502F
(75,80,47)
#44482B
(68,72,43)
#3D4027
(61,64,39)
#363823
(54,56,35)
#2F301F
(47,48,31)
#28281B
(40,40,27)
#212017
(33,32,23)
#1A1813
(26,24,19)
#13100F
(19,16,15)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #525833

#525833
(82,88,51)
#616745
(97,103,69)
#707657
(112,118,87)
#7F8569
(127,133,105)
#8E947B
(142,148,123)
#9DA38D
(157,163,141)
#ACB29F
(172,178,159)
#BBC1B1
(187,193,177)
#CAD0C3
(202,208,195)
#D9DFD5
(217,223,213)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525833; }

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

This text font color is #525833.


Background Color

.myBgColor { background-color: #525833; }

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

This div background color is #525833.


Border color

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

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

This div border color is #525833.


Opacity

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

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

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

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

This text has shadow with #525833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525833 on black background.


Color preview on white background

This text has color #525833 on white background.



Black color preview on #525833 background

This text has black color on #525833 background.


White color preview on #525833 background

This text has white color on #525833 background.