COLOR #507869

HEX: #507869
RGB: (80,120,105)

Color info

#507869 contains red, green and blue colors in about the same proportion. Web safe color of #507869 is #666666 (or #666).

RGB color model

#507869 color RGB value is (80,120,105).

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

RGB channels and saturation

R 80 of 255 = 31%
G 120 of 255 = 47%
B 105 of 255 = 41%

80
120
105

R + G + B ~ 40%. #507869 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 120 + 105 = 305 (100%)
R 80 of 305 ~ 26.23%
G 120 of 305 ~ 39.34%
B 105 of 305 ~ 34.43%

%26.23
%39.34
%34.43

CMYK color model

#507869 color CMYK value is (33,0,13,53).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(33,0,13,53)
C33M0Y13K53 
(33%,0%,13%,53%)
(0.33/0.00/0.13/0.53)	

CMYK percentages

%33.33
%0
%12.5
%52.94

Codes

Color #507869 in popluar color models

507869
RGB80120105
HSL158°20.00%39.22%
HSB/HSV158°33.33%47.06%
CMYK33.33%0.00%12.50%
52.94%

Color #507869 in popluar number systems.

HEX507869
Decimal80120105
Binary101000011110001101001
Octal120170151

Shades and tints

Shades of #507869

#507869
(80,120,105)
#496E60
(73,110,96)
#426457
(66,100,87)
#3B5A4E
(59,90,78)
#345045
(52,80,69)
#2D463C
(45,70,60)
#263C33
(38,60,51)
#1F322A
(31,50,42)
#182821
(24,40,33)
#111E18
(17,30,24)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #507869

#507869
(80,120,105)
#5F8476
(95,132,118)
#6E9083
(110,144,131)
#7D9C90
(125,156,144)
#8CA89D
(140,168,157)
#9BB4AA
(155,180,170)
#AAC0B7
(170,192,183)
#B9CCC4
(185,204,196)
#C8D8D1
(200,216,209)
#D7E4DE
(215,228,222)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507869; }

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

This text font color is #507869.


Background Color

.myBgColor { background-color: #507869; }

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

This div background color is #507869.


Border color

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

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

This div border color is #507869.


Opacity

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

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

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

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

This text has shadow with #507869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507869 on black background.


Color preview on white background

This text has color #507869 on white background.



Black color preview on #507869 background

This text has black color on #507869 background.


White color preview on #507869 background

This text has white color on #507869 background.