COLOR #506F50

HEX: #506F50 RGB: (80,111,80)

Color info

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

RGB color model

#506F50 color RGB value is (80,111,80).

RGB: (80,111,80) (31%, 44%, 31%)

RGB channels and saturation

R 80 of 255 = 31%
G 111 of 255 = 44%
B 80 of 255 = 31%

80
111
80

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

Portions of RGB colors in percentages

R + G + B = 80 + 111 + 80 = 271 (100%)
R 80 of 271 ~ 29.52%
G 111 of 271 ~ 40.96%
B 80 of 271 ~ 29.52'%

%29.52
%40.96
%29.52

CMYK color model

#506F50 color CMYK value is (28,0,28,56).

  • cyan value is 27.93%
  • magenta value is 0.00%
  • yellow value is 27.93%
  • key color value is 56.47%

CMYK: (28,0,28,56)
C28M0Y28K56 (28%, 0%, 28%, 56%)
(0.28 / 0.00 / 0.28 / 0.56)

CMYK percentages

%27.93
%0
%27.93
%56.47

Codes

Color #506F50 in popluar color models

50 6F 50
RGB 80 111 80
HSL 120° 16.23% 37.45%
HSB/HSV 120° 27.93% 43.53%
CMYK 27.93% 0.00% 27.93%
56.47%

Color #506F50 in popluar number systems.

HEX 50 6F 50
Decimal 80 111 80
Binary 1010000 1101111 1010000
Octal 120 157 120

Shades and tints

Shades of #506F50

#506F50
(80,111,80)
#496549
(73,101,73)
#425B42
(66,91,66)
#3B513B
(59,81,59)
#344734
(52,71,52)
#2D3D2D
(45,61,45)
#263326
(38,51,38)
#1F291F
(31,41,31)
#181F18
(24,31,24)
#111511
(17,21,17)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #506F50

#506F50
(80,111,80)
#5F7C5F
(95,124,95)
#6E896E
(110,137,110)
#7D967D
(125,150,125)
#8CA38C
(140,163,140)
#9BB09B
(155,176,155)
#AABDAA
(170,189,170)
#B9CAB9
(185,202,185)
#C8D7C8
(200,215,200)
#D7E4D7
(215,228,215)
#E6F1E6
(230,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506F50 color. Also use rgb(80,111,80) instead hex code.

Text Font Color

.myTextColor { color: #506F50; }

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

This text font color is #506F50.

Background Color

.myBgColor { background-color: #506F50; }

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

This div background color is #506F50.

Border color

.myBorderColor { border: 1px solid #506F50; }

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

This div border color is #506F50.

Opacity

.myOpacity80 { color: #506F50; opacity: 0.8; }

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

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

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

This text has shadow with #506F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506F50.

Preview

Color preview on black background

This text has color #506F50 on black background.


Color preview on white background

This text has color #506F50 on white background.


Black color preview on #506F50 background

This text has black color on #506F50 background.


White color preview on #506F50 background

This text has white color on #506F50 background.


Related colors

Complementary color

Complementary color for #hex is #AF90AF.


I love getcolorcode.com

Triadic colors

1 #50506F and #6F5050 with #506F50 are triadic colors.

2 #506F50 and #6F5050 with #506F50 are triadic colors.