COLOR #533300

HEX: #533300
RGB: (83,51,0)

Color info

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

RGB color model

#533300 color RGB value is (83,51,0).

  • red value is 83;
  • green value is 51;
  • blue value is 0.
RGB:
(83,51,0)
(33%,20%,0%)

RGB channels and saturation

R 83 of 255 = 33%
G 51 of 255 = 20%
B 0 of 255 = 0%

83
51
0

R + G + B ~ 18%. #533300 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 51 + 0 = 134 (100%)
R 83 of 134 ~ 61.94%
G 51 of 134 ~ 38.06%
B 0 of 134 ~ 0%

%61.94
%38.06

CMYK color model

#533300 color CMYK value is (0,39,100,67).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 100.00%
  • key color value is 67.45%
CMYK:
(0,39,100,67)
C0M39Y100K67 
(0%,39%,100%,67%)
(0.00/0.39/1.00/0.67)	

CMYK percentages

%0
%38.55
%100
%67.45

Codes

Color #533300 in popluar color models

533300
RGB83510
HSL37°100.00%16.27%
HSB/HSV37°100.00%32.55%
CMYK0.00%38.55%100.00%
67.45%

Color #533300 in popluar number systems.

HEX533300
Decimal83510
Binary10100111100110
Octal123630

Shades and tints

Shades of #533300

#533300
(83,51,0)
#4C2F00
(76,47,0)
#452B00
(69,43,0)
#3E2700
(62,39,0)
#372300
(55,35,0)
#301F00
(48,31,0)
#291B00
(41,27,0)
#221700
(34,23,0)
#1B1300
(27,19,0)
#140F00
(20,15,0)
#0D0B00
(13,11,0)
#000000
(0,0,0)

Tints of #533300

#533300
(83,51,0)
#624517
(98,69,23)
#71572E
(113,87,46)
#806945
(128,105,69)
#8F7B5C
(143,123,92)
#9E8D73
(158,141,115)
#AD9F8A
(173,159,138)
#BCB1A1
(188,177,161)
#CBC3B8
(203,195,184)
#DAD5CF
(218,213,207)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533300; }

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

This text font color is #533300.


Background Color

.myBgColor { background-color: #533300; }

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

This div background color is #533300.


Border color

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

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

This div border color is #533300.


Opacity

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

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

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

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

This text has shadow with #533300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533300 on black background.


Color preview on white background

This text has color #533300 on white background.



Black color preview on #533300 background

This text has black color on #533300 background.


White color preview on #533300 background

This text has white color on #533300 background.