COLOR #504F2C

HEX: #504F2C RGB: (80,79,44)

Color info

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

RGB color model

#504F2C color RGB value is (80,79,44).

RGB: (80,79,44) (31%, 31%, 17%)

RGB channels and saturation

R 80 of 255 = 31%
G 79 of 255 = 31%
B 44 of 255 = 17%

80
79
44

R + G + B ~ 26%. #504F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 79 + 44 = 203 (100%)
R 80 of 203 ~ 39.41%
G 79 of 203 ~ 38.92%
B 44 of 203 ~ 21.67'%

%39.41
%38.92
%21.67

CMYK color model

#504F2C color CMYK value is (0,1,45,69).

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

CMYK: (0,1,45,69)
C0M1Y45K69 (0%, 1%, 45%, 69%)
(0.00 / 0.01 / 0.45 / 0.69)

CMYK percentages

%0
%1.25
%45
%68.63

Codes

Color #504F2C in popluar color models

50 4F 2C
RGB 80 79 44
HSL 58° 29.03% 24.31%
HSB/HSV 58° 45.00% 31.37%
CMYK 0.00% 1.25% 45.00%
68.63%

Color #504F2C in popluar number systems.

HEX 50 4F 2C
Decimal 80 79 44
Binary 1010000 1001111 101100
Octal 120 117 54

Shades and tints

Shades of #504F2C

#504F2C
(80,79,44)
#494828
(73,72,40)
#424124
(66,65,36)
#3B3A20
(59,58,32)
#34331C
(52,51,28)
#2D2C18
(45,44,24)
#262514
(38,37,20)
#1F1E10
(31,30,16)
#18170C
(24,23,12)
#111008
(17,16,8)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #504F2C

#504F2C
(80,79,44)
#5F5F3F
(95,95,63)
#6E6F52
(110,111,82)
#7D7F65
(125,127,101)
#8C8F78
(140,143,120)
#9B9F8B
(155,159,139)
#AAAF9E
(170,175,158)
#B9BFB1
(185,191,177)
#C8CFC4
(200,207,196)
#D7DFD7
(215,223,215)
#E6EFEA
(230,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #504F2C; }

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

This text font color is #504F2C.

Background Color

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

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

This div background color is #504F2C.

Border color

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

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

This div border color is #504F2C.

Opacity

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

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

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

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

This text has shadow with #504F2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #504F2C.

Preview

Color preview on black background

This text has color #504F2C on black background.


Color preview on white background

This text has color #504F2C on white background.


Black color preview on #504F2C background

This text has black color on #504F2C background.


White color preview on #504F2C background

This text has white color on #504F2C background.


Related colors

Complementary color

Complementary color for #hex is #AFB0D3.


I love getcolorcode.com

Triadic colors

1 #2C504F and #4F2C50 with #504F2C are triadic colors.

2 #2C4F50 and #4F502C with #504F2C are triadic colors.