COLOR #506A4B

HEX: #506A4B RGB: (80,106,75)

Color info

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

RGB color model

#506A4B color RGB value is (80,106,75).

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

RGB channels and saturation

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

80
106
75

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

Portions of RGB colors in percentages

R + G + B = 80 + 106 + 75 = 261 (100%)
R 80 of 261 ~ 30.65%
G 106 of 261 ~ 40.61%
B 75 of 261 ~ 28.74'%

%30.65
%40.61
%28.74

CMYK color model

#506A4B color CMYK value is (25,0,29,58).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 29.25%
  • key color value is 58.43%

CMYK: (25,0,29,58)
C25M0Y29K58 (25%, 0%, 29%, 58%)
(0.25 / 0.00 / 0.29 / 0.58)

CMYK percentages

%24.53
%0
%29.25
%58.43

Codes

Color #506A4B in popluar color models

50 6A 4B
RGB 80 106 75
HSL 110° 17.13% 35.49%
HSB/HSV 110° 29.25% 41.57%
CMYK 24.53% 0.00% 29.25%
58.43%

Color #506A4B in popluar number systems.

HEX 50 6A 4B
Decimal 80 106 75
Binary 1010000 1101010 1001011
Octal 120 152 113

Shades and tints

Shades of #506A4B

#506A4B
(80,106,75)
#496145
(73,97,69)
#42583F
(66,88,63)
#3B4F39
(59,79,57)
#344633
(52,70,51)
#2D3D2D
(45,61,45)
#263427
(38,52,39)
#1F2B21
(31,43,33)
#18221B
(24,34,27)
#111915
(17,25,21)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #506A4B

#506A4B
(80,106,75)
#5F775B
(95,119,91)
#6E846B
(110,132,107)
#7D917B
(125,145,123)
#8C9E8B
(140,158,139)
#9BAB9B
(155,171,155)
#AAB8AB
(170,184,171)
#B9C5BB
(185,197,187)
#C8D2CB
(200,210,203)
#D7DFDB
(215,223,219)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A4B; }

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

This text font color is #506A4B.

Background Color

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

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

This div background color is #506A4B.

Border color

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

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

This div border color is #506A4B.

Opacity

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

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

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

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

This text has shadow with #506A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #506A4B.

Preview

Color preview on black background

This text has color #506A4B on black background.


Color preview on white background

This text has color #506A4B on white background.


Black color preview on #506A4B background

This text has black color on #506A4B background.


White color preview on #506A4B background

This text has white color on #506A4B background.


Related colors

Complementary color

Complementary color for #hex is #AF95B4.


I love getcolorcode.com

Triadic colors

1 #4B506A and #6A4B50 with #506A4B are triadic colors.

2 #4B6A50 and #6A504B with #506A4B are triadic colors.