COLOR #506631

HEX: #506631
RGB: (80,102,49)

Color info

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

RGB color model

#506631 color RGB value is (80,102,49).

  • red value is 80;
  • green value is 102;
  • blue value is 49.
RGB:
(80,102,49)
(31%,40%,19%)

RGB channels and saturation

R 80 of 255 = 31%
G 102 of 255 = 40%
B 49 of 255 = 19%

80
102
49

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

Portions of RGB colors in percentages

R + G + B =
80 + 102 + 49 = 231 (100%)
R 80 of 231 ~ 34.63%
G 102 of 231 ~ 44.16%
B 49 of 231 ~ 21.21%

%34.63
%44.16
%21.21

CMYK color model

#506631 color CMYK value is (22,0,52,60).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 51.96%
  • key color value is 60.00%
CMYK:
(22,0,52,60)
C22M0Y52K60 
(22%,0%,52%,60%)
(0.22/0.00/0.52/0.60)	

CMYK percentages

%21.57
%0
%51.96
%60

Codes

Color #506631 in popluar color models

506631
RGB8010249
HSL85°35.10%29.61%
HSB/HSV85°51.96%40.00%
CMYK21.57%0.00%51.96%
60.00%

Color #506631 in popluar number systems.

HEX506631
Decimal8010249
Binary10100001100110110001
Octal12014661

Shades and tints

Shades of #506631

#506631
(80,102,49)
#495D2D
(73,93,45)
#425429
(66,84,41)
#3B4B25
(59,75,37)
#344221
(52,66,33)
#2D391D
(45,57,29)
#263019
(38,48,25)
#1F2715
(31,39,21)
#181E11
(24,30,17)
#11150D
(17,21,13)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #506631

#506631
(80,102,49)
#5F7343
(95,115,67)
#6E8055
(110,128,85)
#7D8D67
(125,141,103)
#8C9A79
(140,154,121)
#9BA78B
(155,167,139)
#AAB49D
(170,180,157)
#B9C1AF
(185,193,175)
#C8CEC1
(200,206,193)
#D7DBD3
(215,219,211)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506631 color. Also use rgb(80,102,49) instead hex code.

Text Font Color

.myTextColor { color: #506631; }

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

This text font color is #506631.


Background Color

.myBgColor { background-color: #506631; }

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

This div background color is #506631.


Border color

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

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

This div border color is #506631.


Opacity

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

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

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

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

This text has shadow with #506631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506631 on black background.


Color preview on white background

This text has color #506631 on white background.



Black color preview on #506631 background

This text has black color on #506631 background.


White color preview on #506631 background

This text has white color on #506631 background.