COLOR #504F30

HEX: #504F30 RGB: (80,79,48)

Color info

#504F30 contains red, green and blue colors in about the same proportion. Web safe color of #504F30 is #666633 (or #663).

RGB color model

#504F30 color RGB value is (80,79,48).

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

RGB channels and saturation

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

80
79
48

R + G + B ~ 27%. #504F30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 79 + 48 = 207 (100%)
R 80 of 207 ~ 38.65%
G 79 of 207 ~ 38.16%
B 48 of 207 ~ 23.19'%

%38.65
%38.16
%23.19

CMYK color model

#504F30 color CMYK value is (0,1,40,69).

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

CMYK: (0,1,40,69)
C0M1Y40K69 (0%, 1%, 40%, 69%)
(0.00 / 0.01 / 0.40 / 0.69)

CMYK percentages

%0
%1.25
%40
%68.63

Codes

Color #504F30 in popluar color models

50 4F 30
RGB 80 79 48
HSL 58° 25.00% 25.10%
HSB/HSV 58° 40.00% 31.37%
CMYK 0.00% 1.25% 40.00%
68.63%

Color #504F30 in popluar number systems.

HEX 50 4F 30
Decimal 80 79 48
Binary 1010000 1001111 110000
Octal 120 117 60

Shades and tints

Shades of #504F30

#504F30
(80,79,48)
#49482C
(73,72,44)
#424128
(66,65,40)
#3B3A24
(59,58,36)
#343320
(52,51,32)
#2D2C1C
(45,44,28)
#262518
(38,37,24)
#1F1E14
(31,30,20)
#181710
(24,23,16)
#11100C
(17,16,12)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #504F30

#504F30
(80,79,48)
#5F5F42
(95,95,66)
#6E6F54
(110,111,84)
#7D7F66
(125,127,102)
#8C8F78
(140,143,120)
#9B9F8A
(155,159,138)
#AAAF9C
(170,175,156)
#B9BFAE
(185,191,174)
#C8CFC0
(200,207,192)
#D7DFD2
(215,223,210)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F30; }

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

This text font color is #504F30.

Background Color

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

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

This div background color is #504F30.

Border color

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

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

This div border color is #504F30.

Opacity

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

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

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

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

This text has shadow with #504F30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504F30.

Preview

Color preview on black background

This text has color #504F30 on black background.


Color preview on white background

This text has color #504F30 on white background.


Black color preview on #504F30 background

This text has black color on #504F30 background.


White color preview on #504F30 background

This text has white color on #504F30 background.


Related colors

Complementary color

Complementary color for #hex is #AFB0CF.


I love getcolorcode.com

Triadic colors

1 #30504F and #4F3050 with #504F30 are triadic colors.

2 #304F50 and #4F5030 with #504F30 are triadic colors.