COLOR #557B57

HEX: #557B57
RGB: (85,123,87)

Renk bilgisi

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

RGB renk modeli

#557B57 color RGB value is (85,123,87).

  • kırmız ton 85;
  • yeşil ton 123;
  • mavi ton 87.
RGB:
(85,123,87)
(33%,48%,34%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 123 of 255 = 48%
B 87 of 255 = 34%

85
123
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 123 + 87 = 295 (100%)
R 85 of 295 ~ 28.81%
G 123 of 295 ~ 41.69%
B 87 of 295 ~ 29.49%

%28.81
%41.69
%29.49

CMYK RENK MODELİ

#557B57 rengi CMYK tonu (31,0,29,52).

  • camgöbeği tonu 30.89%
  • eflatun tonu 0.00%
  • sarı tonu 29.27%
  • ana renk tonu 51.76%
CMYK:
(31,0,29,52)
C31M0Y29K52 
(31%,0%,29%,52%)
(0.31/0.00/0.29/0.52)	

CMYK yüzdeleri

%30.89
%0
%29.27
%51.76

Codes

Color #557B57 in popluar color models

557B57
RGB8512387
HSL123°18.27%40.78%
HSB/HSV123°30.89%48.24%
CMYK30.89%0.00%29.27%
51.76%

Color #557B57 in popluar number systems.

HEX557B57
Decimal8512387
Binary101010111110111010111
Octal125173127

Shades and tints

Shades of #557B57

#557B57
(85,123,87)
#4E7050
(78,112,80)
#476549
(71,101,73)
#405A42
(64,90,66)
#394F3B
(57,79,59)
#324434
(50,68,52)
#2B392D
(43,57,45)
#242E26
(36,46,38)
#1D231F
(29,35,31)
#161818
(22,24,24)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #557B57

#557B57
(85,123,87)
#648766
(100,135,102)
#739375
(115,147,117)
#829F84
(130,159,132)
#91AB93
(145,171,147)
#A0B7A2
(160,183,162)
#AFC3B1
(175,195,177)
#BECFC0
(190,207,192)
#CDDBCF
(205,219,207)
#DCE7DE
(220,231,222)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557B57 color. Also use rgb(85,123,87) instead hex code.

Text Font Color

.myTextColor { color: #557B57; }

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

This text font color is #557B57.


Background Color

.myBgColor { background-color: #557B57; }

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

This div background color is #557B57.


Border color

.myBorderColor { border: 1px solid #557B57; }

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

This div border color is #557B57.


Opacity

.myOpacity80 { color: #557B57; opacity: 0.8; }

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

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

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

This text has shadow with #557B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B57 on black background.


Color preview on white background

This text has color #557B57 on white background.



Black color preview on #557B57 background

This text has black color on #557B57 background.


White color preview on #557B57 background

This text has white color on #557B57 background.