COLOR #506B51

HEX: #506B51
RGB: (80,107,81)

Color info

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

RGB color model

#506B51 color RGB value is (80,107,81).

  • red value is 80;
  • green value is 107;
  • blue value is 81.
RGB:
(80,107,81)
(31%,42%,32%)

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 81 of 255 = 32%

80
107
81

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

Portions of RGB colors in percentages

R + G + B =
80 + 107 + 81 = 268 (100%)
R 80 of 268 ~ 29.85%
G 107 of 268 ~ 39.93%
B 81 of 268 ~ 30.22%

%29.85
%39.93
%30.22

CMYK color model

#506B51 color CMYK value is (25,0,24,58).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 24.30%
  • key color value is 58.04%
CMYK:
(25,0,24,58)
C25M0Y24K58 
(25%,0%,24%,58%)
(0.25/0.00/0.24/0.58)	

CMYK percentages

%25.23
%0
%24.3
%58.04

Codes

Color #506B51 in popluar color models

506B51
RGB8010781
HSL122°14.44%36.67%
HSB/HSV122°25.23%41.96%
CMYK25.23%0.00%24.30%
58.04%

Color #506B51 in popluar number systems.

HEX506B51
Decimal8010781
Binary101000011010111010001
Octal120153121

Shades and tints

Shades of #506B51

#506B51
(80,107,81)
#49624A
(73,98,74)
#425943
(66,89,67)
#3B503C
(59,80,60)
#344735
(52,71,53)
#2D3E2E
(45,62,46)
#263527
(38,53,39)
#1F2C20
(31,44,32)
#182319
(24,35,25)
#111A12
(17,26,18)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #506B51

#506B51
(80,107,81)
#5F7860
(95,120,96)
#6E856F
(110,133,111)
#7D927E
(125,146,126)
#8C9F8D
(140,159,141)
#9BAC9C
(155,172,156)
#AAB9AB
(170,185,171)
#B9C6BA
(185,198,186)
#C8D3C9
(200,211,201)
#D7E0D8
(215,224,216)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B51; }

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

This text font color is #506B51.


Background Color

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

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

This div background color is #506B51.


Border color

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

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

This div border color is #506B51.


Opacity

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

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

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

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

This text has shadow with #506B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506B51 on black background.


Color preview on white background

This text has color #506B51 on white background.



Black color preview on #506B51 background

This text has black color on #506B51 background.


White color preview on #506B51 background

This text has white color on #506B51 background.