COLOR #535016

HEX: #535016
RGB: (83,80,22)

Color info

#535016 contains mainly red and green colors. Web safe color of #535016 is #666600 (or #660).

RGB color model

#535016 color RGB value is (83,80,22).

  • red value is 83;
  • green value is 80;
  • blue value is 22.
RGB:
(83,80,22)
(33%,31%,9%)

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 22 of 255 = 9%

83
80
22

R + G + B ~ 24%. #535016 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 22 = 185 (100%)
R 83 of 185 ~ 44.86%
G 80 of 185 ~ 43.24%
B 22 of 185 ~ 11.89%

%44.86
%43.24
%11.89

CMYK color model

#535016 color CMYK value is (0,4,73,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 73.49%
  • key color value is 67.45%
CMYK:
(0,4,73,67)
C0M4Y73K67 
(0%,4%,73%,67%)
(0.00/0.04/0.73/0.67)	

CMYK percentages

%0
%3.61
%73.49
%67.45

Codes

Color #535016 in popluar color models

535016
RGB838022
HSL57°58.10%20.59%
HSB/HSV57°73.49%32.55%
CMYK0.00%3.61%73.49%
67.45%

Color #535016 in popluar number systems.

HEX535016
Decimal838022
Binary1010011101000010110
Octal12312026

Shades and tints

Shades of #535016

#535016
(83,80,22)
#4C4914
(76,73,20)
#454212
(69,66,18)
#3E3B10
(62,59,16)
#37340E
(55,52,14)
#302D0C
(48,45,12)
#29260A
(41,38,10)
#221F08
(34,31,8)
#1B1806
(27,24,6)
#141104
(20,17,4)
#0D0A02
(13,10,2)
#000000
(0,0,0)

Tints of #535016

#535016
(83,80,22)
#625F2B
(98,95,43)
#716E40
(113,110,64)
#807D55
(128,125,85)
#8F8C6A
(143,140,106)
#9E9B7F
(158,155,127)
#ADAA94
(173,170,148)
#BCB9A9
(188,185,169)
#CBC8BE
(203,200,190)
#DAD7D3
(218,215,211)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #535016 color. Also use rgb(83,80,22) instead hex code.

Text Font Color

.myTextColor { color: #535016; }

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

This text font color is #535016.


Background Color

.myBgColor { background-color: #535016; }

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

This div background color is #535016.


Border color

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

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

This div border color is #535016.


Opacity

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

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

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

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

This text has shadow with #535016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535016 on black background.


Color preview on white background

This text has color #535016 on white background.



Black color preview on #535016 background

This text has black color on #535016 background.


White color preview on #535016 background

This text has white color on #535016 background.