COLOR #506345

HEX: #506345
RGB: (80,99,69)

Color info

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

RGB color model

#506345 color RGB value is (80,99,69).

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

RGB channels and saturation

R 80 of 255 = 31%
G 99 of 255 = 39%
B 69 of 255 = 27%

80
99
69

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

Portions of RGB colors in percentages

R + G + B =
80 + 99 + 69 = 248 (100%)
R 80 of 248 ~ 32.26%
G 99 of 248 ~ 39.92%
B 69 of 248 ~ 27.82%

%32.26
%39.92
%27.82

CMYK color model

#506345 color CMYK value is (19,0,30,61).

  • cyan value is 19.19%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 61.18%
CMYK:
(19,0,30,61)
C19M0Y30K61 
(19%,0%,30%,61%)
(0.19/0.00/0.30/0.61)	

CMYK percentages

%19.19
%0
%30.3
%61.18

Codes

Color #506345 in popluar color models

506345
RGB809969
HSL98°17.86%32.94%
HSB/HSV98°30.30%38.82%
CMYK19.19%0.00%30.30%
61.18%

Color #506345 in popluar number systems.

HEX506345
Decimal809969
Binary101000011000111000101
Octal120143105

Shades and tints

Shades of #506345

#506345
(80,99,69)
#495A3F
(73,90,63)
#425139
(66,81,57)
#3B4833
(59,72,51)
#343F2D
(52,63,45)
#2D3627
(45,54,39)
#262D21
(38,45,33)
#1F241B
(31,36,27)
#181B15
(24,27,21)
#11120F
(17,18,15)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #506345

#506345
(80,99,69)
#5F7155
(95,113,85)
#6E7F65
(110,127,101)
#7D8D75
(125,141,117)
#8C9B85
(140,155,133)
#9BA995
(155,169,149)
#AAB7A5
(170,183,165)
#B9C5B5
(185,197,181)
#C8D3C5
(200,211,197)
#D7E1D5
(215,225,213)
#E6EFE5
(230,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506345; }

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

This text font color is #506345.


Background Color

.myBgColor { background-color: #506345; }

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

This div background color is #506345.


Border color

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

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

This div border color is #506345.


Opacity

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

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

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

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

This text has shadow with #506345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506345 on black background.


Color preview on white background

This text has color #506345 on white background.



Black color preview on #506345 background

This text has black color on #506345 background.


White color preview on #506345 background

This text has white color on #506345 background.