COLOR #506752

HEX: #506752
RGB: (80,103,82)

Color info

#506752 contains red, green and blue colors in about the same proportion. Web safe color of #506752 is #666666 (or #666).

RGB color model

#506752 color RGB value is (80,103,82).

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

RGB channels and saturation

R 80 of 255 = 31%
G 103 of 255 = 40%
B 82 of 255 = 32%

80
103
82

R + G + B ~ 34%. #506752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 103 + 82 = 265 (100%)
R 80 of 265 ~ 30.19%
G 103 of 265 ~ 38.87%
B 82 of 265 ~ 30.94%

%30.19
%38.87
%30.94

CMYK color model

#506752 color CMYK value is (22,0,20,60).

  • cyan value is 22.33%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 59.61%
CMYK:
(22,0,20,60)
C22M0Y20K60 
(22%,0%,20%,60%)
(0.22/0.00/0.20/0.60)	

CMYK percentages

%22.33
%0
%20.39
%59.61

Codes

Color #506752 in popluar color models

506752
RGB8010382
HSL125°12.57%35.88%
HSB/HSV125°22.33%40.39%
CMYK22.33%0.00%20.39%
59.61%

Color #506752 in popluar number systems.

HEX506752
Decimal8010382
Binary101000011001111010010
Octal120147122

Shades and tints

Shades of #506752

#506752
(80,103,82)
#495E4B
(73,94,75)
#425544
(66,85,68)
#3B4C3D
(59,76,61)
#344336
(52,67,54)
#2D3A2F
(45,58,47)
#263128
(38,49,40)
#1F2821
(31,40,33)
#181F1A
(24,31,26)
#111613
(17,22,19)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #506752

#506752
(80,103,82)
#5F7461
(95,116,97)
#6E8170
(110,129,112)
#7D8E7F
(125,142,127)
#8C9B8E
(140,155,142)
#9BA89D
(155,168,157)
#AAB5AC
(170,181,172)
#B9C2BB
(185,194,187)
#C8CFCA
(200,207,202)
#D7DCD9
(215,220,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #506752; }

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

This text font color is #506752.


Background Color

.myBgColor { background-color: #506752; }

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

This div background color is #506752.


Border color

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

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

This div border color is #506752.


Opacity

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

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

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

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

This text has shadow with #506752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506752 on black background.


Color preview on white background

This text has color #506752 on white background.



Black color preview on #506752 background

This text has black color on #506752 background.


White color preview on #506752 background

This text has white color on #506752 background.