COLOR #533033

HEX: #533033 RGB: (83,48,51)

Color info

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

RGB color model

#533033 color RGB value is (83,48,51).

RGB: (83,48,51) (33%, 19%, 20%)

RGB channels and saturation

R 83 of 255 = 33%
G 48 of 255 = 19%
B 51 of 255 = 20%

83
48
51

R + G + B ~ 24%. #533033 is dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 48 + 51 = 182 (100%)
R 83 of 182 ~ 45.6%
G 48 of 182 ~ 26.37%
B 51 of 182 ~ 28.02'%

%45.6
%26.37
%28.02

CMYK color model

#533033 color CMYK value is (0,42,39,67).

  • cyan value is 0.00%
  • magenta value is 42.17%
  • yellow value is 38.55%
  • key color value is 67.45%

CMYK: (0,42,39,67)
C0M42Y39K67 (0%, 42%, 39%, 67%)
(0.00 / 0.42 / 0.39 / 0.67)

CMYK percentages

%0
%42.17
%38.55
%67.45

Codes

Color #533033 in popluar color models

53 30 33
RGB 83 48 51
HSL 355° 26.72% 25.69%
HSB/HSV 355° 42.17% 32.55%
CMYK 0.00% 42.17% 38.55%
67.45%

Color #533033 in popluar number systems.

HEX 53 30 33
Decimal 83 48 51
Binary 1010011 110000 110011
Octal 123 60 63

Shades and tints

Shades of #533033

#533033
(83,48,51)
#4C2C2F
(76,44,47)
#45282B
(69,40,43)
#3E2427
(62,36,39)
#372023
(55,32,35)
#301C1F
(48,28,31)
#29181B
(41,24,27)
#221417
(34,20,23)
#1B1013
(27,16,19)
#140C0F
(20,12,15)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #533033

#533033
(83,48,51)
#624245
(98,66,69)
#715457
(113,84,87)
#806669
(128,102,105)
#8F787B
(143,120,123)
#9E8A8D
(158,138,141)
#AD9C9F
(173,156,159)
#BCAEB1
(188,174,177)
#CBC0C3
(203,192,195)
#DAD2D5
(218,210,213)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533033; }

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

This text font color is #533033.

Background Color

.myBgColor { background-color: #533033; }

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

This div background color is #533033.

Border color

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

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

This div border color is #533033.

Opacity

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

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

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

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

This text has shadow with #533033 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533033.

Preview

Color preview on black background

This text has color #533033 on black background.


Color preview on white background

This text has color #533033 on white background.


Black color preview on #533033 background

This text has black color on #533033 background.


White color preview on #533033 background

This text has white color on #533033 background.


Related colors

Complementary color

Complementary color for #hex is #ACCFCC.


I love getcolorcode.com

Triadic colors

1 #335330 and #303353 with #533033 are triadic colors.

2 #333053 and #305333 with #533033 are triadic colors.