COLOR #506745

HEX: #506745
RGB: (80,103,69)

Color info

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

RGB color model

#506745 color RGB value is (80,103,69).

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

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 69 of 255 = 27%

80
103
69

R + G + B ~ 33%. #506745 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 69 = 252 (100%)
R 80 of 252 ~ 31.75%
G 103 of 252 ~ 40.87%
B 69 of 252 ~ 27.38%

%31.75
%40.87
%27.38

CMYK color model

#506745 color CMYK value is (22,0,33,60).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 33.01%
  • key color value is 59.61%
CMYK:
(22,0,33,60)
C22M0Y33K60 
(22%,0%,33%,60%)
(0.22/0.00/0.33/0.60)	

CMYK percentages

%22.33
%0
%33.01
%59.61

Codes

Color #506745 in popluar color models

506745
RGB8010369
HSL101°19.77%33.73%
HSB/HSV101°33.01%40.39%
CMYK22.33%0.00%33.01%
59.61%

Color #506745 in popluar number systems.

HEX506745
Decimal8010369
Binary101000011001111000101
Octal120147105

Shades and tints

Shades of #506745

#506745
(80,103,69)
#495E3F
(73,94,63)
#425539
(66,85,57)
#3B4C33
(59,76,51)
#34432D
(52,67,45)
#2D3A27
(45,58,39)
#263121
(38,49,33)
#1F281B
(31,40,27)
#181F15
(24,31,21)
#11160F
(17,22,15)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #506745

#506745
(80,103,69)
#5F7455
(95,116,85)
#6E8165
(110,129,101)
#7D8E75
(125,142,117)
#8C9B85
(140,155,133)
#9BA895
(155,168,149)
#AAB5A5
(170,181,165)
#B9C2B5
(185,194,181)
#C8CFC5
(200,207,197)
#D7DCD5
(215,220,213)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506745; }

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

This text font color is #506745.


Background Color

.myBgColor { background-color: #506745; }

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

This div background color is #506745.


Border color

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

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

This div border color is #506745.


Opacity

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

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

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

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

This text has shadow with #506745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506745 on black background.


Color preview on white background

This text has color #506745 on white background.



Black color preview on #506745 background

This text has black color on #506745 background.


White color preview on #506745 background

This text has white color on #506745 background.