COLOR #534E43

HEX: #534E43
RGB: (83,78,67)

Color info

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

RGB color model

#534E43 color RGB value is (83,78,67).

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

RGB channels and saturation

R 83 of 255 = 33%
G 78 of 255 = 31%
B 67 of 255 = 26%

83
78
67

R + G + B ~ 30%. #534E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 78 + 67 = 228 (100%)
R 83 of 228 ~ 36.4%
G 78 of 228 ~ 34.21%
B 67 of 228 ~ 29.39%

%36.4
%34.21
%29.39

CMYK color model

#534E43 color CMYK value is (0,6,19,67).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 19.28%
  • key color value is 67.45%
CMYK:
(0,6,19,67)
C0M6Y19K67 
(0%,6%,19%,67%)
(0.00/0.06/0.19/0.67)	

CMYK percentages

%0
%6.02
%19.28
%67.45

Codes

Color #534E43 in popluar color models

534E43
RGB837867
HSL41°10.67%29.41%
HSB/HSV41°19.28%32.55%
CMYK0.00%6.02%19.28%
67.45%

Color #534E43 in popluar number systems.

HEX534E43
Decimal837867
Binary101001110011101000011
Octal123116103

Shades and tints

Shades of #534E43

#534E43
(83,78,67)
#4C473D
(76,71,61)
#454037
(69,64,55)
#3E3931
(62,57,49)
#37322B
(55,50,43)
#302B25
(48,43,37)
#29241F
(41,36,31)
#221D19
(34,29,25)
#1B1613
(27,22,19)
#140F0D
(20,15,13)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #534E43

#534E43
(83,78,67)
#625E54
(98,94,84)
#716E65
(113,110,101)
#807E76
(128,126,118)
#8F8E87
(143,142,135)
#9E9E98
(158,158,152)
#ADAEA9
(173,174,169)
#BCBEBA
(188,190,186)
#CBCECB
(203,206,203)
#DADEDC
(218,222,220)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534E43; }

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

This text font color is #534E43.


Background Color

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

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

This div background color is #534E43.


Border color

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

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

This div border color is #534E43.


Opacity

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

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

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

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

This text has shadow with #534E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534E43 on black background.


Color preview on white background

This text has color #534E43 on white background.



Black color preview on #534E43 background

This text has black color on #534E43 background.


White color preview on #534E43 background

This text has white color on #534E43 background.