COLOR #506A33

HEX: #506A33
RGB: (80,106,51)

Color info

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

RGB color model

#506A33 color RGB value is (80,106,51).

  • red value is 80;
  • green value is 106;
  • blue value is 51.
RGB:
(80,106,51)
(31%,42%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 106 of 255 = 42%
B 51 of 255 = 20%

80
106
51

R + G + B ~ 31%. #506A33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 106 + 51 = 237 (100%)
R 80 of 237 ~ 33.76%
G 106 of 237 ~ 44.73%
B 51 of 237 ~ 21.52%

%33.76
%44.73
%21.52

CMYK color model

#506A33 color CMYK value is (25,0,52,58).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 51.89%
  • key color value is 58.43%
CMYK:
(25,0,52,58)
C25M0Y52K58 
(25%,0%,52%,58%)
(0.25/0.00/0.52/0.58)	

CMYK percentages

%24.53
%0
%51.89
%58.43

Codes

Color #506A33 in popluar color models

506A33
RGB8010651
HSL88°35.03%30.78%
HSB/HSV88°51.89%41.57%
CMYK24.53%0.00%51.89%
58.43%

Color #506A33 in popluar number systems.

HEX506A33
Decimal8010651
Binary10100001101010110011
Octal12015263

Shades and tints

Shades of #506A33

#506A33
(80,106,51)
#49612F
(73,97,47)
#42582B
(66,88,43)
#3B4F27
(59,79,39)
#344623
(52,70,35)
#2D3D1F
(45,61,31)
#26341B
(38,52,27)
#1F2B17
(31,43,23)
#182213
(24,34,19)
#11190F
(17,25,15)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #506A33

#506A33
(80,106,51)
#5F7745
(95,119,69)
#6E8457
(110,132,87)
#7D9169
(125,145,105)
#8C9E7B
(140,158,123)
#9BAB8D
(155,171,141)
#AAB89F
(170,184,159)
#B9C5B1
(185,197,177)
#C8D2C3
(200,210,195)
#D7DFD5
(215,223,213)
#E6ECE7
(230,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A33; }

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

This text font color is #506A33.


Background Color

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

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

This div background color is #506A33.


Border color

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

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

This div border color is #506A33.


Opacity

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

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

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

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

This text has shadow with #506A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A33 on black background.


Color preview on white background

This text has color #506A33 on white background.



Black color preview on #506A33 background

This text has black color on #506A33 background.


White color preview on #506A33 background

This text has white color on #506A33 background.