COLOR #535729

HEX: #535729
RGB: (83,87,41)

Color info

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

RGB color model

#535729 color RGB value is (83,87,41).

  • red value is 83;
  • green value is 87;
  • blue value is 41.
RGB:
(83,87,41)
(33%,34%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 41 of 255 = 16%

83
87
41

R + G + B ~ 28%. #535729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 41 = 211 (100%)
R 83 of 211 ~ 39.34%
G 87 of 211 ~ 41.23%
B 41 of 211 ~ 19.43%

%39.34
%41.23
%19.43

CMYK color model

#535729 color CMYK value is (5,0,53,66).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 52.87%
  • key color value is 65.88%
CMYK:
(5,0,53,66)
C5M0Y53K66 
(5%,0%,53%,66%)
(0.05/0.00/0.53/0.66)	

CMYK percentages

%4.6
%0
%52.87
%65.88

Codes

Color #535729 in popluar color models

535729
RGB838741
HSL65°35.94%25.10%
HSB/HSV65°52.87%34.12%
CMYK4.60%0.00%52.87%
65.88%

Color #535729 in popluar number systems.

HEX535729
Decimal838741
Binary10100111010111101001
Octal12312751

Shades and tints

Shades of #535729

#535729
(83,87,41)
#4C5026
(76,80,38)
#454923
(69,73,35)
#3E4220
(62,66,32)
#373B1D
(55,59,29)
#30341A
(48,52,26)
#292D17
(41,45,23)
#222614
(34,38,20)
#1B1F11
(27,31,17)
#14180E
(20,24,14)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #535729

#535729
(83,87,41)
#62663C
(98,102,60)
#71754F
(113,117,79)
#808462
(128,132,98)
#8F9375
(143,147,117)
#9EA288
(158,162,136)
#ADB19B
(173,177,155)
#BCC0AE
(188,192,174)
#CBCFC1
(203,207,193)
#DADED4
(218,222,212)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535729 color. Also use rgb(83,87,41) instead hex code.

Text Font Color

.myTextColor { color: #535729; }

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

This text font color is #535729.


Background Color

.myBgColor { background-color: #535729; }

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

This div background color is #535729.


Border color

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

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

This div border color is #535729.


Opacity

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

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

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

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

This text has shadow with #535729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535729 on black background.


Color preview on white background

This text has color #535729 on white background.



Black color preview on #535729 background

This text has black color on #535729 background.


White color preview on #535729 background

This text has white color on #535729 background.