COLOR #509953

HEX: #509953
RGB: (80,153,83)

Color info

#509953 contains mainly green color. Web safe color of #509953 is #669966 (or #696).

RGB color model

#509953 color RGB value is (80,153,83).

  • red value is 80;
  • green value is 153;
  • blue value is 83.
RGB:
(80,153,83)
(31%,60%,33%)

RGB channels and saturation

R 80 of 255 = 31%
G 153 of 255 = 60%
B 83 of 255 = 33%

80
153
83

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

Portions of RGB colors in percentages

R + G + B =
80 + 153 + 83 = 316 (100%)
R 80 of 316 ~ 25.32%
G 153 of 316 ~ 48.42%
B 83 of 316 ~ 26.27%

%25.32
%48.42
%26.27

CMYK color model

#509953 color CMYK value is (48,0,46,40).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 45.75%
  • key color value is 40.00%
CMYK:
(48,0,46,40)
C48M0Y46K40 
(48%,0%,46%,40%)
(0.48/0.00/0.46/0.40)	

CMYK percentages

%47.71
%0
%45.75
%40

Codes

Color #509953 in popluar color models

509953
RGB8015383
HSL122°31.33%45.69%
HSB/HSV122°47.71%60.00%
CMYK47.71%0.00%45.75%
40.00%

Color #509953 in popluar number systems.

HEX509953
Decimal8015383
Binary1010000100110011010011
Octal120231123

Shades and tints

Shades of #509953

#509953
(80,153,83)
#498C4C
(73,140,76)
#427F45
(66,127,69)
#3B723E
(59,114,62)
#346537
(52,101,55)
#2D5830
(45,88,48)
#264B29
(38,75,41)
#1F3E22
(31,62,34)
#18311B
(24,49,27)
#112414
(17,36,20)
#0A170D
(10,23,13)
#000000
(0,0,0)

Tints of #509953

#509953
(80,153,83)
#5FA262
(95,162,98)
#6EAB71
(110,171,113)
#7DB480
(125,180,128)
#8CBD8F
(140,189,143)
#9BC69E
(155,198,158)
#AACFAD
(170,207,173)
#B9D8BC
(185,216,188)
#C8E1CB
(200,225,203)
#D7EADA
(215,234,218)
#E6F3E9
(230,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509953 color. Also use rgb(80,153,83) instead hex code.

Text Font Color

.myTextColor { color: #509953; }

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

This text font color is #509953.


Background Color

.myBgColor { background-color: #509953; }

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

This div background color is #509953.


Border color

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

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

This div border color is #509953.


Opacity

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

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

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

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

This text has shadow with #509953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509953 on black background.


Color preview on white background

This text has color #509953 on white background.



Black color preview on #509953 background

This text has black color on #509953 background.


White color preview on #509953 background

This text has white color on #509953 background.