COLOR #504906

HEX: #504906
RGB: (80,73,6)

Color info

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

RGB color model

#504906 color RGB value is (80,73,6).

  • red value is 80;
  • green value is 73;
  • blue value is 6.
RGB:
(80,73,6)
(31%,29%,2%)

RGB channels and saturation

R 80 of 255 = 31%
G 73 of 255 = 29%
B 6 of 255 = 2%

80
73
6

R + G + B ~ 21%. #504906 is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 73 + 6 = 159 (100%)
R 80 of 159 ~ 50.31%
G 73 of 159 ~ 45.91%
B 6 of 159 ~ 3.77%

%50.31
%45.91

CMYK color model

#504906 color CMYK value is (0,9,93,69).

  • cyan value is 0.00%
  • magenta value is 8.75%
  • yellow value is 92.50%
  • key color value is 68.63%
CMYK:
(0,9,93,69)
C0M9Y93K69 
(0%,9%,93%,69%)
(0.00/0.09/0.93/0.69)	

CMYK percentages

%0
%8.75
%92.5
%68.63

Codes

Color #504906 in popluar color models

504906
RGB80736
HSL54°86.05%16.86%
HSB/HSV54°92.50%31.37%
CMYK0.00%8.75%92.50%
68.63%

Color #504906 in popluar number systems.

HEX504906
Decimal80736
Binary10100001001001110
Octal1201116

Shades and tints

Shades of #504906

#504906
(80,73,6)
#494306
(73,67,6)
#423D06
(66,61,6)
#3B3706
(59,55,6)
#343106
(52,49,6)
#2D2B06
(45,43,6)
#262506
(38,37,6)
#1F1F06
(31,31,6)
#181906
(24,25,6)
#111306
(17,19,6)
#0A0D06
(10,13,6)
#000000
(0,0,0)

Tints of #504906

#504906
(80,73,6)
#5F591C
(95,89,28)
#6E6932
(110,105,50)
#7D7948
(125,121,72)
#8C895E
(140,137,94)
#9B9974
(155,153,116)
#AAA98A
(170,169,138)
#B9B9A0
(185,185,160)
#C8C9B6
(200,201,182)
#D7D9CC
(215,217,204)
#E6E9E2
(230,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504906 color. Also use rgb(80,73,6) instead hex code.

Text Font Color

.myTextColor { color: #504906; }

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

This text font color is #504906.


Background Color

.myBgColor { background-color: #504906; }

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

This div background color is #504906.


Border color

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

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

This div border color is #504906.


Opacity

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

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

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

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

This text has shadow with #504906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #504906 on black background.


Color preview on white background

This text has color #504906 on white background.



Black color preview on #504906 background

This text has black color on #504906 background.


White color preview on #504906 background

This text has white color on #504906 background.