COLOR #534428

HEX: #534428
RGB: (83,68,40)

Color info

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

RGB color model

#534428 color RGB value is (83,68,40).

  • red value is 83;
  • green value is 68;
  • blue value is 40.
RGB:
(83,68,40)
(33%,27%,16%)

RGB channels and saturation

R 83 of 255 = 33%
G 68 of 255 = 27%
B 40 of 255 = 16%

83
68
40

R + G + B ~ 25%. #534428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 68 + 40 = 191 (100%)
R 83 of 191 ~ 43.46%
G 68 of 191 ~ 35.6%
B 40 of 191 ~ 20.94%

%43.46
%35.6
%20.94

CMYK color model

#534428 color CMYK value is (0,18,52,67).

  • cyan value is 0.00%
  • magenta value is 18.07%
  • yellow value is 51.81%
  • key color value is 67.45%
CMYK:
(0,18,52,67)
C0M18Y52K67 
(0%,18%,52%,67%)
(0.00/0.18/0.52/0.67)	

CMYK percentages

%0
%18.07
%51.81
%67.45

Codes

Color #534428 in popluar color models

534428
RGB836840
HSL39°34.96%24.12%
HSB/HSV39°51.81%32.55%
CMYK0.00%18.07%51.81%
67.45%

Color #534428 in popluar number systems.

HEX534428
Decimal836840
Binary10100111000100101000
Octal12310450

Shades and tints

Shades of #534428

#534428
(83,68,40)
#4C3E25
(76,62,37)
#453822
(69,56,34)
#3E321F
(62,50,31)
#372C1C
(55,44,28)
#302619
(48,38,25)
#292016
(41,32,22)
#221A13
(34,26,19)
#1B1410
(27,20,16)
#140E0D
(20,14,13)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #534428

#534428
(83,68,40)
#62553B
(98,85,59)
#71664E
(113,102,78)
#807761
(128,119,97)
#8F8874
(143,136,116)
#9E9987
(158,153,135)
#ADAA9A
(173,170,154)
#BCBBAD
(188,187,173)
#CBCCC0
(203,204,192)
#DADDD3
(218,221,211)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534428; }

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

This text font color is #534428.


Background Color

.myBgColor { background-color: #534428; }

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

This div background color is #534428.


Border color

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

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

This div border color is #534428.


Opacity

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

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

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

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

This text has shadow with #534428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534428 on black background.


Color preview on white background

This text has color #534428 on white background.



Black color preview on #534428 background

This text has black color on #534428 background.


White color preview on #534428 background

This text has white color on #534428 background.