COLOR #507948

HEX: #507948
RGB: (80,121,72)

Color info

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

RGB color model

#507948 color RGB value is (80,121,72).

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

RGB channels and saturation

R 80 of 255 = 31%
G 121 of 255 = 47%
B 72 of 255 = 28%

80
121
72

R + G + B ~ 35%. #507948 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 121 + 72 = 273 (100%)
R 80 of 273 ~ 29.3%
G 121 of 273 ~ 44.32%
B 72 of 273 ~ 26.37%

%29.3
%44.32
%26.37

CMYK color model

#507948 color CMYK value is (34,0,40,53).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(34,0,40,53)
C34M0Y40K53 
(34%,0%,40%,53%)
(0.34/0.00/0.40/0.53)	

CMYK percentages

%33.88
%0
%40.5
%52.55

Codes

Color #507948 in popluar color models

507948
RGB8012172
HSL110°25.39%37.84%
HSB/HSV110°40.50%47.45%
CMYK33.88%0.00%40.50%
52.55%

Color #507948 in popluar number systems.

HEX507948
Decimal8012172
Binary101000011110011001000
Octal120171110

Shades and tints

Shades of #507948

#507948
(80,121,72)
#496E42
(73,110,66)
#42633C
(66,99,60)
#3B5836
(59,88,54)
#344D30
(52,77,48)
#2D422A
(45,66,42)
#263724
(38,55,36)
#1F2C1E
(31,44,30)
#182118
(24,33,24)
#111612
(17,22,18)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #507948

#507948
(80,121,72)
#5F8558
(95,133,88)
#6E9168
(110,145,104)
#7D9D78
(125,157,120)
#8CA988
(140,169,136)
#9BB598
(155,181,152)
#AAC1A8
(170,193,168)
#B9CDB8
(185,205,184)
#C8D9C8
(200,217,200)
#D7E5D8
(215,229,216)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #507948; }

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

This text font color is #507948.


Background Color

.myBgColor { background-color: #507948; }

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

This div background color is #507948.


Border color

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

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

This div border color is #507948.


Opacity

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

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

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

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

This text has shadow with #507948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507948 on black background.


Color preview on white background

This text has color #507948 on white background.



Black color preview on #507948 background

This text has black color on #507948 background.


White color preview on #507948 background

This text has white color on #507948 background.