COLOR #534519

HEX: #534519
RGB: (83,69,25)

Color info

#534519 contains red, green and blue colors in about the same proportion. Web safe color of #534519 is #663300 (or #630).

RGB color model

#534519 color RGB value is (83,69,25).

  • red value is 83;
  • green value is 69;
  • blue value is 25.
RGB:
(83,69,25)
(33%,27%,10%)

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 25 of 255 = 10%

83
69
25

R + G + B ~ 23%. #534519 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 25 = 177 (100%)
R 83 of 177 ~ 46.89%
G 69 of 177 ~ 38.98%
B 25 of 177 ~ 14.12%

%46.89
%38.98
%14.12

CMYK color model

#534519 color CMYK value is (0,17,70,67).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 69.88%
  • key color value is 67.45%
CMYK:
(0,17,70,67)
C0M17Y70K67 
(0%,17%,70%,67%)
(0.00/0.17/0.70/0.67)	

CMYK percentages

%0
%16.87
%69.88
%67.45

Codes

Color #534519 in popluar color models

534519
RGB836925
HSL46°53.70%21.18%
HSB/HSV46°69.88%32.55%
CMYK0.00%16.87%69.88%
67.45%

Color #534519 in popluar number systems.

HEX534519
Decimal836925
Binary1010011100010111001
Octal12310531

Shades and tints

Shades of #534519

#534519
(83,69,25)
#4C3F17
(76,63,23)
#453915
(69,57,21)
#3E3313
(62,51,19)
#372D11
(55,45,17)
#30270F
(48,39,15)
#29210D
(41,33,13)
#221B0B
(34,27,11)
#1B1509
(27,21,9)
#140F07
(20,15,7)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #534519

#534519
(83,69,25)
#62552D
(98,85,45)
#716541
(113,101,65)
#807555
(128,117,85)
#8F8569
(143,133,105)
#9E957D
(158,149,125)
#ADA591
(173,165,145)
#BCB5A5
(188,181,165)
#CBC5B9
(203,197,185)
#DAD5CD
(218,213,205)
#E9E5E1
(233,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534519 color. Also use rgb(83,69,25) instead hex code.

Text Font Color

.myTextColor { color: #534519; }

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

This text font color is #534519.


Background Color

.myBgColor { background-color: #534519; }

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

This div background color is #534519.


Border color

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

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

This div border color is #534519.


Opacity

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

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

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

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

This text has shadow with #534519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534519 on black background.


Color preview on white background

This text has color #534519 on white background.



Black color preview on #534519 background

This text has black color on #534519 background.


White color preview on #534519 background

This text has white color on #534519 background.