COLOR #557B4D

HEX: #557B4D
RGB: (85,123,77)

Renk bilgisi

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

RGB renk modeli

#557B4D color RGB value is (85,123,77).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 123 of 255 = 48%
B 77 of 255 = 30%

85
123
77

R + G + B ~ 37%. #557B4D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 123 + 77 = 285 (100%)
R 85 of 285 ~ 29.82%
G 123 of 285 ~ 43.16%
B 77 of 285 ~ 27.02%

%29.82
%43.16
%27.02

CMYK RENK MODELİ

#557B4D rengi CMYK tonu (31,0,37,52).

  • camgöbeği tonu 30.89%
  • eflatun tonu 0.00%
  • sarı tonu 37.40%
  • ana renk tonu 51.76%
CMYK:
(31,0,37,52)
C31M0Y37K52 
(31%,0%,37%,52%)
(0.31/0.00/0.37/0.52)	

CMYK yüzdeleri

%30.89
%0
%37.4
%51.76

Codes

Color #557B4D in popluar color models

557B4D
RGB8512377
HSL110°23.00%39.22%
HSB/HSV110°37.40%48.24%
CMYK30.89%0.00%37.40%
51.76%

Color #557B4D in popluar number systems.

HEX557B4D
Decimal8512377
Binary101010111110111001101
Octal125173115

Shades and tints

Shades of #557B4D

#557B4D
(85,123,77)
#4E7046
(78,112,70)
#47653F
(71,101,63)
#405A38
(64,90,56)
#394F31
(57,79,49)
#32442A
(50,68,42)
#2B3923
(43,57,35)
#242E1C
(36,46,28)
#1D2315
(29,35,21)
#16180E
(22,24,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #557B4D

#557B4D
(85,123,77)
#64875D
(100,135,93)
#73936D
(115,147,109)
#829F7D
(130,159,125)
#91AB8D
(145,171,141)
#A0B79D
(160,183,157)
#AFC3AD
(175,195,173)
#BECFBD
(190,207,189)
#CDDBCD
(205,219,205)
#DCE7DD
(220,231,221)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557B4D; }

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

This text font color is #557B4D.


Background Color

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

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

This div background color is #557B4D.


Border color

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

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

This div border color is #557B4D.


Opacity

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

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

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

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

This text has shadow with #557B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B4D on black background.


Color preview on white background

This text has color #557B4D on white background.



Black color preview on #557B4D background

This text has black color on #557B4D background.


White color preview on #557B4D background

This text has white color on #557B4D background.