COLOR #533C3C

HEX: #533C3C
RGB: (83,60,60)

Color info

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

RGB color model

#533C3C color RGB value is (83,60,60).

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

RGB channels and saturation

R 83 of 255 = 33%
G 60 of 255 = 24%
B 60 of 255 = 24%

83
60
60

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

Portions of RGB colors in percentages

R + G + B =
83 + 60 + 60 = 203 (100%)
R 83 of 203 ~ 40.89%
G 60 of 203 ~ 29.56%
B 60 of 203 ~ 29.56%

%40.89
%29.56
%29.56

CMYK color model

#533C3C color CMYK value is (0,28,28,67).

  • cyan value is 0.00%
  • magenta value is 27.71%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(0,28,28,67)
C0M28Y28K67 
(0%,28%,28%,67%)
(0.00/0.28/0.28/0.67)	

CMYK percentages

%0
%27.71
%27.71
%67.45

Codes

Color #533C3C in popluar color models

533C3C
RGB836060
HSL16.08%28.04%
HSB/HSV27.71%32.55%
CMYK0.00%27.71%27.71%
67.45%

Color #533C3C in popluar number systems.

HEX533C3C
Decimal836060
Binary1010011111100111100
Octal1237474

Shades and tints

Shades of #533C3C

#533C3C
(83,60,60)
#4C3737
(76,55,55)
#453232
(69,50,50)
#3E2D2D
(62,45,45)
#372828
(55,40,40)
#302323
(48,35,35)
#291E1E
(41,30,30)
#221919
(34,25,25)
#1B1414
(27,20,20)
#140F0F
(20,15,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #533C3C

#533C3C
(83,60,60)
#624D4D
(98,77,77)
#715E5E
(113,94,94)
#806F6F
(128,111,111)
#8F8080
(143,128,128)
#9E9191
(158,145,145)
#ADA2A2
(173,162,162)
#BCB3B3
(188,179,179)
#CBC4C4
(203,196,196)
#DAD5D5
(218,213,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533C3C; }

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

This text font color is #533C3C.


Background Color

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

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

This div background color is #533C3C.


Border color

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

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

This div border color is #533C3C.


Opacity

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

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

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

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

This text has shadow with #533C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533C3C on black background.


Color preview on white background

This text has color #533C3C on white background.



Black color preview on #533C3C background

This text has black color on #533C3C background.


White color preview on #533C3C background

This text has white color on #533C3C background.