COLOR #533A3D

HEX: #533A3D
RGB: (83,58,61)

Color info

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

RGB color model

#533A3D color RGB value is (83,58,61).

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

RGB channels and saturation

R 83 of 255 = 33%
G 58 of 255 = 23%
B 61 of 255 = 24%

83
58
61

R + G + B ~ 27%. #533A3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 58 + 61 = 202 (100%)
R 83 of 202 ~ 41.09%
G 58 of 202 ~ 28.71%
B 61 of 202 ~ 30.2%

%41.09
%28.71
%30.2

CMYK color model

#533A3D color CMYK value is (0,30,27,67).

  • cyan value is 0.00%
  • magenta value is 30.12%
  • yellow value is 26.51%
  • key color value is 67.45%
CMYK:
(0,30,27,67)
C0M30Y27K67 
(0%,30%,27%,67%)
(0.00/0.30/0.27/0.67)	

CMYK percentages

%0
%30.12
%26.51
%67.45

Codes

Color #533A3D in popluar color models

533A3D
RGB835861
HSL353°17.73%27.65%
HSB/HSV353°30.12%32.55%
CMYK0.00%30.12%26.51%
67.45%

Color #533A3D in popluar number systems.

HEX533A3D
Decimal835861
Binary1010011111010111101
Octal1237275

Shades and tints

Shades of #533A3D

#533A3D
(83,58,61)
#4C3538
(76,53,56)
#453033
(69,48,51)
#3E2B2E
(62,43,46)
#372629
(55,38,41)
#302124
(48,33,36)
#291C1F
(41,28,31)
#22171A
(34,23,26)
#1B1215
(27,18,21)
#140D10
(20,13,16)
#0D080B
(13,8,11)
#000000
(0,0,0)

Tints of #533A3D

#533A3D
(83,58,61)
#624B4E
(98,75,78)
#715C5F
(113,92,95)
#806D70
(128,109,112)
#8F7E81
(143,126,129)
#9E8F92
(158,143,146)
#ADA0A3
(173,160,163)
#BCB1B4
(188,177,180)
#CBC2C5
(203,194,197)
#DAD3D6
(218,211,214)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533A3D; }

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

This text font color is #533A3D.


Background Color

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

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

This div background color is #533A3D.


Border color

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

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

This div border color is #533A3D.


Opacity

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

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

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

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

This text has shadow with #533A3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533A3D on black background.


Color preview on white background

This text has color #533A3D on white background.



Black color preview on #533A3D background

This text has black color on #533A3D background.


White color preview on #533A3D background

This text has white color on #533A3D background.