COLOR #534443

HEX: #534443 RGB: (83,68,67)

Color info

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

RGB color model

#534443 color RGB value is (83,68,67).

RGB: (83,68,67) (33%, 27%, 26%)

RGB channels and saturation

R 83 of 255 = 33%
G 68 of 255 = 27%
B 67 of 255 = 26%

83
68
67

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

Portions of RGB colors in percentages

R + G + B = 83 + 68 + 67 = 218 (100%)
R 83 of 218 ~ 38.07%
G 68 of 218 ~ 31.19%
B 67 of 218 ~ 30.73'%

%38.07
%31.19
%30.73

CMYK color model

#534443 color CMYK value is (0,18,19,67).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 19.28%
  • key color value is 67.45%

CMYK: (0,18,19,67)
C0M18Y19K67 (0%, 18%, 19%, 67%)
(0.00 / 0.18 / 0.19 / 0.67)

CMYK percentages

%0
%18.07
%19.28
%67.45

Codes

Color #534443 in popluar color models

53 44 43
RGB 83 68 67
HSL 10.67% 29.41%
HSB/HSV 19.28% 32.55%
CMYK 0.00% 18.07% 19.28%
67.45%

Color #534443 in popluar number systems.

HEX 53 44 43
Decimal 83 68 67
Binary 1010011 1000100 1000011
Octal 123 104 103

Shades and tints

Shades of #534443

#534443
(83,68,67)
#4C3E3D
(76,62,61)
#453837
(69,56,55)
#3E3231
(62,50,49)
#372C2B
(55,44,43)
#302625
(48,38,37)
#29201F
(41,32,31)
#221A19
(34,26,25)
#1B1413
(27,20,19)
#140E0D
(20,14,13)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #534443

#534443
(83,68,67)
#625554
(98,85,84)
#716665
(113,102,101)
#807776
(128,119,118)
#8F8887
(143,136,135)
#9E9998
(158,153,152)
#ADAAA9
(173,170,169)
#BCBBBA
(188,187,186)
#CBCCCB
(203,204,203)
#DADDDC
(218,221,220)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534443; }

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

This text font color is #534443.

Background Color

.myBgColor { background-color: #534443; }

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

This div background color is #534443.

Border color

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

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

This div border color is #534443.

Opacity

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

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

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

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

This text has shadow with #534443 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #534443.

Preview

Color preview on black background

This text has color #534443 on black background.


Color preview on white background

This text has color #534443 on white background.


Black color preview on #534443 background

This text has black color on #534443 background.


White color preview on #534443 background

This text has white color on #534443 background.


Related colors

Complementary color

Complementary color for #hex is #ACBBBC.


I love getcolorcode.com

Triadic colors

1 #435344 and #444353 with #534443 are triadic colors.

2 #434453 and #445343 with #534443 are triadic colors.