COLOR #558759

HEX: #558759
RGB: (85,135,89)

Renk bilgisi

#558759 contains red, green and blue colors in about the same proportion. #558759 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#558759 color RGB value is (85,135,89).

  • kırmız ton 85;
  • yeşil ton 135;
  • mavi ton 89.
RGB:
(85,135,89)
(33%,53%,35%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 135 of 255 = 53%
B 89 of 255 = 35%

85
135
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 135 + 89 = 309 (100%)
R 85 of 309 ~ 27.51%
G 135 of 309 ~ 43.69%
B 89 of 309 ~ 28.8%

%27.51
%43.69
%28.8

CMYK RENK MODELİ

#558759 rengi CMYK tonu (37,0,34,47).

  • camgöbeği tonu 37.04%
  • eflatun tonu 0.00%
  • sarı tonu 34.07%
  • ana renk tonu 47.06%
CMYK:
(37,0,34,47)
C37M0Y34K47 
(37%,0%,34%,47%)
(0.37/0.00/0.34/0.47)	

CMYK yüzdeleri

%37.04
%0
%34.07
%47.06

Codes

Color #558759 in popluar color models

558759
RGB8513589
HSL125°22.73%43.14%
HSB/HSV125°37.04%52.94%
CMYK37.04%0.00%34.07%
47.06%

Color #558759 in popluar number systems.

HEX558759
Decimal8513589
Binary1010101100001111011001
Octal125207131

Shades and tints

Shades of #558759

#558759
(85,135,89)
#4E7B51
(78,123,81)
#476F49
(71,111,73)
#406341
(64,99,65)
#395739
(57,87,57)
#324B31
(50,75,49)
#2B3F29
(43,63,41)
#243321
(36,51,33)
#1D2719
(29,39,25)
#161B11
(22,27,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #558759

#558759
(85,135,89)
#649168
(100,145,104)
#739B77
(115,155,119)
#82A586
(130,165,134)
#91AF95
(145,175,149)
#A0B9A4
(160,185,164)
#AFC3B3
(175,195,179)
#BECDC2
(190,205,194)
#CDD7D1
(205,215,209)
#DCE1E0
(220,225,224)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558759 color. Also use rgb(85,135,89) instead hex code.

Text Font Color

.myTextColor { color: #558759; }

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

This text font color is #558759.


Background Color

.myBgColor { background-color: #558759; }

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

This div background color is #558759.


Border color

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

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

This div border color is #558759.


Opacity

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

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

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

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

This text has shadow with #558759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558759 on black background.


Color preview on white background

This text has color #558759 on white background.



Black color preview on #558759 background

This text has black color on #558759 background.


White color preview on #558759 background

This text has white color on #558759 background.