COLOR #507845

HEX: #507845
RGB: (80,120,69)

Color info

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

RGB color model

#507845 color RGB value is (80,120,69).

  • red value is 80;
  • green value is 120;
  • blue value is 69.
RGB:
(80,120,69)
(31%,47%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 69 of 255 = 27%

80
120
69

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

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 69 = 269 (100%)
R 80 of 269 ~ 29.74%
G 120 of 269 ~ 44.61%
B 69 of 269 ~ 25.65%

%29.74
%44.61
%25.65

CMYK color model

#507845 color CMYK value is (33,0,43,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 42.50%
  • key color value is 52.94%
CMYK:
(33,0,43,53)
C33M0Y43K53 
(33%,0%,43%,53%)
(0.33/0.00/0.43/0.53)	

CMYK percentages

%33.33
%0
%42.5
%52.94

Codes

Color #507845 in popluar color models

507845
RGB8012069
HSL107°26.98%37.06%
HSB/HSV107°42.50%47.06%
CMYK33.33%0.00%42.50%
52.94%

Color #507845 in popluar number systems.

HEX507845
Decimal8012069
Binary101000011110001000101
Octal120170105

Shades and tints

Shades of #507845

#507845
(80,120,69)
#496E3F
(73,110,63)
#426439
(66,100,57)
#3B5A33
(59,90,51)
#34502D
(52,80,45)
#2D4627
(45,70,39)
#263C21
(38,60,33)
#1F321B
(31,50,27)
#182815
(24,40,21)
#111E0F
(17,30,15)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #507845

#507845
(80,120,69)
#5F8455
(95,132,85)
#6E9065
(110,144,101)
#7D9C75
(125,156,117)
#8CA885
(140,168,133)
#9BB495
(155,180,149)
#AAC0A5
(170,192,165)
#B9CCB5
(185,204,181)
#C8D8C5
(200,216,197)
#D7E4D5
(215,228,213)
#E6F0E5
(230,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507845 color. Also use rgb(80,120,69) instead hex code.

Text Font Color

.myTextColor { color: #507845; }

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

This text font color is #507845.


Background Color

.myBgColor { background-color: #507845; }

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

This div background color is #507845.


Border color

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

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

This div border color is #507845.


Opacity

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

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

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

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

This text has shadow with #507845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507845 on black background.


Color preview on white background

This text has color #507845 on white background.



Black color preview on #507845 background

This text has black color on #507845 background.


White color preview on #507845 background

This text has white color on #507845 background.