COLOR #533019

HEX: #533019
RGB: (83,48,25)

Color info

#533019 contains red, green and blue colors in about the same proportion. Web safe color of #533019 is #663300 (or #630).

RGB color model

#533019 color RGB value is (83,48,25).

  • red value is 83;
  • green value is 48;
  • blue value is 25.
RGB:
(83,48,25)
(33%,19%,10%)

RGB channels and saturation

R 83 of 255 = 33%
G 48 of 255 = 19%
B 25 of 255 = 10%

83
48
25

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

Portions of RGB colors in percentages

R + G + B =
83 + 48 + 25 = 156 (100%)
R 83 of 156 ~ 53.21%
G 48 of 156 ~ 30.77%
B 25 of 156 ~ 16.03%

%53.21
%30.77
%16.03

CMYK color model

#533019 color CMYK value is (0,42,70,67).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 69.88%
  • key color value is 67.45%
CMYK:
(0,42,70,67)
C0M42Y70K67 
(0%,42%,70%,67%)
(0.00/0.42/0.70/0.67)	

CMYK percentages

%0
%42.17
%69.88
%67.45

Codes

Color #533019 in popluar color models

533019
RGB834825
HSL24°53.70%21.18%
HSB/HSV24°69.88%32.55%
CMYK0.00%42.17%69.88%
67.45%

Color #533019 in popluar number systems.

HEX533019
Decimal834825
Binary101001111000011001
Octal1236031

Shades and tints

Shades of #533019

#533019
(83,48,25)
#4C2C17
(76,44,23)
#452815
(69,40,21)
#3E2413
(62,36,19)
#372011
(55,32,17)
#301C0F
(48,28,15)
#29180D
(41,24,13)
#22140B
(34,20,11)
#1B1009
(27,16,9)
#140C07
(20,12,7)
#0D0805
(13,8,5)
#000000
(0,0,0)

Tints of #533019

#533019
(83,48,25)
#62422D
(98,66,45)
#715441
(113,84,65)
#806655
(128,102,85)
#8F7869
(143,120,105)
#9E8A7D
(158,138,125)
#AD9C91
(173,156,145)
#BCAEA5
(188,174,165)
#CBC0B9
(203,192,185)
#DAD2CD
(218,210,205)
#E9E4E1
(233,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533019 color. Also use rgb(83,48,25) instead hex code.

Text Font Color

.myTextColor { color: #533019; }

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

This text font color is #533019.


Background Color

.myBgColor { background-color: #533019; }

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

This div background color is #533019.


Border color

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

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

This div border color is #533019.


Opacity

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

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

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

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

This text has shadow with #533019 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533019 on black background.


Color preview on white background

This text has color #533019 on white background.



Black color preview on #533019 background

This text has black color on #533019 background.


White color preview on #533019 background

This text has white color on #533019 background.