COLOR #535D21

HEX: #535D21
RGB: (83,93,33)

Color info

#535D21 contains mainly red and green colors. Web safe color of #535D21 is #666633 (or #663).

RGB color model

#535D21 color RGB value is (83,93,33).

  • red value is 83;
  • green value is 93;
  • blue value is 33.
RGB:
(83,93,33)
(33%,36%,13%)

RGB channels and saturation

R 83 of 255 = 33%
G 93 of 255 = 36%
B 33 of 255 = 13%

83
93
33

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

Portions of RGB colors in percentages

R + G + B =
83 + 93 + 33 = 209 (100%)
R 83 of 209 ~ 39.71%
G 93 of 209 ~ 44.5%
B 33 of 209 ~ 15.79%

%39.71
%44.5
%15.79

CMYK color model

#535D21 color CMYK value is (11,0,65,64).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 64.52%
  • key color value is 63.53%
CMYK:
(11,0,65,64)
C11M0Y65K64 
(11%,0%,65%,64%)
(0.11/0.00/0.65/0.64)	

CMYK percentages

%10.75
%0
%64.52
%63.53

Codes

Color #535D21 in popluar color models

535D21
RGB839333
HSL70°47.62%24.71%
HSB/HSV70°64.52%36.47%
CMYK10.75%0.00%64.52%
63.53%

Color #535D21 in popluar number systems.

HEX535D21
Decimal839333
Binary10100111011101100001
Octal12313541

Shades and tints

Shades of #535D21

#535D21
(83,93,33)
#4C551E
(76,85,30)
#454D1B
(69,77,27)
#3E4518
(62,69,24)
#373D15
(55,61,21)
#303512
(48,53,18)
#292D0F
(41,45,15)
#22250C
(34,37,12)
#1B1D09
(27,29,9)
#141506
(20,21,6)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #535D21

#535D21
(83,93,33)
#626B35
(98,107,53)
#717949
(113,121,73)
#80875D
(128,135,93)
#8F9571
(143,149,113)
#9EA385
(158,163,133)
#ADB199
(173,177,153)
#BCBFAD
(188,191,173)
#CBCDC1
(203,205,193)
#DADBD5
(218,219,213)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535D21 color. Also use rgb(83,93,33) instead hex code.

Text Font Color

.myTextColor { color: #535D21; }

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

This text font color is #535D21.


Background Color

.myBgColor { background-color: #535D21; }

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

This div background color is #535D21.


Border color

.myBorderColor { border: 1px solid #535D21; }

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

This div border color is #535D21.


Opacity

.myOpacity80 { color: #535D21; opacity: 0.8; }

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

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

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

This text has shadow with #535D21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535D21 on black background.


Color preview on white background

This text has color #535D21 on white background.



Black color preview on #535D21 background

This text has black color on #535D21 background.


White color preview on #535D21 background

This text has white color on #535D21 background.