COLOR #526353

HEX: #526353
RGB: (82,99,83)

Color info

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

RGB color model

#526353 color RGB value is (82,99,83).

  • red value is 82;
  • green value is 99;
  • blue value is 83.
RGB:
(82,99,83)
(32%,39%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 83 of 255 = 33%

82
99
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 83 = 264 (100%)
R 82 of 264 ~ 31.06%
G 99 of 264 ~ 37.5%
B 83 of 264 ~ 31.44%

%31.06
%37.5
%31.44

CMYK color model

#526353 color CMYK value is (17,0,16,61).

  • cyan value is 17.17%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(17,0,16,61)
C17M0Y16K61 
(17%,0%,16%,61%)
(0.17/0.00/0.16/0.61)	

CMYK percentages

%17.17
%0
%16.16
%61.18

Codes

Color #526353 in popluar color models

526353
RGB829983
HSL124°9.39%35.49%
HSB/HSV124°17.17%38.82%
CMYK17.17%0.00%16.16%
61.18%

Color #526353 in popluar number systems.

HEX526353
Decimal829983
Binary101001011000111010011
Octal122143123

Shades and tints

Shades of #526353

#526353
(82,99,83)
#4B5A4C
(75,90,76)
#445145
(68,81,69)
#3D483E
(61,72,62)
#363F37
(54,63,55)
#2F3630
(47,54,48)
#282D29
(40,45,41)
#212422
(33,36,34)
#1A1B1B
(26,27,27)
#131214
(19,18,20)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #526353

#526353
(82,99,83)
#617162
(97,113,98)
#707F71
(112,127,113)
#7F8D80
(127,141,128)
#8E9B8F
(142,155,143)
#9DA99E
(157,169,158)
#ACB7AD
(172,183,173)
#BBC5BC
(187,197,188)
#CAD3CB
(202,211,203)
#D9E1DA
(217,225,218)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #526353; }

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

This text font color is #526353.


Background Color

.myBgColor { background-color: #526353; }

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

This div background color is #526353.


Border color

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

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

This div border color is #526353.


Opacity

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

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

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

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

This text has shadow with #526353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #526353 on black background.


Color preview on white background

This text has color #526353 on white background.



Black color preview on #526353 background

This text has black color on #526353 background.


White color preview on #526353 background

This text has white color on #526353 background.