COLOR #533F0D

HEX: #533F0D
RGB: (83,63,13)

Color info

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

RGB color model

#533F0D color RGB value is (83,63,13).

  • red value is 83;
  • green value is 63;
  • blue value is 13.
RGB:
(83,63,13)
(33%,25%,5%)

RGB channels and saturation

R 83 of 255 = 33%
G 63 of 255 = 25%
B 13 of 255 = 5%

83
63
13

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

Portions of RGB colors in percentages

R + G + B =
83 + 63 + 13 = 159 (100%)
R 83 of 159 ~ 52.2%
G 63 of 159 ~ 39.62%
B 13 of 159 ~ 8.18%

%52.2
%39.62

CMYK color model

#533F0D color CMYK value is (0,24,84,67).

  • cyan value is 0.00%
  • magenta value is 24.10%
  • yellow value is 84.34%
  • key color value is 67.45%
CMYK:
(0,24,84,67)
C0M24Y84K67 
(0%,24%,84%,67%)
(0.00/0.24/0.84/0.67)	

CMYK percentages

%0
%24.1
%84.34
%67.45

Codes

Color #533F0D in popluar color models

533F0D
RGB836313
HSL43°72.92%18.82%
HSB/HSV43°84.34%32.55%
CMYK0.00%24.10%84.34%
67.45%

Color #533F0D in popluar number systems.

HEX533F0D
Decimal836313
Binary10100111111111101
Octal1237715

Shades and tints

Shades of #533F0D

#533F0D
(83,63,13)
#4C3A0C
(76,58,12)
#45350B
(69,53,11)
#3E300A
(62,48,10)
#372B09
(55,43,9)
#302608
(48,38,8)
#292107
(41,33,7)
#221C06
(34,28,6)
#1B1705
(27,23,5)
#141204
(20,18,4)
#0D0D03
(13,13,3)
#000000
(0,0,0)

Tints of #533F0D

#533F0D
(83,63,13)
#625023
(98,80,35)
#716139
(113,97,57)
#80724F
(128,114,79)
#8F8365
(143,131,101)
#9E947B
(158,148,123)
#ADA591
(173,165,145)
#BCB6A7
(188,182,167)
#CBC7BD
(203,199,189)
#DAD8D3
(218,216,211)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533F0D color. Also use rgb(83,63,13) instead hex code.

Text Font Color

.myTextColor { color: #533F0D; }

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

This text font color is #533F0D.


Background Color

.myBgColor { background-color: #533F0D; }

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

This div background color is #533F0D.


Border color

.myBorderColor { border: 1px solid #533F0D; }

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

This div border color is #533F0D.


Opacity

.myOpacity80 { color: #533F0D; opacity: 0.8; }

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

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

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

This text has shadow with #533F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533F0D on black background.


Color preview on white background

This text has color #533F0D on white background.



Black color preview on #533F0D background

This text has black color on #533F0D background.


White color preview on #533F0D background

This text has white color on #533F0D background.