COLOR #533030

HEX: #533030 RGB: (83,48,48)

Color info

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

RGB color model

#533030 color RGB value is (83,48,48).

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

RGB channels and saturation

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

83
48
48

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

Portions of RGB colors in percentages

R + G + B = 83 + 48 + 48 = 179 (100%)
R 83 of 179 ~ 46.37%
G 48 of 179 ~ 26.82%
B 48 of 179 ~ 26.82'%

%46.37
%26.82
%26.82

CMYK color model

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

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

CMYK: (0,42,42,67)
C0M42Y42K67 (0%, 42%, 42%, 67%)
(0.00 / 0.42 / 0.42 / 0.67)

CMYK percentages

%0
%42.17
%42.17
%67.45

Codes

Color #533030 in popluar color models

53 30 30
RGB 83 48 48
HSL 26.72% 25.69%
HSB/HSV 42.17% 32.55%
CMYK 0.00% 42.17% 42.17%
67.45%

Color #533030 in popluar number systems.

HEX 53 30 30
Decimal 83 48 48
Binary 1010011 110000 110000
Octal 123 60 60

Shades and tints

Shades of #533030

#533030
(83,48,48)
#4C2C2C
(76,44,44)
#452828
(69,40,40)
#3E2424
(62,36,36)
#372020
(55,32,32)
#301C1C
(48,28,28)
#291818
(41,24,24)
#221414
(34,20,20)
#1B1010
(27,16,16)
#140C0C
(20,12,12)
#0D0808
(13,8,8)
#000000
(0,0,0)

Tints of #533030

#533030
(83,48,48)
#624242
(98,66,66)
#715454
(113,84,84)
#806666
(128,102,102)
#8F7878
(143,120,120)
#9E8A8A
(158,138,138)
#AD9C9C
(173,156,156)
#BCAEAE
(188,174,174)
#CBC0C0
(203,192,192)
#DAD2D2
(218,210,210)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533030; }

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

This text font color is #533030.

Background Color

.myBgColor { background-color: #533030; }

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

This div background color is #533030.

Border color

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

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

This div border color is #533030.

Opacity

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

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

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

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

This text has shadow with #533030 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533030.

Preview

Color preview on black background

This text has color #533030 on black background.


Color preview on white background

This text has color #533030 on white background.


Black color preview on #533030 background

This text has black color on #533030 background.


White color preview on #533030 background

This text has white color on #533030 background.


Related colors

Complementary color

Complementary color for #hex is #ACCFCF.


I love getcolorcode.com