COLOR #506018

HEX: #506018
RGB: (80,96,24)

Color info

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

RGB color model

#506018 color RGB value is (80,96,24).

  • red value is 80;
  • green value is 96;
  • blue value is 24.
RGB:
(80,96,24)
(31%,38%,9%)

RGB channels and saturation

R 80 of 255 = 31%
G 96 of 255 = 38%
B 24 of 255 = 9%

80
96
24

R + G + B ~ 26%. #506018 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 96 + 24 = 200 (100%)
R 80 of 200 ~ 40%
G 96 of 200 ~ 48%
B 24 of 200 ~ 12%

%40
%48
%12

CMYK color model

#506018 color CMYK value is (17,0,75,62).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 62.35%
CMYK:
(17,0,75,62)
C17M0Y75K62 
(17%,0%,75%,62%)
(0.17/0.00/0.75/0.62)	

CMYK percentages

%16.67
%0
%75
%62.35

Codes

Color #506018 in popluar color models

506018
RGB809624
HSL73°60.00%23.53%
HSB/HSV73°75.00%37.65%
CMYK16.67%0.00%75.00%
62.35%

Color #506018 in popluar number systems.

HEX506018
Decimal809624
Binary1010000110000011000
Octal12014030

Shades and tints

Shades of #506018

#506018
(80,96,24)
#495816
(73,88,22)
#425014
(66,80,20)
#3B4812
(59,72,18)
#344010
(52,64,16)
#2D380E
(45,56,14)
#26300C
(38,48,12)
#1F280A
(31,40,10)
#182008
(24,32,8)
#111806
(17,24,6)
#0A1004
(10,16,4)
#000000
(0,0,0)

Tints of #506018

#506018
(80,96,24)
#5F6E2D
(95,110,45)
#6E7C42
(110,124,66)
#7D8A57
(125,138,87)
#8C986C
(140,152,108)
#9BA681
(155,166,129)
#AAB496
(170,180,150)
#B9C2AB
(185,194,171)
#C8D0C0
(200,208,192)
#D7DED5
(215,222,213)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506018 color. Also use rgb(80,96,24) instead hex code.

Text Font Color

.myTextColor { color: #506018; }

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

This text font color is #506018.


Background Color

.myBgColor { background-color: #506018; }

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

This div background color is #506018.


Border color

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

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

This div border color is #506018.


Opacity

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

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

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

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

This text has shadow with #506018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506018 on black background.


Color preview on white background

This text has color #506018 on white background.



Black color preview on #506018 background

This text has black color on #506018 background.


White color preview on #506018 background

This text has white color on #506018 background.