COLOR #533E3E

HEX: #533E3E
RGB: (83,62,62)

Color info

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

RGB color model

#533E3E color RGB value is (83,62,62).

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

RGB channels and saturation

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

83
62
62

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

Portions of RGB colors in percentages

R + G + B =
83 + 62 + 62 = 207 (100%)
R 83 of 207 ~ 40.1%
G 62 of 207 ~ 29.95%
B 62 of 207 ~ 29.95%

%40.1
%29.95
%29.95

CMYK color model

#533E3E color CMYK value is (0,25,25,67).

  • cyan value is 0.00%
  • magenta value is 25.30%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(0,25,25,67)
C0M25Y25K67 
(0%,25%,25%,67%)
(0.00/0.25/0.25/0.67)	

CMYK percentages

%0
%25.3
%25.3
%67.45

Codes

Color #533E3E in popluar color models

533E3E
RGB836262
HSL14.48%28.43%
HSB/HSV25.30%32.55%
CMYK0.00%25.30%25.30%
67.45%

Color #533E3E in popluar number systems.

HEX533E3E
Decimal836262
Binary1010011111110111110
Octal1237676

Shades and tints

Shades of #533E3E

#533E3E
(83,62,62)
#4C3939
(76,57,57)
#453434
(69,52,52)
#3E2F2F
(62,47,47)
#372A2A
(55,42,42)
#302525
(48,37,37)
#292020
(41,32,32)
#221B1B
(34,27,27)
#1B1616
(27,22,22)
#141111
(20,17,17)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #533E3E

#533E3E
(83,62,62)
#624F4F
(98,79,79)
#716060
(113,96,96)
#807171
(128,113,113)
#8F8282
(143,130,130)
#9E9393
(158,147,147)
#ADA4A4
(173,164,164)
#BCB5B5
(188,181,181)
#CBC6C6
(203,198,198)
#DAD7D7
(218,215,215)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533E3E; }

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

This text font color is #533E3E.


Background Color

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

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

This div background color is #533E3E.


Border color

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

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

This div border color is #533E3E.


Opacity

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

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

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

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

This text has shadow with #533E3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #533E3E on black background.


Color preview on white background

This text has color #533E3E on white background.



Black color preview on #533E3E background

This text has black color on #533E3E background.


White color preview on #533E3E background

This text has white color on #533E3E background.