COLOR #506245

HEX: #506245
RGB: (80,98,69)

Color info

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

RGB color model

#506245 color RGB value is (80,98,69).

  • red value is 80;
  • green value is 98;
  • blue value is 69.
RGB:
(80,98,69)
(31%,38%,27%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 69 of 255 = 27%

80
98
69

R + G + B ~ 32%. #506245 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 69 = 247 (100%)
R 80 of 247 ~ 32.39%
G 98 of 247 ~ 39.68%
B 69 of 247 ~ 27.94%

%32.39
%39.68
%27.94

CMYK color model

#506245 color CMYK value is (18,0,30,62).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 61.57%
CMYK:
(18,0,30,62)
C18M0Y30K62 
(18%,0%,30%,62%)
(0.18/0.00/0.30/0.62)	

CMYK percentages

%18.37
%0
%29.59
%61.57

Codes

Color #506245 in popluar color models

506245
RGB809869
HSL97°17.37%32.75%
HSB/HSV97°29.59%38.43%
CMYK18.37%0.00%29.59%
61.57%

Color #506245 in popluar number systems.

HEX506245
Decimal809869
Binary101000011000101000101
Octal120142105

Shades and tints

Shades of #506245

#506245
(80,98,69)
#495A3F
(73,90,63)
#425239
(66,82,57)
#3B4A33
(59,74,51)
#34422D
(52,66,45)
#2D3A27
(45,58,39)
#263221
(38,50,33)
#1F2A1B
(31,42,27)
#182215
(24,34,21)
#111A0F
(17,26,15)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #506245

#506245
(80,98,69)
#5F7055
(95,112,85)
#6E7E65
(110,126,101)
#7D8C75
(125,140,117)
#8C9A85
(140,154,133)
#9BA895
(155,168,149)
#AAB6A5
(170,182,165)
#B9C4B5
(185,196,181)
#C8D2C5
(200,210,197)
#D7E0D5
(215,224,213)
#E6EEE5
(230,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506245 color. Also use rgb(80,98,69) instead hex code.

Text Font Color

.myTextColor { color: #506245; }

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

This text font color is #506245.


Background Color

.myBgColor { background-color: #506245; }

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

This div background color is #506245.


Border color

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

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

This div border color is #506245.


Opacity

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

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

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

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

This text has shadow with #506245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506245 on black background.


Color preview on white background

This text has color #506245 on white background.



Black color preview on #506245 background

This text has black color on #506245 background.


White color preview on #506245 background

This text has white color on #506245 background.