COLOR #509055

HEX: #509055
RGB: (80,144,85)

Color info

#509055 contains mainly green and blue colors. Web safe color of #509055 is #669966 (or #696).

RGB color model

#509055 color RGB value is (80,144,85).

  • red value is 80;
  • green value is 144;
  • blue value is 85.
RGB:
(80,144,85)
(31%,56%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 144 of 255 = 56%
B 85 of 255 = 33%

80
144
85

R + G + B ~ 40%. #509055 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 144 + 85 = 309 (100%)
R 80 of 309 ~ 25.89%
G 144 of 309 ~ 46.6%
B 85 of 309 ~ 27.51%

%25.89
%46.6
%27.51

CMYK color model

#509055 color CMYK value is (44,0,41,44).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 40.97%
  • key color value is 43.53%
CMYK:
(44,0,41,44)
C44M0Y41K44 
(44%,0%,41%,44%)
(0.44/0.00/0.41/0.44)	

CMYK percentages

%44.44
%0
%40.97
%43.53

Codes

Color #509055 in popluar color models

509055
RGB8014485
HSL125°28.57%43.92%
HSB/HSV125°44.44%56.47%
CMYK44.44%0.00%40.97%
43.53%

Color #509055 in popluar number systems.

HEX509055
Decimal8014485
Binary1010000100100001010101
Octal120220125

Shades and tints

Shades of #509055

#509055
(80,144,85)
#49834E
(73,131,78)
#427647
(66,118,71)
#3B6940
(59,105,64)
#345C39
(52,92,57)
#2D4F32
(45,79,50)
#26422B
(38,66,43)
#1F3524
(31,53,36)
#18281D
(24,40,29)
#111B16
(17,27,22)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #509055

#509055
(80,144,85)
#5F9A64
(95,154,100)
#6EA473
(110,164,115)
#7DAE82
(125,174,130)
#8CB891
(140,184,145)
#9BC2A0
(155,194,160)
#AACCAF
(170,204,175)
#B9D6BE
(185,214,190)
#C8E0CD
(200,224,205)
#D7EADC
(215,234,220)
#E6F4EB
(230,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509055 color. Also use rgb(80,144,85) instead hex code.

Text Font Color

.myTextColor { color: #509055; }

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

This text font color is #509055.


Background Color

.myBgColor { background-color: #509055; }

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

This div background color is #509055.


Border color

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

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

This div border color is #509055.


Opacity

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

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

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

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

This text has shadow with #509055 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509055 on black background.


Color preview on white background

This text has color #509055 on white background.



Black color preview on #509055 background

This text has black color on #509055 background.


White color preview on #509055 background

This text has white color on #509055 background.