COLOR #534841

HEX: #534841
RGB: (83,72,65)

Color info

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

RGB color model

#534841 color RGB value is (83,72,65).

  • red value is 83;
  • green value is 72;
  • blue value is 65.
RGB:
(83,72,65)
(33%,28%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 65 of 255 = 25%

83
72
65

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

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 65 = 220 (100%)
R 83 of 220 ~ 37.73%
G 72 of 220 ~ 32.73%
B 65 of 220 ~ 29.55%

%37.73
%32.73
%29.55

CMYK color model

#534841 color CMYK value is (0,13,22,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 21.69%
  • key color value is 67.45%
CMYK:
(0,13,22,67)
C0M13Y22K67 
(0%,13%,22%,67%)
(0.00/0.13/0.22/0.67)	

CMYK percentages

%0
%13.25
%21.69
%67.45

Codes

Color #534841 in popluar color models

534841
RGB837265
HSL23°12.16%29.02%
HSB/HSV23°21.69%32.55%
CMYK0.00%13.25%21.69%
67.45%

Color #534841 in popluar number systems.

HEX534841
Decimal837265
Binary101001110010001000001
Octal123110101

Shades and tints

Shades of #534841

#534841
(83,72,65)
#4C423C
(76,66,60)
#453C37
(69,60,55)
#3E3632
(62,54,50)
#37302D
(55,48,45)
#302A28
(48,42,40)
#292423
(41,36,35)
#221E1E
(34,30,30)
#1B1819
(27,24,25)
#141214
(20,18,20)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #534841

#534841
(83,72,65)
#625852
(98,88,82)
#716863
(113,104,99)
#807874
(128,120,116)
#8F8885
(143,136,133)
#9E9896
(158,152,150)
#ADA8A7
(173,168,167)
#BCB8B8
(188,184,184)
#CBC8C9
(203,200,201)
#DAD8DA
(218,216,218)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534841 color. Also use rgb(83,72,65) instead hex code.

Text Font Color

.myTextColor { color: #534841; }

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

This text font color is #534841.


Background Color

.myBgColor { background-color: #534841; }

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

This div background color is #534841.


Border color

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

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

This div border color is #534841.


Opacity

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

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

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

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

This text has shadow with #534841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534841 on black background.


Color preview on white background

This text has color #534841 on white background.



Black color preview on #534841 background

This text has black color on #534841 background.


White color preview on #534841 background

This text has white color on #534841 background.