COLOR #535316

HEX: #535316
RGB: (83,83,22)

Color info

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

RGB color model

#535316 color RGB value is (83,83,22).

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

RGB channels and saturation

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

83
83
22

R + G + B ~ 25%. #535316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 22 = 188 (100%)
R 83 of 188 ~ 44.15%
G 83 of 188 ~ 44.15%
B 22 of 188 ~ 11.7%

%44.15
%44.15
%11.7

CMYK color model

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

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

CMYK percentages

%0
%0
%73.49
%67.45

Codes

Color #535316 in popluar color models

535316
RGB838322
HSL60°58.10%20.59%
HSB/HSV60°73.49%32.55%
CMYK0.00%0.00%73.49%
67.45%

Color #535316 in popluar number systems.

HEX535316
Decimal838322
Binary1010011101001110110
Octal12312326

Shades and tints

Shades of #535316

#535316
(83,83,22)
#4C4C14
(76,76,20)
#454512
(69,69,18)
#3E3E10
(62,62,16)
#37370E
(55,55,14)
#30300C
(48,48,12)
#29290A
(41,41,10)
#222208
(34,34,8)
#1B1B06
(27,27,6)
#141404
(20,20,4)
#0D0D02
(13,13,2)
#000000
(0,0,0)

Tints of #535316

#535316
(83,83,22)
#62622B
(98,98,43)
#717140
(113,113,64)
#808055
(128,128,85)
#8F8F6A
(143,143,106)
#9E9E7F
(158,158,127)
#ADAD94
(173,173,148)
#BCBCA9
(188,188,169)
#CBCBBE
(203,203,190)
#DADAD3
(218,218,211)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535316; }

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

This text font color is #535316.


Background Color

.myBgColor { background-color: #535316; }

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

This div background color is #535316.


Border color

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

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

This div border color is #535316.


Opacity

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

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

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

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

This text has shadow with #535316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535316 on black background.


Color preview on white background

This text has color #535316 on white background.



Black color preview on #535316 background

This text has black color on #535316 background.


White color preview on #535316 background

This text has white color on #535316 background.