COLOR #506954

HEX: #506954
RGB: (80,105,84)

Color info

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

RGB color model

#506954 color RGB value is (80,105,84).

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

RGB channels and saturation

R 80 of 255 = 31%
G 105 of 255 = 41%
B 84 of 255 = 33%

80
105
84

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

Portions of RGB colors in percentages

R + G + B =
80 + 105 + 84 = 269 (100%)
R 80 of 269 ~ 29.74%
G 105 of 269 ~ 39.03%
B 84 of 269 ~ 31.23%

%29.74
%39.03
%31.23

CMYK color model

#506954 color CMYK value is (24,0,20,59).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 58.82%
CMYK:
(24,0,20,59)
C24M0Y20K59 
(24%,0%,20%,59%)
(0.24/0.00/0.20/0.59)	

CMYK percentages

%23.81
%0
%20
%58.82

Codes

Color #506954 in popluar color models

506954
RGB8010584
HSL130°13.51%36.27%
HSB/HSV130°23.81%41.18%
CMYK23.81%0.00%20.00%
58.82%

Color #506954 in popluar number systems.

HEX506954
Decimal8010584
Binary101000011010011010100
Octal120151124

Shades and tints

Shades of #506954

#506954
(80,105,84)
#49604D
(73,96,77)
#425746
(66,87,70)
#3B4E3F
(59,78,63)
#344538
(52,69,56)
#2D3C31
(45,60,49)
#26332A
(38,51,42)
#1F2A23
(31,42,35)
#18211C
(24,33,28)
#111815
(17,24,21)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #506954

#506954
(80,105,84)
#5F7663
(95,118,99)
#6E8372
(110,131,114)
#7D9081
(125,144,129)
#8C9D90
(140,157,144)
#9BAA9F
(155,170,159)
#AAB7AE
(170,183,174)
#B9C4BD
(185,196,189)
#C8D1CC
(200,209,204)
#D7DEDB
(215,222,219)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506954; }

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

This text font color is #506954.


Background Color

.myBgColor { background-color: #506954; }

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

This div background color is #506954.


Border color

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

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

This div border color is #506954.


Opacity

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

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

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

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

This text has shadow with #506954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506954 on black background.


Color preview on white background

This text has color #506954 on white background.



Black color preview on #506954 background

This text has black color on #506954 background.


White color preview on #506954 background

This text has white color on #506954 background.