COLOR #533334

HEX: #533334
RGB: (83,51,52)

Color info

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

RGB color model

#533334 color RGB value is (83,51,52).

  • red value is 83;
  • green value is 51;
  • blue value is 52.
RGB:
(83,51,52)
(33%,20%,20%)

RGB channels and saturation

R 83 of 255 = 33%
G 51 of 255 = 20%
B 52 of 255 = 20%

83
51
52

R + G + B ~ 24%. #533334 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 51 + 52 = 186 (100%)
R 83 of 186 ~ 44.62%
G 51 of 186 ~ 27.42%
B 52 of 186 ~ 27.96%

%44.62
%27.42
%27.96

CMYK color model

#533334 color CMYK value is (0,39,37,67).

  • cyan value is 0.00%
  • magenta value is 38.55%
  • yellow value is 37.35%
  • key color value is 67.45%
CMYK:
(0,39,37,67)
C0M39Y37K67 
(0%,39%,37%,67%)
(0.00/0.39/0.37/0.67)	

CMYK percentages

%0
%38.55
%37.35
%67.45

Codes

Color #533334 in popluar color models

533334
RGB835152
HSL358°23.88%26.27%
HSB/HSV358°38.55%32.55%
CMYK0.00%38.55%37.35%
67.45%

Color #533334 in popluar number systems.

HEX533334
Decimal835152
Binary1010011110011110100
Octal1236364

Shades and tints

Shades of #533334

#533334
(83,51,52)
#4C2F30
(76,47,48)
#452B2C
(69,43,44)
#3E2728
(62,39,40)
#372324
(55,35,36)
#301F20
(48,31,32)
#291B1C
(41,27,28)
#221718
(34,23,24)
#1B1314
(27,19,20)
#140F10
(20,15,16)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #533334

#533334
(83,51,52)
#624546
(98,69,70)
#715758
(113,87,88)
#80696A
(128,105,106)
#8F7B7C
(143,123,124)
#9E8D8E
(158,141,142)
#AD9FA0
(173,159,160)
#BCB1B2
(188,177,178)
#CBC3C4
(203,195,196)
#DAD5D6
(218,213,214)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #533334 color. Also use rgb(83,51,52) instead hex code.

Text Font Color

.myTextColor { color: #533334; }

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

This text font color is #533334.


Background Color

.myBgColor { background-color: #533334; }

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

This div background color is #533334.


Border color

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

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

This div border color is #533334.


Opacity

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

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

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

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

This text has shadow with #533334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533334 on black background.


Color preview on white background

This text has color #533334 on white background.



Black color preview on #533334 background

This text has black color on #533334 background.


White color preview on #533334 background

This text has white color on #533334 background.