COLOR #534922

HEX: #534922
RGB: (83,73,34)

Color info

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

RGB color model

#534922 color RGB value is (83,73,34).

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

RGB channels and saturation

R 83 of 255 = 33%
G 73 of 255 = 29%
B 34 of 255 = 13%

83
73
34

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

Portions of RGB colors in percentages

R + G + B =
83 + 73 + 34 = 190 (100%)
R 83 of 190 ~ 43.68%
G 73 of 190 ~ 38.42%
B 34 of 190 ~ 17.89%

%43.68
%38.42
%17.89

CMYK color model

#534922 color CMYK value is (0,12,59,67).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 59.04%
  • key color value is 67.45%
CMYK:
(0,12,59,67)
C0M12Y59K67 
(0%,12%,59%,67%)
(0.00/0.12/0.59/0.67)	

CMYK percentages

%0
%12.05
%59.04
%67.45

Codes

Color #534922 in popluar color models

534922
RGB837334
HSL48°41.88%22.94%
HSB/HSV48°59.04%32.55%
CMYK0.00%12.05%59.04%
67.45%

Color #534922 in popluar number systems.

HEX534922
Decimal837334
Binary10100111001001100010
Octal12311142

Shades and tints

Shades of #534922

#534922
(83,73,34)
#4C431F
(76,67,31)
#453D1C
(69,61,28)
#3E3719
(62,55,25)
#373116
(55,49,22)
#302B13
(48,43,19)
#292510
(41,37,16)
#221F0D
(34,31,13)
#1B190A
(27,25,10)
#141307
(20,19,7)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #534922

#534922
(83,73,34)
#625936
(98,89,54)
#71694A
(113,105,74)
#80795E
(128,121,94)
#8F8972
(143,137,114)
#9E9986
(158,153,134)
#ADA99A
(173,169,154)
#BCB9AE
(188,185,174)
#CBC9C2
(203,201,194)
#DAD9D6
(218,217,214)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534922; }

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

This text font color is #534922.


Background Color

.myBgColor { background-color: #534922; }

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

This div background color is #534922.


Border color

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

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

This div border color is #534922.


Opacity

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

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

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

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

This text has shadow with #534922 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534922 on black background.


Color preview on white background

This text has color #534922 on white background.



Black color preview on #534922 background

This text has black color on #534922 background.


White color preview on #534922 background

This text has white color on #534922 background.