COLOR #533738

HEX: #533738
RGB: (83,55,56)

Color info

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

RGB color model

#533738 color RGB value is (83,55,56).

  • red value is 83;
  • green value is 55;
  • blue value is 56.
RGB:
(83,55,56)
(33%,22%,22%)

RGB channels and saturation

R 83 of 255 = 33%
G 55 of 255 = 22%
B 56 of 255 = 22%

83
55
56

R + G + B ~ 26%. #533738 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 55 + 56 = 194 (100%)
R 83 of 194 ~ 42.78%
G 55 of 194 ~ 28.35%
B 56 of 194 ~ 28.87%

%42.78
%28.35
%28.87

CMYK color model

#533738 color CMYK value is (0,34,33,67).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(0,34,33,67)
C0M34Y33K67 
(0%,34%,33%,67%)
(0.00/0.34/0.33/0.67)	

CMYK percentages

%0
%33.73
%32.53
%67.45

Codes

Color #533738 in popluar color models

533738
RGB835556
HSL358°20.29%27.06%
HSB/HSV358°33.73%32.55%
CMYK0.00%33.73%32.53%
67.45%

Color #533738 in popluar number systems.

HEX533738
Decimal835556
Binary1010011110111111000
Octal1236770

Shades and tints

Shades of #533738

#533738
(83,55,56)
#4C3233
(76,50,51)
#452D2E
(69,45,46)
#3E2829
(62,40,41)
#372324
(55,35,36)
#301E1F
(48,30,31)
#29191A
(41,25,26)
#221415
(34,20,21)
#1B0F10
(27,15,16)
#140A0B
(20,10,11)
#0D0506
(13,5,6)
#000000
(0,0,0)

Tints of #533738

#533738
(83,55,56)
#62494A
(98,73,74)
#715B5C
(113,91,92)
#806D6E
(128,109,110)
#8F7F80
(143,127,128)
#9E9192
(158,145,146)
#ADA3A4
(173,163,164)
#BCB5B6
(188,181,182)
#CBC7C8
(203,199,200)
#DAD9DA
(218,217,218)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533738; }

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

This text font color is #533738.


Background Color

.myBgColor { background-color: #533738; }

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

This div background color is #533738.


Border color

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

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

This div border color is #533738.


Opacity

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

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

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

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

This text has shadow with #533738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533738 on black background.


Color preview on white background

This text has color #533738 on white background.



Black color preview on #533738 background

This text has black color on #533738 background.


White color preview on #533738 background

This text has white color on #533738 background.