COLOR #506B4B

HEX: #506B4B RGB: (80,107,75)

Color info

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

RGB color model

#506B4B color RGB value is (80,107,75).

RGB: (80,107,75) (31%, 42%, 29%)

RGB channels and saturation

R 80 of 255 = 31%
G 107 of 255 = 42%
B 75 of 255 = 29%

80
107
75

R + G + B ~ 34%. #506B4B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 107 + 75 = 262 (100%)
R 80 of 262 ~ 30.53%
G 107 of 262 ~ 40.84%
B 75 of 262 ~ 28.63'%

%30.53
%40.84
%28.63

CMYK color model

#506B4B color CMYK value is (25,0,30,58).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 58.04%

CMYK: (25,0,30,58)
C25M0Y30K58 (25%, 0%, 30%, 58%)
(0.25 / 0.00 / 0.30 / 0.58)

CMYK percentages

%25.23
%0
%29.91
%58.04

Codes

Color #506B4B in popluar color models

50 6B 4B
RGB 80 107 75
HSL 111° 17.58% 35.69%
HSB/HSV 111° 29.91% 41.96%
CMYK 25.23% 0.00% 29.91%
58.04%

Color #506B4B in popluar number systems.

HEX 50 6B 4B
Decimal 80 107 75
Binary 1010000 1101011 1001011
Octal 120 153 113

Shades and tints

Shades of #506B4B

#506B4B
(80,107,75)
#496245
(73,98,69)
#42593F
(66,89,63)
#3B5039
(59,80,57)
#344733
(52,71,51)
#2D3E2D
(45,62,45)
#263527
(38,53,39)
#1F2C21
(31,44,33)
#18231B
(24,35,27)
#111A15
(17,26,21)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #506B4B

#506B4B
(80,107,75)
#5F785B
(95,120,91)
#6E856B
(110,133,107)
#7D927B
(125,146,123)
#8C9F8B
(140,159,139)
#9BAC9B
(155,172,155)
#AAB9AB
(170,185,171)
#B9C6BB
(185,198,187)
#C8D3CB
(200,211,203)
#D7E0DB
(215,224,219)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506B4B; }

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

This text font color is #506B4B.

Background Color

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

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

This div background color is #506B4B.

Border color

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

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

This div border color is #506B4B.

Opacity

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

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

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

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

This text has shadow with #506B4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506B4B.

Preview

Color preview on black background

This text has color #506B4B on black background.


Color preview on white background

This text has color #506B4B on white background.


Black color preview on #506B4B background

This text has black color on #506B4B background.


White color preview on #506B4B background

This text has white color on #506B4B background.


Related colors

Complementary color

Complementary color for #hex is #AF94B4.


I love getcolorcode.com

Triadic colors

1 #4B506B and #6B4B50 with #506B4B are triadic colors.

2 #4B6B50 and #6B504B with #506B4B are triadic colors.