COLOR #533138

HEX: #533138
RGB: (83,49,56)

Color info

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

RGB color model

#533138 color RGB value is (83,49,56).

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

RGB channels and saturation

R 83 of 255 = 33%
G 49 of 255 = 19%
B 56 of 255 = 22%

83
49
56

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

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 56 = 188 (100%)
R 83 of 188 ~ 44.15%
G 49 of 188 ~ 26.06%
B 56 of 188 ~ 29.79%

%44.15
%26.06
%29.79

CMYK color model

#533138 color CMYK value is (0,41,33,67).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(0,41,33,67)
C0M41Y33K67 
(0%,41%,33%,67%)
(0.00/0.41/0.33/0.67)	

CMYK percentages

%0
%40.96
%32.53
%67.45

Codes

Color #533138 in popluar color models

533138
RGB834956
HSL348°25.76%25.88%
HSB/HSV348°40.96%32.55%
CMYK0.00%40.96%32.53%
67.45%

Color #533138 in popluar number systems.

HEX533138
Decimal834956
Binary1010011110001111000
Octal1236170

Shades and tints

Shades of #533138

#533138
(83,49,56)
#4C2D33
(76,45,51)
#45292E
(69,41,46)
#3E2529
(62,37,41)
#372124
(55,33,36)
#301D1F
(48,29,31)
#29191A
(41,25,26)
#221515
(34,21,21)
#1B1110
(27,17,16)
#140D0B
(20,13,11)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #533138

#533138
(83,49,56)
#62434A
(98,67,74)
#71555C
(113,85,92)
#80676E
(128,103,110)
#8F7980
(143,121,128)
#9E8B92
(158,139,146)
#AD9DA4
(173,157,164)
#BCAFB6
(188,175,182)
#CBC1C8
(203,193,200)
#DAD3DA
(218,211,218)
#E9E5EC
(233,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533138; }

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

This text font color is #533138.


Background Color

.myBgColor { background-color: #533138; }

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

This div background color is #533138.


Border color

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

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

This div border color is #533138.


Opacity

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

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

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

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

This text has shadow with #533138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533138 on black background.


Color preview on white background

This text has color #533138 on white background.



Black color preview on #533138 background

This text has black color on #533138 background.


White color preview on #533138 background

This text has white color on #533138 background.