COLOR #507356

HEX: #507356
RGB: (80,115,86)

Color info

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

RGB color model

#507356 color RGB value is (80,115,86).

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

RGB channels and saturation

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

80
115
86

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

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 86 = 281 (100%)
R 80 of 281 ~ 28.47%
G 115 of 281 ~ 40.93%
B 86 of 281 ~ 30.6%

%28.47
%40.93
%30.6

CMYK color model

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

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

CMYK percentages

%30.43
%0
%25.22
%54.9

Codes

Color #507356 in popluar color models

507356
RGB8011586
HSL130°17.95%38.24%
HSB/HSV130°30.43%45.10%
CMYK30.43%0.00%25.22%
54.90%

Color #507356 in popluar number systems.

HEX507356
Decimal8011586
Binary101000011100111010110
Octal120163126

Shades and tints

Shades of #507356

#507356
(80,115,86)
#49694F
(73,105,79)
#425F48
(66,95,72)
#3B5541
(59,85,65)
#344B3A
(52,75,58)
#2D4133
(45,65,51)
#26372C
(38,55,44)
#1F2D25
(31,45,37)
#18231E
(24,35,30)
#111917
(17,25,23)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #507356

#507356
(80,115,86)
#5F7F65
(95,127,101)
#6E8B74
(110,139,116)
#7D9783
(125,151,131)
#8CA392
(140,163,146)
#9BAFA1
(155,175,161)
#AABBB0
(170,187,176)
#B9C7BF
(185,199,191)
#C8D3CE
(200,211,206)
#D7DFDD
(215,223,221)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507356; }

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

This text font color is #507356.


Background Color

.myBgColor { background-color: #507356; }

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

This div background color is #507356.


Border color

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

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

This div border color is #507356.


Opacity

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

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

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

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

This text has shadow with #507356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507356 on black background.


Color preview on white background

This text has color #507356 on white background.



Black color preview on #507356 background

This text has black color on #507356 background.


White color preview on #507356 background

This text has white color on #507356 background.