COLOR #535726

HEX: #535726
RGB: (83,87,38)

Color info

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

RGB color model

#535726 color RGB value is (83,87,38).

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

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 38 of 255 = 15%

83
87
38

R + G + B ~ 27%. #535726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 38 = 208 (100%)
R 83 of 208 ~ 39.9%
G 87 of 208 ~ 41.83%
B 38 of 208 ~ 18.27%

%39.9
%41.83
%18.27

CMYK color model

#535726 color CMYK value is (5,0,56,66).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 56.32%
  • key color value is 65.88%
CMYK:
(5,0,56,66)
C5M0Y56K66 
(5%,0%,56%,66%)
(0.05/0.00/0.56/0.66)	

CMYK percentages

%4.6
%0
%56.32
%65.88

Codes

Color #535726 in popluar color models

535726
RGB838738
HSL65°39.20%24.51%
HSB/HSV65°56.32%34.12%
CMYK4.60%0.00%56.32%
65.88%

Color #535726 in popluar number systems.

HEX535726
Decimal838738
Binary10100111010111100110
Octal12312746

Shades and tints

Shades of #535726

#535726
(83,87,38)
#4C5023
(76,80,35)
#454920
(69,73,32)
#3E421D
(62,66,29)
#373B1A
(55,59,26)
#303417
(48,52,23)
#292D14
(41,45,20)
#222611
(34,38,17)
#1B1F0E
(27,31,14)
#14180B
(20,24,11)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #535726

#535726
(83,87,38)
#626639
(98,102,57)
#71754C
(113,117,76)
#80845F
(128,132,95)
#8F9372
(143,147,114)
#9EA285
(158,162,133)
#ADB198
(173,177,152)
#BCC0AB
(188,192,171)
#CBCFBE
(203,207,190)
#DADED1
(218,222,209)
#E9EDE4
(233,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535726; }

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

This text font color is #535726.


Background Color

.myBgColor { background-color: #535726; }

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

This div background color is #535726.


Border color

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

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

This div border color is #535726.


Opacity

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

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

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

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

This text has shadow with #535726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535726 on black background.


Color preview on white background

This text has color #535726 on white background.



Black color preview on #535726 background

This text has black color on #535726 background.


White color preview on #535726 background

This text has white color on #535726 background.