COLOR #533D30

HEX: #533D30
RGB: (83,61,48)

Color info

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

RGB color model

#533D30 color RGB value is (83,61,48).

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

RGB channels and saturation

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

83
61
48

R + G + B ~ 25%. #533D30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 61 + 48 = 192 (100%)
R 83 of 192 ~ 43.23%
G 61 of 192 ~ 31.77%
B 48 of 192 ~ 25%

%43.23
%31.77
%25

CMYK color model

#533D30 color CMYK value is (0,27,42,67).

  • cyan value is 0.00%
  • magenta value is 26.51%
  • yellow value is 42.17%
  • key color value is 67.45%
CMYK:
(0,27,42,67)
C0M27Y42K67 
(0%,27%,42%,67%)
(0.00/0.27/0.42/0.67)	

CMYK percentages

%0
%26.51
%42.17
%67.45

Codes

Color #533D30 in popluar color models

533D30
RGB836148
HSL22°26.72%25.69%
HSB/HSV22°42.17%32.55%
CMYK0.00%26.51%42.17%
67.45%

Color #533D30 in popluar number systems.

HEX533D30
Decimal836148
Binary1010011111101110000
Octal1237560

Shades and tints

Shades of #533D30

#533D30
(83,61,48)
#4C382C
(76,56,44)
#453328
(69,51,40)
#3E2E24
(62,46,36)
#372920
(55,41,32)
#30241C
(48,36,28)
#291F18
(41,31,24)
#221A14
(34,26,20)
#1B1510
(27,21,16)
#14100C
(20,16,12)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #533D30

#533D30
(83,61,48)
#624E42
(98,78,66)
#715F54
(113,95,84)
#807066
(128,112,102)
#8F8178
(143,129,120)
#9E928A
(158,146,138)
#ADA39C
(173,163,156)
#BCB4AE
(188,180,174)
#CBC5C0
(203,197,192)
#DAD6D2
(218,214,210)
#E9E7E4
(233,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533D30; }

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

This text font color is #533D30.


Background Color

.myBgColor { background-color: #533D30; }

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

This div background color is #533D30.


Border color

.myBorderColor { border: 1px solid #533D30; }

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

This div border color is #533D30.


Opacity

.myOpacity80 { color: #533D30; opacity: 0.8; }

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

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

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

This text has shadow with #533D30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533D30 on black background.


Color preview on white background

This text has color #533D30 on white background.



Black color preview on #533D30 background

This text has black color on #533D30 background.


White color preview on #533D30 background

This text has white color on #533D30 background.