COLOR #519153

HEX: #519153
RGB: (81,145,83)

Color info

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

RGB color model

#519153 color RGB value is (81,145,83).

  • red value is 81;
  • green value is 145;
  • blue value is 83.
RGB:
(81,145,83)
(32%,57%,33%)

RGB channels and saturation

R 81 of 255 = 32%
G 145 of 255 = 57%
B 83 of 255 = 33%

81
145
83

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

Portions of RGB colors in percentages

R + G + B =
81 + 145 + 83 = 309 (100%)
R 81 of 309 ~ 26.21%
G 145 of 309 ~ 46.93%
B 83 of 309 ~ 26.86%

%26.21
%46.93
%26.86

CMYK color model

#519153 color CMYK value is (44,0,43,43).

  • cyan value is 44.14%
  • magenta value is 0.00%
  • yellow value is 42.76%
  • key color value is 43.14%
CMYK:
(44,0,43,43)
C44M0Y43K43 
(44%,0%,43%,43%)
(0.44/0.00/0.43/0.43)	

CMYK percentages

%44.14
%0
%42.76
%43.14

Codes

Color #519153 in popluar color models

519153
RGB8114583
HSL122°28.32%44.31%
HSB/HSV122°44.14%56.86%
CMYK44.14%0.00%42.76%
43.14%

Color #519153 in popluar number systems.

HEX519153
Decimal8114583
Binary1010001100100011010011
Octal121221123

Shades and tints

Shades of #519153

#519153
(81,145,83)
#4A844C
(74,132,76)
#437745
(67,119,69)
#3C6A3E
(60,106,62)
#355D37
(53,93,55)
#2E5030
(46,80,48)
#274329
(39,67,41)
#203622
(32,54,34)
#19291B
(25,41,27)
#121C14
(18,28,20)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #519153

#519153
(81,145,83)
#609B62
(96,155,98)
#6FA571
(111,165,113)
#7EAF80
(126,175,128)
#8DB98F
(141,185,143)
#9CC39E
(156,195,158)
#ABCDAD
(171,205,173)
#BAD7BC
(186,215,188)
#C9E1CB
(201,225,203)
#D8EBDA
(216,235,218)
#E7F5E9
(231,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #519153 color. Also use rgb(81,145,83) instead hex code.

Text Font Color

.myTextColor { color: #519153; }

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

This text font color is #519153.


Background Color

.myBgColor { background-color: #519153; }

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

This div background color is #519153.


Border color

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

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

This div border color is #519153.


Opacity

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

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

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

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

This text has shadow with #519153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #519153 on black background.


Color preview on white background

This text has color #519153 on white background.



Black color preview on #519153 background

This text has black color on #519153 background.


White color preview on #519153 background

This text has white color on #519153 background.