COLOR #533E3B

HEX: #533E3B RGB: (83,62,59)

Color info

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

RGB color model

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

RGB: (83,62,59) (33%, 24%, 23%)

RGB channels and saturation

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

83
62
59

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

Portions of RGB colors in percentages

R + G + B = 83 + 62 + 59 = 204 (100%)
R 83 of 204 ~ 40.69%
G 62 of 204 ~ 30.39%
B 59 of 204 ~ 28.92'%

%40.69
%30.39
%28.92

CMYK color model

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

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

CMYK percentages

%0
%25.3
%28.92
%67.45

Codes

Color #533E3B in popluar color models

53 3E 3B
RGB 83 62 59
HSL 16.90% 27.84%
HSB/HSV 28.92% 32.55%
CMYK 0.00% 25.30% 28.92%
67.45%

Color #533E3B in popluar number systems.

HEX 53 3E 3B
Decimal 83 62 59
Binary 1010011 111110 111011
Octal 123 76 73

Shades and tints

Shades of #533E3B

#533E3B
(83,62,59)
#4C3936
(76,57,54)
#453431
(69,52,49)
#3E2F2C
(62,47,44)
#372A27
(55,42,39)
#302522
(48,37,34)
#29201D
(41,32,29)
#221B18
(34,27,24)
#1B1613
(27,22,19)
#14110E
(20,17,14)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #533E3B

#533E3B
(83,62,59)
#624F4C
(98,79,76)
#71605D
(113,96,93)
#80716E
(128,113,110)
#8F827F
(143,130,127)
#9E9390
(158,147,144)
#ADA4A1
(173,164,161)
#BCB5B2
(188,181,178)
#CBC6C3
(203,198,195)
#DAD7D4
(218,215,212)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #533E3B; }

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

This text font color is #533E3B.

Background Color

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

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

This div background color is #533E3B.

Border color

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

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

This div border color is #533E3B.

Opacity

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

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

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

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

This text has shadow with #533E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #533E3B.

Preview

Color preview on black background

This text has color #533E3B on black background.


Color preview on white background

This text has color #533E3B on white background.


Black color preview on #533E3B background

This text has black color on #533E3B background.


White color preview on #533E3B background

This text has white color on #533E3B background.


Related colors

Complementary color

Complementary color for #hex is #ACC1C4.


I love getcolorcode.com

Triadic colors

1 #3B533E and #3E3B53 with #533E3B are triadic colors.

2 #3B3E53 and #3E533B with #533E3B are triadic colors.