COLOR #533517

HEX: #533517
RGB: (83,53,23)

Color info

#533517 contains mainly red and green colors. Web safe color of #533517 is #663300 (or #630).

RGB color model

#533517 color RGB value is (83,53,23).

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

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 23 of 255 = 9%

83
53
23

R + G + B ~ 21%. #533517 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 23 = 159 (100%)
R 83 of 159 ~ 52.2%
G 53 of 159 ~ 33.33%
B 23 of 159 ~ 14.47%

%52.2
%33.33
%14.47

CMYK color model

#533517 color CMYK value is (0,36,72,67).

  • cyan value is 0.00%
  • magenta value is 36.14%
  • yellow value is 72.29%
  • key color value is 67.45%
CMYK:
(0,36,72,67)
C0M36Y72K67 
(0%,36%,72%,67%)
(0.00/0.36/0.72/0.67)	

CMYK percentages

%0
%36.14
%72.29
%67.45

Codes

Color #533517 in popluar color models

533517
RGB835323
HSL30°56.60%20.78%
HSB/HSV30°72.29%32.55%
CMYK0.00%36.14%72.29%
67.45%

Color #533517 in popluar number systems.

HEX533517
Decimal835323
Binary101001111010110111
Octal1236527

Shades and tints

Shades of #533517

#533517
(83,53,23)
#4C3115
(76,49,21)
#452D13
(69,45,19)
#3E2911
(62,41,17)
#37250F
(55,37,15)
#30210D
(48,33,13)
#291D0B
(41,29,11)
#221909
(34,25,9)
#1B1507
(27,21,7)
#141105
(20,17,5)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #533517

#533517
(83,53,23)
#62472C
(98,71,44)
#715941
(113,89,65)
#806B56
(128,107,86)
#8F7D6B
(143,125,107)
#9E8F80
(158,143,128)
#ADA195
(173,161,149)
#BCB3AA
(188,179,170)
#CBC5BF
(203,197,191)
#DAD7D4
(218,215,212)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533517; }

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

This text font color is #533517.


Background Color

.myBgColor { background-color: #533517; }

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

This div background color is #533517.


Border color

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

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

This div border color is #533517.


Opacity

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

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

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

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

This text has shadow with #533517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533517 on black background.


Color preview on white background

This text has color #533517 on white background.



Black color preview on #533517 background

This text has black color on #533517 background.


White color preview on #533517 background

This text has white color on #533517 background.