COLOR #507049

HEX: #507049
RGB: (80,112,73)

Color info

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

RGB color model

#507049 color RGB value is (80,112,73).

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

RGB channels and saturation

R 80 of 255 = 31%
G 112 of 255 = 44%
B 73 of 255 = 29%

80
112
73

R + G + B ~ 35%. #507049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 112 + 73 = 265 (100%)
R 80 of 265 ~ 30.19%
G 112 of 265 ~ 42.26%
B 73 of 265 ~ 27.55%

%30.19
%42.26
%27.55

CMYK color model

#507049 color CMYK value is (29,0,35,56).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 34.82%
  • key color value is 56.08%
CMYK:
(29,0,35,56)
C29M0Y35K56 
(29%,0%,35%,56%)
(0.29/0.00/0.35/0.56)	

CMYK percentages

%28.57
%0
%34.82
%56.08

Codes

Color #507049 in popluar color models

507049
RGB8011273
HSL109°21.08%36.27%
HSB/HSV109°34.82%43.92%
CMYK28.57%0.00%34.82%
56.08%

Color #507049 in popluar number systems.

HEX507049
Decimal8011273
Binary101000011100001001001
Octal120160111

Shades and tints

Shades of #507049

#507049
(80,112,73)
#496643
(73,102,67)
#425C3D
(66,92,61)
#3B5237
(59,82,55)
#344831
(52,72,49)
#2D3E2B
(45,62,43)
#263425
(38,52,37)
#1F2A1F
(31,42,31)
#182019
(24,32,25)
#111613
(17,22,19)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #507049

#507049
(80,112,73)
#5F7D59
(95,125,89)
#6E8A69
(110,138,105)
#7D9779
(125,151,121)
#8CA489
(140,164,137)
#9BB199
(155,177,153)
#AABEA9
(170,190,169)
#B9CBB9
(185,203,185)
#C8D8C9
(200,216,201)
#D7E5D9
(215,229,217)
#E6F2E9
(230,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507049; }

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

This text font color is #507049.


Background Color

.myBgColor { background-color: #507049; }

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

This div background color is #507049.


Border color

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

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

This div border color is #507049.


Opacity

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

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

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

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

This text has shadow with #507049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507049 on black background.


Color preview on white background

This text has color #507049 on white background.



Black color preview on #507049 background

This text has black color on #507049 background.


White color preview on #507049 background

This text has white color on #507049 background.