COLOR #559163

HEX: #559163
RGB: (85,145,99)

Color info

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

RGB color model

#559163 color RGB value is (85,145,99).

  • red value is 85;
  • green value is 145;
  • blue value is 99.
RGB:
(85,145,99)
(33%,57%,39%)

RGB channels and saturation

R 85 of 255 = 33%
G 145 of 255 = 57%
B 99 of 255 = 39%

85
145
99

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

Portions of RGB colors in percentages

R + G + B =
85 + 145 + 99 = 329 (100%)
R 85 of 329 ~ 25.84%
G 145 of 329 ~ 44.07%
B 99 of 329 ~ 30.09%

%25.84
%44.07
%30.09

CMYK color model

#559163 color CMYK value is (41,0,32,43).

  • cyan value is 41.38%
  • magenta value is 0.00%
  • yellow value is 31.72%
  • key color value is 43.14%
CMYK:
(41,0,32,43)
C41M0Y32K43 
(41%,0%,32%,43%)
(0.41/0.00/0.32/0.43)	

CMYK percentages

%41.38
%0
%31.72
%43.14

Codes

Color #559163 in popluar color models

559163
RGB8514599
HSL134°26.09%45.10%
HSB/HSV134°41.38%56.86%
CMYK41.38%0.00%31.72%
43.14%

Color #559163 in popluar number systems.

HEX559163
Decimal8514599
Binary1010101100100011100011
Octal125221143

Shades and tints

Shades of #559163

#559163
(85,145,99)
#4E845A
(78,132,90)
#477751
(71,119,81)
#406A48
(64,106,72)
#395D3F
(57,93,63)
#325036
(50,80,54)
#2B432D
(43,67,45)
#243624
(36,54,36)
#1D291B
(29,41,27)
#161C12
(22,28,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #559163

#559163
(85,145,99)
#649B71
(100,155,113)
#73A57F
(115,165,127)
#82AF8D
(130,175,141)
#91B99B
(145,185,155)
#A0C3A9
(160,195,169)
#AFCDB7
(175,205,183)
#BED7C5
(190,215,197)
#CDE1D3
(205,225,211)
#DCEBE1
(220,235,225)
#EBF5EF
(235,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559163 color. Also use rgb(85,145,99) instead hex code.

Text Font Color

.myTextColor { color: #559163; }

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

This text font color is #559163.


Background Color

.myBgColor { background-color: #559163; }

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

This div background color is #559163.


Border color

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

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

This div border color is #559163.


Opacity

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

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

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

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

This text has shadow with #559163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559163 on black background.


Color preview on white background

This text has color #559163 on white background.



Black color preview on #559163 background

This text has black color on #559163 background.


White color preview on #559163 background

This text has white color on #559163 background.