COLOR #558B55

HEX: #558B55
RGB: (85,139,85)

Renk bilgisi

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

RGB renk modeli

#558B55 color RGB value is (85,139,85).

  • kırmız ton 85;
  • yeşil ton 139;
  • mavi ton 85.
RGB:
(85,139,85)
(33%,55%,33%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 139 of 255 = 55%
B 85 of 255 = 33%

85
139
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 139 + 85 = 309 (100%)
R 85 of 309 ~ 27.51%
G 139 of 309 ~ 44.98%
B 85 of 309 ~ 27.51%

%27.51
%44.98
%27.51

CMYK RENK MODELİ

#558B55 rengi CMYK tonu (39,0,39,45).

  • camgöbeği tonu 38.85%
  • eflatun tonu 0.00%
  • sarı tonu 38.85%
  • ana renk tonu 45.49%
CMYK:
(39,0,39,45)
C39M0Y39K45 
(39%,0%,39%,45%)
(0.39/0.00/0.39/0.45)	

CMYK yüzdeleri

%38.85
%0
%38.85
%45.49

Codes

Color #558B55 in popluar color models

558B55
RGB8513985
HSL120°24.11%43.92%
HSB/HSV120°38.85%54.51%
CMYK38.85%0.00%38.85%
45.49%

Color #558B55 in popluar number systems.

HEX558B55
Decimal8513985
Binary1010101100010111010101
Octal125213125

Shades and tints

Shades of #558B55

#558B55
(85,139,85)
#4E7F4E
(78,127,78)
#477347
(71,115,71)
#406740
(64,103,64)
#395B39
(57,91,57)
#324F32
(50,79,50)
#2B432B
(43,67,43)
#243724
(36,55,36)
#1D2B1D
(29,43,29)
#161F16
(22,31,22)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #558B55

#558B55
(85,139,85)
#649564
(100,149,100)
#739F73
(115,159,115)
#82A982
(130,169,130)
#91B391
(145,179,145)
#A0BDA0
(160,189,160)
#AFC7AF
(175,199,175)
#BED1BE
(190,209,190)
#CDDBCD
(205,219,205)
#DCE5DC
(220,229,220)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558B55 color. Also use rgb(85,139,85) instead hex code.

Text Font Color

.myTextColor { color: #558B55; }

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

This text font color is #558B55.


Background Color

.myBgColor { background-color: #558B55; }

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

This div background color is #558B55.


Border color

.myBorderColor { border: 1px solid #558B55; }

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

This div border color is #558B55.


Opacity

.myOpacity80 { color: #558B55; opacity: 0.8; }

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

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

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

This text has shadow with #558B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558B55 on black background.


Color preview on white background

This text has color #558B55 on white background.



Black color preview on #558B55 background

This text has black color on #558B55 background.


White color preview on #558B55 background

This text has white color on #558B55 background.