COLOR #534915

HEX: #534915
RGB: (83,73,21)

Color info

#534915 contains mainly red and green colors. Web safe color of #534915 is #663300 (or #630).

RGB color model

#534915 color RGB value is (83,73,21).

  • red value is 83;
  • green value is 73;
  • blue value is 21.
RGB:
(83,73,21)
(33%,29%,8%)

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 21 of 255 = 8%

83
73
21

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

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 21 = 177 (100%)
R 83 of 177 ~ 46.89%
G 73 of 177 ~ 41.24%
B 21 of 177 ~ 11.86%

%46.89
%41.24
%11.86

CMYK color model

#534915 color CMYK value is (0,12,75,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 74.70%
  • key color value is 67.45%
CMYK:
(0,12,75,67)
C0M12Y75K67 
(0%,12%,75%,67%)
(0.00/0.12/0.75/0.67)	

CMYK percentages

%0
%12.05
%74.7
%67.45

Codes

Color #534915 in popluar color models

534915
RGB837321
HSL50°59.62%20.39%
HSB/HSV50°74.70%32.55%
CMYK0.00%12.05%74.70%
67.45%

Color #534915 in popluar number systems.

HEX534915
Decimal837321
Binary1010011100100110101
Octal12311125

Shades and tints

Shades of #534915

#534915
(83,73,21)
#4C4314
(76,67,20)
#453D13
(69,61,19)
#3E3712
(62,55,18)
#373111
(55,49,17)
#302B10
(48,43,16)
#29250F
(41,37,15)
#221F0E
(34,31,14)
#1B190D
(27,25,13)
#14130C
(20,19,12)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #534915

#534915
(83,73,21)
#62592A
(98,89,42)
#71693F
(113,105,63)
#807954
(128,121,84)
#8F8969
(143,137,105)
#9E997E
(158,153,126)
#ADA993
(173,169,147)
#BCB9A8
(188,185,168)
#CBC9BD
(203,201,189)
#DAD9D2
(218,217,210)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534915 color. Also use rgb(83,73,21) instead hex code.

Text Font Color

.myTextColor { color: #534915; }

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

This text font color is #534915.


Background Color

.myBgColor { background-color: #534915; }

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

This div background color is #534915.


Border color

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

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

This div border color is #534915.


Opacity

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

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

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

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

This text has shadow with #534915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534915 on black background.


Color preview on white background

This text has color #534915 on white background.



Black color preview on #534915 background

This text has black color on #534915 background.


White color preview on #534915 background

This text has white color on #534915 background.