COLOR #507C36

HEX: #507C36
RGB: (80,124,54)

Color info

#507C36 contains mainly red and green colors. Web safe color of #507C36 is #666633 (or #663).

RGB color model

#507C36 color RGB value is (80,124,54).

  • red value is 80;
  • green value is 124;
  • blue value is 54.
RGB:
(80,124,54)
(31%,49%,21%)

RGB channels and saturation

R 80 of 255 = 31%
G 124 of 255 = 49%
B 54 of 255 = 21%

80
124
54

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

Portions of RGB colors in percentages

R + G + B =
80 + 124 + 54 = 258 (100%)
R 80 of 258 ~ 31.01%
G 124 of 258 ~ 48.06%
B 54 of 258 ~ 20.93%

%31.01
%48.06
%20.93

CMYK color model

#507C36 color CMYK value is (35,0,56,51).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 56.45%
  • key color value is 51.37%
CMYK:
(35,0,56,51)
C35M0Y56K51 
(35%,0%,56%,51%)
(0.35/0.00/0.56/0.51)	

CMYK percentages

%35.48
%0
%56.45
%51.37

Codes

Color #507C36 in popluar color models

507C36
RGB8012454
HSL98°39.33%34.90%
HSB/HSV98°56.45%48.63%
CMYK35.48%0.00%56.45%
51.37%

Color #507C36 in popluar number systems.

HEX507C36
Decimal8012454
Binary10100001111100110110
Octal12017466

Shades and tints

Shades of #507C36

#507C36
(80,124,54)
#497132
(73,113,50)
#42662E
(66,102,46)
#3B5B2A
(59,91,42)
#345026
(52,80,38)
#2D4522
(45,69,34)
#263A1E
(38,58,30)
#1F2F1A
(31,47,26)
#182416
(24,36,22)
#111912
(17,25,18)
#0A0E0E
(10,14,14)
#000000
(0,0,0)

Tints of #507C36

#507C36
(80,124,54)
#5F8748
(95,135,72)
#6E925A
(110,146,90)
#7D9D6C
(125,157,108)
#8CA87E
(140,168,126)
#9BB390
(155,179,144)
#AABEA2
(170,190,162)
#B9C9B4
(185,201,180)
#C8D4C6
(200,212,198)
#D7DFD8
(215,223,216)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507C36 color. Also use rgb(80,124,54) instead hex code.

Text Font Color

.myTextColor { color: #507C36; }

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

This text font color is #507C36.


Background Color

.myBgColor { background-color: #507C36; }

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

This div background color is #507C36.


Border color

.myBorderColor { border: 1px solid #507C36; }

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

This div border color is #507C36.


Opacity

.myOpacity80 { color: #507C36; opacity: 0.8; }

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

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

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

This text has shadow with #507C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507C36 on black background.


Color preview on white background

This text has color #507C36 on white background.



Black color preview on #507C36 background

This text has black color on #507C36 background.


White color preview on #507C36 background

This text has white color on #507C36 background.