COLOR #504F14

HEX: #504F14 RGB: (80,79,20)

Color info

#504F14 contains mainly red and green colors. Web safe color of #504F14 is #666600 (or #660).

RGB color model

#504F14 color RGB value is (80,79,20).

RGB: (80,79,20) (31%, 31%, 8%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 20 of 255 = 8%

80
79
20

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

Portions of RGB colors in percentages

R + G + B = 80 + 79 + 20 = 179 (100%)
R 80 of 179 ~ 44.69%
G 79 of 179 ~ 44.13%
B 20 of 179 ~ 11.17'%

%44.69
%44.13
%11.17

CMYK color model

#504F14 color CMYK value is (0,1,75,69).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 75.00%
  • key color value is 68.63%
CMYK: (0,1,75,69) C0M1Y75K69 (0%,1%,75%,69%) (0.00/0.01/0.75/0.69) 

CMYK percentages

%0
%1.25
%75
%68.63

Codes

Color #504F14 in popluar color models

50 4F 14
RGB 80 79 20
HSL 59° 60.00% 19.61%
HSB/HSV 59° 75.00% 31.37%
CMYK 0.00% 1.25% 75.00%
68.63%

Color #504F14 in popluar number systems.

HEX 50 4F 14
Decimal 80 79 20
Binary 1010000 1001111 10100
Octal 120 117 24

Shades and tints

Shades of #504F14

#504F14
(80,79,20)
#494813
(73,72,19)
#424112
(66,65,18)
#3B3A11
(59,58,17)
#343310
(52,51,16)
#2D2C0F
(45,44,15)
#26250E
(38,37,14)
#1F1E0D
(31,30,13)
#18170C
(24,23,12)
#11100B
(17,16,11)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #504F14

#504F14
(80,79,20)
#5F5F29
(95,95,41)
#6E6F3E
(110,111,62)
#7D7F53
(125,127,83)
#8C8F68
(140,143,104)
#9B9F7D
(155,159,125)
#AAAF92
(170,175,146)
#B9BFA7
(185,191,167)
#C8CFBC
(200,207,188)
#D7DFD1
(215,223,209)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #504F14 color. Also use rgb(80,79,20) instead hex code.

Text Font Color

.myTextColor { color: #504F14; }

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

This text font color is #504F14.

Background Color

.myBgColor { background-color: #504F14; }

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

This div background color is #504F14.

Border color

.myBorderColor { border: 1px solid #504F14; }

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

This div border color is #504F14.

Opacity

.myOpacity80 { color: #504F14; opacity: 0.8; }

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

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

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

This text has shadow with #504F14 color.


.textShadow {text-shadow: 3px 3px 1px #504F14', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #504F14; -webkit-box-shadow: 1px 1px 3px 2px #504F14; box-shadow:1px 1px 3px 2px #504F14;">
Div content here
</div>

This div box has shadow with color #504F14.

Preview

Color preview on black background

This text has color #504F14 on black background.


Color preview on white background

This text has color #504F14 on white background.


Black color preview on #504F14 background

This text has black color on #504F14 background.


White color preview on #504F14 background

This text has white color on #504F14 background.


Related colors

Complementary color

Complementary color for #hex is #AFB0EB.


I love getcolorcode.com

Triadic colors

1 #14504F and #4F1450 with #504F14 are triadic colors.

2 #144F50 and #4F5014 with #504F14 are triadic colors.