COLOR #559D47

HEX: #559D47
RGB: (85,157,71)

Renk bilgisi

#559D47 contains mainly green color. #559D47 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#559D47 color RGB value is (85,157,71).

  • kırmız ton 85;
  • yeşil ton 157;
  • mavi ton 71.
RGB:
(85,157,71)
(33%,62%,28%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 157 of 255 = 62%
B 71 of 255 = 28%

85
157
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 157 + 71 = 313 (100%)
R 85 of 313 ~ 27.16%
G 157 of 313 ~ 50.16%
B 71 of 313 ~ 22.68%

%27.16
%50.16
%22.68

CMYK RENK MODELİ

#559D47 rengi CMYK tonu (46,0,55,38).

  • camgöbeği tonu 45.86%
  • eflatun tonu 0.00%
  • sarı tonu 54.78%
  • ana renk tonu 38.43%
CMYK:
(46,0,55,38)
C46M0Y55K38 
(46%,0%,55%,38%)
(0.46/0.00/0.55/0.38)	

CMYK yüzdeleri

%45.86
%0
%54.78
%38.43

Codes

Color #559D47 in popluar color models

559D47
RGB8515771
HSL110°37.72%44.71%
HSB/HSV110°54.78%61.57%
CMYK45.86%0.00%54.78%
38.43%

Color #559D47 in popluar number systems.

HEX559D47
Decimal8515771
Binary1010101100111011000111
Octal125235107

Shades and tints

Shades of #559D47

#559D47
(85,157,71)
#4E8F41
(78,143,65)
#47813B
(71,129,59)
#407335
(64,115,53)
#39652F
(57,101,47)
#325729
(50,87,41)
#2B4923
(43,73,35)
#243B1D
(36,59,29)
#1D2D17
(29,45,23)
#161F11
(22,31,17)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #559D47

#559D47
(85,157,71)
#64A557
(100,165,87)
#73AD67
(115,173,103)
#82B577
(130,181,119)
#91BD87
(145,189,135)
#A0C597
(160,197,151)
#AFCDA7
(175,205,167)
#BED5B7
(190,213,183)
#CDDDC7
(205,221,199)
#DCE5D7
(220,229,215)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559D47 color. Also use rgb(85,157,71) instead hex code.

Text Font Color

.myTextColor { color: #559D47; }

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

This text font color is #559D47.


Background Color

.myBgColor { background-color: #559D47; }

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

This div background color is #559D47.


Border color

.myBorderColor { border: 1px solid #559D47; }

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

This div border color is #559D47.


Opacity

.myOpacity80 { color: #559D47; opacity: 0.8; }

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

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

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

This text has shadow with #559D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559D47 on black background.


Color preview on white background

This text has color #559D47 on white background.



Black color preview on #559D47 background

This text has black color on #559D47 background.


White color preview on #559D47 background

This text has white color on #559D47 background.