COLOR #506334

HEX: #506334
RGB: (80,99,52)

Color info

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

RGB color model

#506334 color RGB value is (80,99,52).

  • red value is 80;
  • green value is 99;
  • blue value is 52.
RGB: (80,99,52) (31%,39%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 52 of 255 = 20%

80
99
52

R + G + B ~ 30%. #506334 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 52 = 231 (100%)
R 80 of 231 ~ 34.63%
G 99 of 231 ~ 42.86%
B 52 of 231 ~ 22.51%

%34.63
%42.86
%22.51

CMYK color model

#506334 color CMYK value is (19,0,47,61).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 47.47%
  • key color value is 61.18%
CMYK: (19,0,47,61) C19M0Y47K61 (19%,0%,47%,61%) (0.19/0.00/0.47/0.61)

CMYK percentages

%19.19
%0
%47.47
%61.18

Codes

Color #506334 in popluar color models

506334
RGB809952
HSL84°31.13%29.61%
HSB/HSV84°47.47%38.82%
CMYK19.19%0.00%47.47%
61.18%

Color #506334 in popluar number systems.

HEX506334
Decimal809952
Binary10100001100011110100
Octal12014364

Shades and tints

Shades of #506334

#506334
(80,99,52)
#495A30
(73,90,48)
#42512C
(66,81,44)
#3B4828
(59,72,40)
#343F24
(52,63,36)
#2D3620
(45,54,32)
#262D1C
(38,45,28)
#1F2418
(31,36,24)
#181B14
(24,27,20)
#111210
(17,18,16)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #506334

#506334
(80,99,52)
#5F7146
(95,113,70)
#6E7F58
(110,127,88)
#7D8D6A
(125,141,106)
#8C9B7C
(140,155,124)
#9BA98E
(155,169,142)
#AAB7A0
(170,183,160)
#B9C5B2
(185,197,178)
#C8D3C4
(200,211,196)
#D7E1D6
(215,225,214)
#E6EFE8
(230,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506334 color. Also use rgb(80,99,52) instead hex code.

Text Font Color

.myTextColor { color: #506334; }

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

This text font color is #506334.


Background Color

.myBgColor { background-color: #506334; }

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

This div background color is #506334.


Border color

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

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

This div border color is #506334.


Opacity

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

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

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

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

This text has shadow with #506334 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #506334 on black background.


Color preview on white background

This text has color #506334 on white background.



Black color preview on #506334 background

This text has black color on #506334 background.


White color preview on #506334 background

This text has white color on #506334 background.