COLOR #504F13

HEX: #504F13 RGB: (80,79,19)

Color info

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

RGB color model

#504F13 color RGB value is (80,79,19).

RGB: (80,79,19) (31%, 31%, 7%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 19 of 255 = 7%

80
79
19

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

Portions of RGB colors in percentages

R + G + B = 80 + 79 + 19 = 178 (100%)
R 80 of 178 ~ 44.94%
G 79 of 178 ~ 44.38%
B 19 of 178 ~ 10.67'%

%44.94
%44.38
%10.67

CMYK color model

#504F13 color CMYK value is (0,1,76,69).

  • cyan value is 0.00%
  • magenta value is 1.25%
  • yellow value is 76.25%
  • key color value is 68.63%

CMYK: (0,1,76,69)
C0M1Y76K69 (0%, 1%, 76%, 69%)
(0.00 / 0.01 / 0.76 / 0.69)

CMYK percentages

%0
%1.25
%76.25
%68.63

Codes

Color #504F13 in popluar color models

50 4F 13
RGB 80 79 19
HSL 59° 61.62% 19.41%
HSB/HSV 59° 76.25% 31.37%
CMYK 0.00% 1.25% 76.25%
68.63%

Color #504F13 in popluar number systems.

HEX 50 4F 13
Decimal 80 79 19
Binary 1010000 1001111 10011
Octal 120 117 23

Shades and tints

Shades of #504F13

#504F13
(80,79,19)
#494812
(73,72,18)
#424111
(66,65,17)
#3B3A10
(59,58,16)
#34330F
(52,51,15)
#2D2C0E
(45,44,14)
#26250D
(38,37,13)
#1F1E0C
(31,30,12)
#18170B
(24,23,11)
#11100A
(17,16,10)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #504F13

#504F13
(80,79,19)
#5F5F28
(95,95,40)
#6E6F3D
(110,111,61)
#7D7F52
(125,127,82)
#8C8F67
(140,143,103)
#9B9F7C
(155,159,124)
#AAAF91
(170,175,145)
#B9BFA6
(185,191,166)
#C8CFBB
(200,207,187)
#D7DFD0
(215,223,208)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F13; }

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

This text font color is #504F13.

Background Color

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

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

This div background color is #504F13.

Border color

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

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

This div border color is #504F13.

Opacity

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

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

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

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

This text has shadow with #504F13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504F13.

Preview

Color preview on black background

This text has color #504F13 on black background.


Color preview on white background

This text has color #504F13 on white background.


Black color preview on #504F13 background

This text has black color on #504F13 background.


White color preview on #504F13 background

This text has white color on #504F13 background.


Related colors

Complementary color

Complementary color for #hex is #AFB0EC.


I love getcolorcode.com

Triadic colors

1 #13504F and #4F1350 with #504F13 are triadic colors.

2 #134F50 and #4F5013 with #504F13 are triadic colors.