COLOR #533B10

HEX: #533B10
RGB: (83,59,16)

Color info

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

RGB color model

#533B10 color RGB value is (83,59,16).

  • red value is 83;
  • green value is 59;
  • blue value is 16.
RGB:
(83,59,16)
(33%,23%,6%)

RGB channels and saturation

R 83 of 255 = 33%
G 59 of 255 = 23%
B 16 of 255 = 6%

83
59
16

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

Portions of RGB colors in percentages

R + G + B =
83 + 59 + 16 = 158 (100%)
R 83 of 158 ~ 52.53%
G 59 of 158 ~ 37.34%
B 16 of 158 ~ 10.13%

%52.53
%37.34
%10.13

CMYK color model

#533B10 color CMYK value is (0,29,81,67).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 80.72%
  • key color value is 67.45%
CMYK:
(0,29,81,67)
C0M29Y81K67 
(0%,29%,81%,67%)
(0.00/0.29/0.81/0.67)	

CMYK percentages

%0
%28.92
%80.72
%67.45

Codes

Color #533B10 in popluar color models

533B10
RGB835916
HSL39°67.68%19.41%
HSB/HSV39°80.72%32.55%
CMYK0.00%28.92%80.72%
67.45%

Color #533B10 in popluar number systems.

HEX533B10
Decimal835916
Binary101001111101110000
Octal1237320

Shades and tints

Shades of #533B10

#533B10
(83,59,16)
#4C360F
(76,54,15)
#45310E
(69,49,14)
#3E2C0D
(62,44,13)
#37270C
(55,39,12)
#30220B
(48,34,11)
#291D0A
(41,29,10)
#221809
(34,24,9)
#1B1308
(27,19,8)
#140E07
(20,14,7)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #533B10

#533B10
(83,59,16)
#624C25
(98,76,37)
#715D3A
(113,93,58)
#806E4F
(128,110,79)
#8F7F64
(143,127,100)
#9E9079
(158,144,121)
#ADA18E
(173,161,142)
#BCB2A3
(188,178,163)
#CBC3B8
(203,195,184)
#DAD4CD
(218,212,205)
#E9E5E2
(233,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533B10 color. Also use rgb(83,59,16) instead hex code.

Text Font Color

.myTextColor { color: #533B10; }

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

This text font color is #533B10.


Background Color

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

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

This div background color is #533B10.


Border color

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

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

This div border color is #533B10.


Opacity

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

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

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

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

This text has shadow with #533B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533B10 on black background.


Color preview on white background

This text has color #533B10 on white background.



Black color preview on #533B10 background

This text has black color on #533B10 background.


White color preview on #533B10 background

This text has white color on #533B10 background.