COLOR #507B17

HEX: #507B17
RGB: (80,123,23)

Color info

#507B17 contains mainly red and green colors. Web safe color of #507B17 is #666600 (or #660).

RGB color model

#507B17 color RGB value is (80,123,23).

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

RGB channels and saturation

R 80 of 255 = 31%
G 123 of 255 = 48%
B 23 of 255 = 9%

80
123
23

R + G + B ~ 29%. #507B17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 123 + 23 = 226 (100%)
R 80 of 226 ~ 35.4%
G 123 of 226 ~ 54.42%
B 23 of 226 ~ 10.18%

%35.4
%54.42
%10.18

CMYK color model

#507B17 color CMYK value is (35,0,81,52).

  • cyan value is 34.96%
  • magenta value is 0.00%
  • yellow value is 81.30%
  • key color value is 51.76%
CMYK:
(35,0,81,52)
C35M0Y81K52 
(35%,0%,81%,52%)
(0.35/0.00/0.81/0.52)	

CMYK percentages

%34.96
%0
%81.3
%51.76

Codes

Color #507B17 in popluar color models

507B17
RGB8012323
HSL86°68.49%28.63%
HSB/HSV86°81.30%48.24%
CMYK34.96%0.00%81.30%
51.76%

Color #507B17 in popluar number systems.

HEX507B17
Decimal8012323
Binary1010000111101110111
Octal12017327

Shades and tints

Shades of #507B17

#507B17
(80,123,23)
#497015
(73,112,21)
#426513
(66,101,19)
#3B5A11
(59,90,17)
#344F0F
(52,79,15)
#2D440D
(45,68,13)
#26390B
(38,57,11)
#1F2E09
(31,46,9)
#182307
(24,35,7)
#111805
(17,24,5)
#0A0D03
(10,13,3)
#000000
(0,0,0)

Tints of #507B17

#507B17
(80,123,23)
#5F872C
(95,135,44)
#6E9341
(110,147,65)
#7D9F56
(125,159,86)
#8CAB6B
(140,171,107)
#9BB780
(155,183,128)
#AAC395
(170,195,149)
#B9CFAA
(185,207,170)
#C8DBBF
(200,219,191)
#D7E7D4
(215,231,212)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507B17; }

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

This text font color is #507B17.


Background Color

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

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

This div background color is #507B17.


Border color

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

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

This div border color is #507B17.


Opacity

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

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

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

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

This text has shadow with #507B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507B17 on black background.


Color preview on white background

This text has color #507B17 on white background.



Black color preview on #507B17 background

This text has black color on #507B17 background.


White color preview on #507B17 background

This text has white color on #507B17 background.