COLOR #533630

HEX: #533630
RGB: (83,54,48)

Color info

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

RGB color model

#533630 color RGB value is (83,54,48).

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

RGB channels and saturation

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

83
54
48

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

Portions of RGB colors in percentages

R + G + B =
83 + 54 + 48 = 185 (100%)
R 83 of 185 ~ 44.86%
G 54 of 185 ~ 29.19%
B 48 of 185 ~ 25.95%

%44.86
%29.19
%25.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.94%
  • yellow value is 42.17%
  • key color value is 67.45%
CMYK:
(0,35,42,67)
C0M35Y42K67 
(0%,35%,42%,67%)
(0.00/0.35/0.42/0.67)	

CMYK percentages

%0
%34.94
%42.17
%67.45

Codes

Color #533630 in popluar color models

533630
RGB835448
HSL10°26.72%25.69%
HSB/HSV10°42.17%32.55%
CMYK0.00%34.94%42.17%
67.45%

Color #533630 in popluar number systems.

HEX533630
Decimal835448
Binary1010011110110110000
Octal1236660

Shades and tints

Shades of #533630

#533630
(83,54,48)
#4C322C
(76,50,44)
#452E28
(69,46,40)
#3E2A24
(62,42,36)
#372620
(55,38,32)
#30221C
(48,34,28)
#291E18
(41,30,24)
#221A14
(34,26,20)
#1B1610
(27,22,16)
#14120C
(20,18,12)
#0D0E08
(13,14,8)
#000000
(0,0,0)

Tints of #533630

#533630
(83,54,48)
#624842
(98,72,66)
#715A54
(113,90,84)
#806C66
(128,108,102)
#8F7E78
(143,126,120)
#9E908A
(158,144,138)
#ADA29C
(173,162,156)
#BCB4AE
(188,180,174)
#CBC6C0
(203,198,192)
#DAD8D2
(218,216,210)
#E9EAE4
(233,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533630; }

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

This text font color is #533630.


Background Color

.myBgColor { background-color: #533630; }

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

This div background color is #533630.


Border color

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

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

This div border color is #533630.


Opacity

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

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

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

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

This text has shadow with #533630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533630 on black background.


Color preview on white background

This text has color #533630 on white background.



Black color preview on #533630 background

This text has black color on #533630 background.


White color preview on #533630 background

This text has white color on #533630 background.