COLOR #534D04

HEX: #534D04
RGB: (83,77,4)

Color info

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

RGB color model

#534D04 color RGB value is (83,77,4).

  • red value is 83;
  • green value is 77;
  • blue value is 4.
RGB:
(83,77,4)
(33%,30%,2%)

RGB channels and saturation

R 83 of 255 = 33%
G 77 of 255 = 30%
B 4 of 255 = 2%

83
77
4

R + G + B ~ 22%. #534D04 is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 77 + 4 = 164 (100%)
R 83 of 164 ~ 50.61%
G 77 of 164 ~ 46.95%
B 4 of 164 ~ 2.44%

%50.61
%46.95

CMYK color model

#534D04 color CMYK value is (0,7,95,67).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 95.18%
  • key color value is 67.45%
CMYK:
(0,7,95,67)
C0M7Y95K67 
(0%,7%,95%,67%)
(0.00/0.07/0.95/0.67)	

CMYK percentages

%0
%7.23
%95.18
%67.45

Codes

Color #534D04 in popluar color models

534D04
RGB83774
HSL55°90.80%17.06%
HSB/HSV55°95.18%32.55%
CMYK0.00%7.23%95.18%
67.45%

Color #534D04 in popluar number systems.

HEX534D04
Decimal83774
Binary10100111001101100
Octal1231154

Shades and tints

Shades of #534D04

#534D04
(83,77,4)
#4C4604
(76,70,4)
#453F04
(69,63,4)
#3E3804
(62,56,4)
#373104
(55,49,4)
#302A04
(48,42,4)
#292304
(41,35,4)
#221C04
(34,28,4)
#1B1504
(27,21,4)
#140E04
(20,14,4)
#0D0704
(13,7,4)
#000000
(0,0,0)

Tints of #534D04

#534D04
(83,77,4)
#625D1A
(98,93,26)
#716D30
(113,109,48)
#807D46
(128,125,70)
#8F8D5C
(143,141,92)
#9E9D72
(158,157,114)
#ADAD88
(173,173,136)
#BCBD9E
(188,189,158)
#CBCDB4
(203,205,180)
#DADDCA
(218,221,202)
#E9EDE0
(233,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #534D04 color. Also use rgb(83,77,4) instead hex code.

Text Font Color

.myTextColor { color: #534D04; }

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

This text font color is #534D04.


Background Color

.myBgColor { background-color: #534D04; }

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

This div background color is #534D04.


Border color

.myBorderColor { border: 1px solid #534D04; }

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

This div border color is #534D04.


Opacity

.myOpacity80 { color: #534D04; opacity: 0.8; }

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

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

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

This text has shadow with #534D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534D04 on black background.


Color preview on white background

This text has color #534D04 on white background.



Black color preview on #534D04 background

This text has black color on #534D04 background.


White color preview on #534D04 background

This text has white color on #534D04 background.