COLOR #534E3B

HEX: #534E3B
RGB: (83,78,59)

Color info

#534E3B contains red, green and blue colors in about the same proportion. Web safe color of #534E3B is #666633 (or #663).

RGB color model

#534E3B color RGB value is (83,78,59).

  • red value is 83;
  • green value is 78;
  • blue value is 59.
RGB:
(83,78,59)
(33%,31%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 59 of 255 = 23%

83
78
59

R + G + B ~ 29%. #534E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 59 = 220 (100%)
R 83 of 220 ~ 37.73%
G 78 of 220 ~ 35.45%
B 59 of 220 ~ 26.82%

%37.73
%35.45
%26.82

CMYK color model

#534E3B color CMYK value is (0,6,29,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 28.92%
  • key color value is 67.45%
CMYK:
(0,6,29,67)
C0M6Y29K67 
(0%,6%,29%,67%)
(0.00/0.06/0.29/0.67)	

CMYK percentages

%0
%6.02
%28.92
%67.45

Codes

Color #534E3B in popluar color models

534E3B
RGB837859
HSL48°16.90%27.84%
HSB/HSV48°28.92%32.55%
CMYK0.00%6.02%28.92%
67.45%

Color #534E3B in popluar number systems.

HEX534E3B
Decimal837859
Binary10100111001110111011
Octal12311673

Shades and tints

Shades of #534E3B

#534E3B
(83,78,59)
#4C4736
(76,71,54)
#454031
(69,64,49)
#3E392C
(62,57,44)
#373227
(55,50,39)
#302B22
(48,43,34)
#29241D
(41,36,29)
#221D18
(34,29,24)
#1B1613
(27,22,19)
#140F0E
(20,15,14)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #534E3B

#534E3B
(83,78,59)
#625E4C
(98,94,76)
#716E5D
(113,110,93)
#807E6E
(128,126,110)
#8F8E7F
(143,142,127)
#9E9E90
(158,158,144)
#ADAEA1
(173,174,161)
#BCBEB2
(188,190,178)
#CBCEC3
(203,206,195)
#DADED4
(218,222,212)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E3B; }

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

This text font color is #534E3B.


Background Color

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

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

This div background color is #534E3B.


Border color

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

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

This div border color is #534E3B.


Opacity

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

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

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

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

This text has shadow with #534E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E3B on black background.


Color preview on white background

This text has color #534E3B on white background.



Black color preview on #534E3B background

This text has black color on #534E3B background.


White color preview on #534E3B background

This text has white color on #534E3B background.