COLOR #533609

HEX: #533609
RGB: (83,54,9)

Color info

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

RGB color model

#533609 color RGB value is (83,54,9).

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

RGB channels and saturation

R 83 of 255 = 33%
G 54 of 255 = 21%
B 9 of 255 = 4%

83
54
9

R + G + B ~ 19%. #533609 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 54 + 9 = 146 (100%)
R 83 of 146 ~ 56.85%
G 54 of 146 ~ 36.99%
B 9 of 146 ~ 6.16%

%56.85
%36.99

CMYK color model

#533609 color CMYK value is (0,35,89,67).

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 89.16%
  • key color value is 67.45%
CMYK:
(0,35,89,67)
C0M35Y89K67 
(0%,35%,89%,67%)
(0.00/0.35/0.89/0.67)	

CMYK percentages

%0
%34.94
%89.16
%67.45

Codes

Color #533609 in popluar color models

533609
RGB83549
HSL36°80.43%18.04%
HSB/HSV36°89.16%32.55%
CMYK0.00%34.94%89.16%
67.45%

Color #533609 in popluar number systems.

HEX533609
Decimal83549
Binary10100111101101001
Octal1236611

Shades and tints

Shades of #533609

#533609
(83,54,9)
#4C3209
(76,50,9)
#452E09
(69,46,9)
#3E2A09
(62,42,9)
#372609
(55,38,9)
#302209
(48,34,9)
#291E09
(41,30,9)
#221A09
(34,26,9)
#1B1609
(27,22,9)
#141209
(20,18,9)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #533609

#533609
(83,54,9)
#62481F
(98,72,31)
#715A35
(113,90,53)
#806C4B
(128,108,75)
#8F7E61
(143,126,97)
#9E9077
(158,144,119)
#ADA28D
(173,162,141)
#BCB4A3
(188,180,163)
#CBC6B9
(203,198,185)
#DAD8CF
(218,216,207)
#E9EAE5
(233,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533609; }

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

This text font color is #533609.


Background Color

.myBgColor { background-color: #533609; }

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

This div background color is #533609.


Border color

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

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

This div border color is #533609.


Opacity

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

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

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

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

This text has shadow with #533609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533609 on black background.


Color preview on white background

This text has color #533609 on white background.



Black color preview on #533609 background

This text has black color on #533609 background.


White color preview on #533609 background

This text has white color on #533609 background.