COLOR #507454

HEX: #507454
RGB: (80,116,84)

Color info

#507454 contains red, green and blue colors in about the same proportion. Web safe color of #507454 is #666666 (or #666).

RGB color model

#507454 color RGB value is (80,116,84).

  • red value is 80;
  • green value is 116;
  • blue value is 84.
RGB:
(80,116,84)
(31%,45%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 84 of 255 = 33%

80
116
84

R + G + B ~ 36%. #507454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 84 = 280 (100%)
R 80 of 280 ~ 28.57%
G 116 of 280 ~ 41.43%
B 84 of 280 ~ 30%

%28.57
%41.43
%30

CMYK color model

#507454 color CMYK value is (31,0,28,55).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(31,0,28,55)
C31M0Y28K55 
(31%,0%,28%,55%)
(0.31/0.00/0.28/0.55)	

CMYK percentages

%31.03
%0
%27.59
%54.51

Codes

Color #507454 in popluar color models

507454
RGB8011684
HSL127°18.37%38.43%
HSB/HSV127°31.03%45.49%
CMYK31.03%0.00%27.59%
54.51%

Color #507454 in popluar number systems.

HEX507454
Decimal8011684
Binary101000011101001010100
Octal120164124

Shades and tints

Shades of #507454

#507454
(80,116,84)
#496A4D
(73,106,77)
#426046
(66,96,70)
#3B563F
(59,86,63)
#344C38
(52,76,56)
#2D4231
(45,66,49)
#26382A
(38,56,42)
#1F2E23
(31,46,35)
#18241C
(24,36,28)
#111A15
(17,26,21)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #507454

#507454
(80,116,84)
#5F8063
(95,128,99)
#6E8C72
(110,140,114)
#7D9881
(125,152,129)
#8CA490
(140,164,144)
#9BB09F
(155,176,159)
#AABCAE
(170,188,174)
#B9C8BD
(185,200,189)
#C8D4CC
(200,212,204)
#D7E0DB
(215,224,219)
#E6ECEA
(230,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507454 color. Also use rgb(80,116,84) instead hex code.

Text Font Color

.myTextColor { color: #507454; }

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

This text font color is #507454.


Background Color

.myBgColor { background-color: #507454; }

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

This div background color is #507454.


Border color

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

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

This div border color is #507454.


Opacity

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

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

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

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

This text has shadow with #507454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507454 on black background.


Color preview on white background

This text has color #507454 on white background.



Black color preview on #507454 background

This text has black color on #507454 background.


White color preview on #507454 background

This text has white color on #507454 background.