COLOR #559B61

HEX: #559B61
RGB: (85,155,97)

Renk bilgisi

#559B61 contains mainly green and blue colors. #559B61 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#559B61 color RGB value is (85,155,97).

  • kırmız ton 85;
  • yeşil ton 155;
  • mavi ton 97.
RGB:
(85,155,97)
(33%,61%,38%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 155 of 255 = 61%
B 97 of 255 = 38%

85
155
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 155 + 97 = 337 (100%)
R 85 of 337 ~ 25.22%
G 155 of 337 ~ 45.99%
B 97 of 337 ~ 28.78%

%25.22
%45.99
%28.78

CMYK RENK MODELİ

#559B61 rengi CMYK tonu (45,0,37,39).

  • camgöbeği tonu 45.16%
  • eflatun tonu 0.00%
  • sarı tonu 37.42%
  • ana renk tonu 39.22%
CMYK:
(45,0,37,39)
C45M0Y37K39 
(45%,0%,37%,39%)
(0.45/0.00/0.37/0.39)	

CMYK yüzdeleri

%45.16
%0
%37.42
%39.22

Codes

Color #559B61 in popluar color models

559B61
RGB8515597
HSL130°29.17%47.06%
HSB/HSV130°45.16%60.78%
CMYK45.16%0.00%37.42%
39.22%

Color #559B61 in popluar number systems.

HEX559B61
Decimal8515597
Binary1010101100110111100001
Octal125233141

Shades and tints

Shades of #559B61

#559B61
(85,155,97)
#4E8D59
(78,141,89)
#477F51
(71,127,81)
#407149
(64,113,73)
#396341
(57,99,65)
#325539
(50,85,57)
#2B4731
(43,71,49)
#243929
(36,57,41)
#1D2B21
(29,43,33)
#161D19
(22,29,25)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #559B61

#559B61
(85,155,97)
#64A46F
(100,164,111)
#73AD7D
(115,173,125)
#82B68B
(130,182,139)
#91BF99
(145,191,153)
#A0C8A7
(160,200,167)
#AFD1B5
(175,209,181)
#BEDAC3
(190,218,195)
#CDE3D1
(205,227,209)
#DCECDF
(220,236,223)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559B61 color. Also use rgb(85,155,97) instead hex code.

Text Font Color

.myTextColor { color: #559B61; }

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

This text font color is #559B61.


Background Color

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

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

This div background color is #559B61.


Border color

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

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

This div border color is #559B61.


Opacity

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

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

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

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

This text has shadow with #559B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559B61 on black background.


Color preview on white background

This text has color #559B61 on white background.



Black color preview on #559B61 background

This text has black color on #559B61 background.


White color preview on #559B61 background

This text has white color on #559B61 background.