COLOR #506A1A

HEX: #506A1A
RGB: (80,106,26)

Color info

#506A1A contains mainly red and green colors. Web safe color of #506A1A is #666600 (or #660).

RGB color model

#506A1A color RGB value is (80,106,26).

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

RGB channels and saturation

R 80 of 255 = 31%
G 106 of 255 = 42%
B 26 of 255 = 10%

80
106
26

R + G + B ~ 28%. #506A1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 106 + 26 = 212 (100%)
R 80 of 212 ~ 37.74%
G 106 of 212 ~ 50%
B 26 of 212 ~ 12.26%

%37.74
%50
%12.26

CMYK color model

#506A1A color CMYK value is (25,0,75,58).

  • cyan value is 24.53%
  • magenta value is 0.00%
  • yellow value is 75.47%
  • key color value is 58.43%
CMYK:
(25,0,75,58)
C25M0Y75K58 
(25%,0%,75%,58%)
(0.25/0.00/0.75/0.58)	

CMYK percentages

%24.53
%0
%75.47
%58.43

Codes

Color #506A1A in popluar color models

506A1A
RGB8010626
HSL80°60.61%25.88%
HSB/HSV80°75.47%41.57%
CMYK24.53%0.00%75.47%
58.43%

Color #506A1A in popluar number systems.

HEX506A1A
Decimal8010626
Binary1010000110101011010
Octal12015232

Shades and tints

Shades of #506A1A

#506A1A
(80,106,26)
#496118
(73,97,24)
#425816
(66,88,22)
#3B4F14
(59,79,20)
#344612
(52,70,18)
#2D3D10
(45,61,16)
#26340E
(38,52,14)
#1F2B0C
(31,43,12)
#18220A
(24,34,10)
#111908
(17,25,8)
#0A1006
(10,16,6)
#000000
(0,0,0)

Tints of #506A1A

#506A1A
(80,106,26)
#5F772E
(95,119,46)
#6E8442
(110,132,66)
#7D9156
(125,145,86)
#8C9E6A
(140,158,106)
#9BAB7E
(155,171,126)
#AAB892
(170,184,146)
#B9C5A6
(185,197,166)
#C8D2BA
(200,210,186)
#D7DFCE
(215,223,206)
#E6ECE2
(230,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506A1A; }

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

This text font color is #506A1A.


Background Color

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

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

This div background color is #506A1A.


Border color

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

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

This div border color is #506A1A.


Opacity

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

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

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

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

This text has shadow with #506A1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506A1A on black background.


Color preview on white background

This text has color #506A1A on white background.



Black color preview on #506A1A background

This text has black color on #506A1A background.


White color preview on #506A1A background

This text has white color on #506A1A background.