COLOR #507148

HEX: #507148
RGB: (80,113,72)

Color info

#507148 contains red, green and blue colors in about the same proportion. Web safe color of #507148 is #666633 (or #663).

RGB color model

#507148 color RGB value is (80,113,72).

  • red value is 80;
  • green value is 113;
  • blue value is 72.
RGB:
(80,113,72)
(31%,44%,28%)

RGB channels and saturation

R 80 of 255 = 31%
G 113 of 255 = 44%
B 72 of 255 = 28%

80
113
72

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

Portions of RGB colors in percentages

R + G + B =
80 + 113 + 72 = 265 (100%)
R 80 of 265 ~ 30.19%
G 113 of 265 ~ 42.64%
B 72 of 265 ~ 27.17%

%30.19
%42.64
%27.17

CMYK color model

#507148 color CMYK value is (29,0,36,56).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 36.28%
  • key color value is 55.69%
CMYK:
(29,0,36,56)
C29M0Y36K56 
(29%,0%,36%,56%)
(0.29/0.00/0.36/0.56)	

CMYK percentages

%29.2
%0
%36.28
%55.69

Codes

Color #507148 in popluar color models

507148
RGB8011372
HSL108°22.16%36.27%
HSB/HSV108°36.28%44.31%
CMYK29.20%0.00%36.28%
55.69%

Color #507148 in popluar number systems.

HEX507148
Decimal8011372
Binary101000011100011001000
Octal120161110

Shades and tints

Shades of #507148

#507148
(80,113,72)
#496742
(73,103,66)
#425D3C
(66,93,60)
#3B5336
(59,83,54)
#344930
(52,73,48)
#2D3F2A
(45,63,42)
#263524
(38,53,36)
#1F2B1E
(31,43,30)
#182118
(24,33,24)
#111712
(17,23,18)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #507148

#507148
(80,113,72)
#5F7D58
(95,125,88)
#6E8968
(110,137,104)
#7D9578
(125,149,120)
#8CA188
(140,161,136)
#9BAD98
(155,173,152)
#AAB9A8
(170,185,168)
#B9C5B8
(185,197,184)
#C8D1C8
(200,209,200)
#D7DDD8
(215,221,216)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507148 color. Also use rgb(80,113,72) instead hex code.

Text Font Color

.myTextColor { color: #507148; }

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

This text font color is #507148.


Background Color

.myBgColor { background-color: #507148; }

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

This div background color is #507148.


Border color

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

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

This div border color is #507148.


Opacity

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

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

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

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

This text has shadow with #507148 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507148 on black background.


Color preview on white background

This text has color #507148 on white background.



Black color preview on #507148 background

This text has black color on #507148 background.


White color preview on #507148 background

This text has white color on #507148 background.