COLOR #507325

HEX: #507325
RGB: (80,115,37)

Color info

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

RGB color model

#507325 color RGB value is (80,115,37).

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

RGB channels and saturation

R 80 of 255 = 31%
G 115 of 255 = 45%
B 37 of 255 = 15%

80
115
37

R + G + B ~ 30%. #507325 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 115 + 37 = 232 (100%)
R 80 of 232 ~ 34.48%
G 115 of 232 ~ 49.57%
B 37 of 232 ~ 15.95%

%34.48
%49.57
%15.95

CMYK color model

#507325 color CMYK value is (30,0,68,55).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 67.83%
  • key color value is 54.90%
CMYK:
(30,0,68,55)
C30M0Y68K55 
(30%,0%,68%,55%)
(0.30/0.00/0.68/0.55)	

CMYK percentages

%30.43
%0
%67.83
%54.9

Codes

Color #507325 in popluar color models

507325
RGB8011537
HSL87°51.32%29.80%
HSB/HSV87°67.83%45.10%
CMYK30.43%0.00%67.83%
54.90%

Color #507325 in popluar number systems.

HEX507325
Decimal8011537
Binary10100001110011100101
Octal12016345

Shades and tints

Shades of #507325

#507325
(80,115,37)
#496922
(73,105,34)
#425F1F
(66,95,31)
#3B551C
(59,85,28)
#344B19
(52,75,25)
#2D4116
(45,65,22)
#263713
(38,55,19)
#1F2D10
(31,45,16)
#18230D
(24,35,13)
#11190A
(17,25,10)
#0A0F07
(10,15,7)
#000000
(0,0,0)

Tints of #507325

#507325
(80,115,37)
#5F7F38
(95,127,56)
#6E8B4B
(110,139,75)
#7D975E
(125,151,94)
#8CA371
(140,163,113)
#9BAF84
(155,175,132)
#AABB97
(170,187,151)
#B9C7AA
(185,199,170)
#C8D3BD
(200,211,189)
#D7DFD0
(215,223,208)
#E6EBE3
(230,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507325; }

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

This text font color is #507325.


Background Color

.myBgColor { background-color: #507325; }

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

This div background color is #507325.


Border color

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

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

This div border color is #507325.


Opacity

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

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

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

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

This text has shadow with #507325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507325 on black background.


Color preview on white background

This text has color #507325 on white background.



Black color preview on #507325 background

This text has black color on #507325 background.


White color preview on #507325 background

This text has white color on #507325 background.