COLOR #533024

HEX: #533024
RGB: (83,48,36)

Color info

#533024 contains red, green and blue colors in about the same proportion. Web safe color of #533024 is #663333 (or #633).

RGB color model

#533024 color RGB value is (83,48,36).

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

RGB channels and saturation

R 83 of 255 = 33%
G 48 of 255 = 19%
B 36 of 255 = 14%

83
48
36

R + G + B ~ 22%. #533024 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 48 + 36 = 167 (100%)
R 83 of 167 ~ 49.7%
G 48 of 167 ~ 28.74%
B 36 of 167 ~ 21.56%

%49.7
%28.74
%21.56

CMYK color model

#533024 color CMYK value is (0,42,57,67).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 56.63%
  • key color value is 67.45%
CMYK:
(0,42,57,67)
C0M42Y57K67 
(0%,42%,57%,67%)
(0.00/0.42/0.57/0.67)	

CMYK percentages

%0
%42.17
%56.63
%67.45

Codes

Color #533024 in popluar color models

533024
RGB834836
HSL15°39.50%23.33%
HSB/HSV15°56.63%32.55%
CMYK0.00%42.17%56.63%
67.45%

Color #533024 in popluar number systems.

HEX533024
Decimal834836
Binary1010011110000100100
Octal1236044

Shades and tints

Shades of #533024

#533024
(83,48,36)
#4C2C21
(76,44,33)
#45281E
(69,40,30)
#3E241B
(62,36,27)
#372018
(55,32,24)
#301C15
(48,28,21)
#291812
(41,24,18)
#22140F
(34,20,15)
#1B100C
(27,16,12)
#140C09
(20,12,9)
#0D0806
(13,8,6)
#000000
(0,0,0)

Tints of #533024

#533024
(83,48,36)
#624237
(98,66,55)
#71544A
(113,84,74)
#80665D
(128,102,93)
#8F7870
(143,120,112)
#9E8A83
(158,138,131)
#AD9C96
(173,156,150)
#BCAEA9
(188,174,169)
#CBC0BC
(203,192,188)
#DAD2CF
(218,210,207)
#E9E4E2
(233,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533024; }

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

This text font color is #533024.


Background Color

.myBgColor { background-color: #533024; }

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

This div background color is #533024.


Border color

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

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

This div border color is #533024.


Opacity

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

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

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

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

This text has shadow with #533024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533024 on black background.


Color preview on white background

This text has color #533024 on white background.



Black color preview on #533024 background

This text has black color on #533024 background.


White color preview on #533024 background

This text has white color on #533024 background.