COLOR #507256

HEX: #507256
RGB: (80,114,86)

Color info

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

RGB color model

#507256 color RGB value is (80,114,86).

  • red value is 80;
  • green value is 114;
  • blue value is 86.
RGB:
(80,114,86)
(31%,45%,34%)

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 86 of 255 = 34%

80
114
86

R + G + B ~ 37%. #507256 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 86 = 280 (100%)
R 80 of 280 ~ 28.57%
G 114 of 280 ~ 40.71%
B 86 of 280 ~ 30.71%

%28.57
%40.71
%30.71

CMYK color model

#507256 color CMYK value is (30,0,25,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 24.56%
  • key color value is 55.29%
CMYK:
(30,0,25,55)
C30M0Y25K55 
(30%,0%,25%,55%)
(0.30/0.00/0.25/0.55)	

CMYK percentages

%29.82
%0
%24.56
%55.29

Codes

Color #507256 in popluar color models

507256
RGB8011486
HSL131°17.53%38.04%
HSB/HSV131°29.82%44.71%
CMYK29.82%0.00%24.56%
55.29%

Color #507256 in popluar number systems.

HEX507256
Decimal8011486
Binary101000011100101010110
Octal120162126

Shades and tints

Shades of #507256

#507256
(80,114,86)
#49684F
(73,104,79)
#425E48
(66,94,72)
#3B5441
(59,84,65)
#344A3A
(52,74,58)
#2D4033
(45,64,51)
#26362C
(38,54,44)
#1F2C25
(31,44,37)
#18221E
(24,34,30)
#111817
(17,24,23)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #507256

#507256
(80,114,86)
#5F7E65
(95,126,101)
#6E8A74
(110,138,116)
#7D9683
(125,150,131)
#8CA292
(140,162,146)
#9BAEA1
(155,174,161)
#AABAB0
(170,186,176)
#B9C6BF
(185,198,191)
#C8D2CE
(200,210,206)
#D7DEDD
(215,222,221)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507256 color. Also use rgb(80,114,86) instead hex code.

Text Font Color

.myTextColor { color: #507256; }

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

This text font color is #507256.


Background Color

.myBgColor { background-color: #507256; }

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

This div background color is #507256.


Border color

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

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

This div border color is #507256.


Opacity

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

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

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

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

This text has shadow with #507256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507256 on black background.


Color preview on white background

This text has color #507256 on white background.



Black color preview on #507256 background

This text has black color on #507256 background.


White color preview on #507256 background

This text has white color on #507256 background.