COLOR #557359

HEX: #557359
RGB: (85,115,89)

Renk bilgisi

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

RGB renk modeli

#557359 color RGB value is (85,115,89).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 115 of 255 = 45%
B 89 of 255 = 35%

85
115
89

R + G + B ~ 38%. #557359 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 115 + 89 = 289 (100%)
R 85 of 289 ~ 29.41%
G 115 of 289 ~ 39.79%
B 89 of 289 ~ 30.8%

%29.41
%39.79
%30.8

CMYK RENK MODELİ

#557359 rengi CMYK tonu (26,0,23,55).

  • camgöbeği tonu 26.09%
  • eflatun tonu 0.00%
  • sarı tonu 22.61%
  • ana renk tonu 54.90%
CMYK:
(26,0,23,55)
C26M0Y23K55 
(26%,0%,23%,55%)
(0.26/0.00/0.23/0.55)	

CMYK yüzdeleri

%26.09
%0
%22.61
%54.9

Codes

Color #557359 in popluar color models

557359
RGB8511589
HSL128°15.00%39.22%
HSB/HSV128°26.09%45.10%
CMYK26.09%0.00%22.61%
54.90%

Color #557359 in popluar number systems.

HEX557359
Decimal8511589
Binary101010111100111011001
Octal125163131

Shades and tints

Shades of #557359

#557359
(85,115,89)
#4E6951
(78,105,81)
#475F49
(71,95,73)
#405541
(64,85,65)
#394B39
(57,75,57)
#324131
(50,65,49)
#2B3729
(43,55,41)
#242D21
(36,45,33)
#1D2319
(29,35,25)
#161911
(22,25,17)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #557359

#557359
(85,115,89)
#647F68
(100,127,104)
#738B77
(115,139,119)
#829786
(130,151,134)
#91A395
(145,163,149)
#A0AFA4
(160,175,164)
#AFBBB3
(175,187,179)
#BEC7C2
(190,199,194)
#CDD3D1
(205,211,209)
#DCDFE0
(220,223,224)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557359; }

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

This text font color is #557359.


Background Color

.myBgColor { background-color: #557359; }

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

This div background color is #557359.


Border color

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

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

This div border color is #557359.


Opacity

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

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

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

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

This text has shadow with #557359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557359 on black background.


Color preview on white background

This text has color #557359 on white background.



Black color preview on #557359 background

This text has black color on #557359 background.


White color preview on #557359 background

This text has white color on #557359 background.