COLOR #535924

HEX: #535924
RGB: (83,89,36)

Color info

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

RGB color model

#535924 color RGB value is (83,89,36).

  • red value is 83;
  • green value is 89;
  • blue value is 36.
RGB:
(83,89,36)
(33%,35%,14%)

RGB channels and saturation

R 83 of 255 = 33%
G 89 of 255 = 35%
B 36 of 255 = 14%

83
89
36

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

Portions of RGB colors in percentages

R + G + B =
83 + 89 + 36 = 208 (100%)
R 83 of 208 ~ 39.9%
G 89 of 208 ~ 42.79%
B 36 of 208 ~ 17.31%

%39.9
%42.79
%17.31

CMYK color model

#535924 color CMYK value is (7,0,60,65).

  • cyan value is 6.74%
  • magenta value is 0.00%
  • yellow value is 59.55%
  • key color value is 65.10%
CMYK:
(7,0,60,65)
C7M0Y60K65 
(7%,0%,60%,65%)
(0.07/0.00/0.60/0.65)	

CMYK percentages

%6.74
%0
%59.55
%65.1

Codes

Color #535924 in popluar color models

535924
RGB838936
HSL67°42.40%24.51%
HSB/HSV67°59.55%34.90%
CMYK6.74%0.00%59.55%
65.10%

Color #535924 in popluar number systems.

HEX535924
Decimal838936
Binary10100111011001100100
Octal12313144

Shades and tints

Shades of #535924

#535924
(83,89,36)
#4C5121
(76,81,33)
#45491E
(69,73,30)
#3E411B
(62,65,27)
#373918
(55,57,24)
#303115
(48,49,21)
#292912
(41,41,18)
#22210F
(34,33,15)
#1B190C
(27,25,12)
#141109
(20,17,9)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #535924

#535924
(83,89,36)
#626837
(98,104,55)
#71774A
(113,119,74)
#80865D
(128,134,93)
#8F9570
(143,149,112)
#9EA483
(158,164,131)
#ADB396
(173,179,150)
#BCC2A9
(188,194,169)
#CBD1BC
(203,209,188)
#DAE0CF
(218,224,207)
#E9EFE2
(233,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535924 color. Also use rgb(83,89,36) instead hex code.

Text Font Color

.myTextColor { color: #535924; }

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

This text font color is #535924.


Background Color

.myBgColor { background-color: #535924; }

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

This div background color is #535924.


Border color

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

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

This div border color is #535924.


Opacity

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

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

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

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

This text has shadow with #535924 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535924 on black background.


Color preview on white background

This text has color #535924 on white background.



Black color preview on #535924 background

This text has black color on #535924 background.


White color preview on #535924 background

This text has white color on #535924 background.