COLOR #507B25

HEX: #507B25
RGB: (80,123,37)

Color info

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

RGB color model

#507B25 color RGB value is (80,123,37).

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

RGB channels and saturation

R 80 of 255 = 31%
G 123 of 255 = 48%
B 37 of 255 = 15%

80
123
37

R + G + B ~ 31%. #507B25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 123 + 37 = 240 (100%)
R 80 of 240 ~ 33.33%
G 123 of 240 ~ 51.25%
B 37 of 240 ~ 15.42%

%33.33
%51.25
%15.42

CMYK color model

#507B25 color CMYK value is (35,0,70,52).

  • cyan value is 34.96%
  • magenta value is 0.00%
  • yellow value is 69.92%
  • key color value is 51.76%
CMYK:
(35,0,70,52)
C35M0Y70K52 
(35%,0%,70%,52%)
(0.35/0.00/0.70/0.52)	

CMYK percentages

%34.96
%0
%69.92
%51.76

Codes

Color #507B25 in popluar color models

507B25
RGB8012337
HSL90°53.75%31.37%
HSB/HSV90°69.92%48.24%
CMYK34.96%0.00%69.92%
51.76%

Color #507B25 in popluar number systems.

HEX507B25
Decimal8012337
Binary10100001111011100101
Octal12017345

Shades and tints

Shades of #507B25

#507B25
(80,123,37)
#497022
(73,112,34)
#42651F
(66,101,31)
#3B5A1C
(59,90,28)
#344F19
(52,79,25)
#2D4416
(45,68,22)
#263913
(38,57,19)
#1F2E10
(31,46,16)
#18230D
(24,35,13)
#11180A
(17,24,10)
#0A0D07
(10,13,7)
#000000
(0,0,0)

Tints of #507B25

#507B25
(80,123,37)
#5F8738
(95,135,56)
#6E934B
(110,147,75)
#7D9F5E
(125,159,94)
#8CAB71
(140,171,113)
#9BB784
(155,183,132)
#AAC397
(170,195,151)
#B9CFAA
(185,207,170)
#C8DBBD
(200,219,189)
#D7E7D0
(215,231,208)
#E6F3E3
(230,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507B25; }

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

This text font color is #507B25.


Background Color

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

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

This div background color is #507B25.


Border color

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

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

This div border color is #507B25.


Opacity

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

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

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

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

This text has shadow with #507B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507B25 on black background.


Color preview on white background

This text has color #507B25 on white background.



Black color preview on #507B25 background

This text has black color on #507B25 background.


White color preview on #507B25 background

This text has white color on #507B25 background.