COLOR #557C49

HEX: #557C49
RGB: (85,124,73)

Renk bilgisi

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

RGB renk modeli

#557C49 color RGB value is (85,124,73).

  • kırmız ton 85;
  • yeşil ton 124;
  • mavi ton 73.
RGB:
(85,124,73)
(33%,49%,29%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 124 of 255 = 49%
B 73 of 255 = 29%

85
124
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 124 + 73 = 282 (100%)
R 85 of 282 ~ 30.14%
G 124 of 282 ~ 43.97%
B 73 of 282 ~ 25.89%

%30.14
%43.97
%25.89

CMYK RENK MODELİ

#557C49 rengi CMYK tonu (31,0,41,51).

  • camgöbeği tonu 31.45%
  • eflatun tonu 0.00%
  • sarı tonu 41.13%
  • ana renk tonu 51.37%
CMYK:
(31,0,41,51)
C31M0Y41K51 
(31%,0%,41%,51%)
(0.31/0.00/0.41/0.51)	

CMYK yüzdeleri

%31.45
%0
%41.13
%51.37

Codes

Color #557C49 in popluar color models

557C49
RGB8512473
HSL106°25.89%38.63%
HSB/HSV106°41.13%48.63%
CMYK31.45%0.00%41.13%
51.37%

Color #557C49 in popluar number systems.

HEX557C49
Decimal8512473
Binary101010111111001001001
Octal125174111

Shades and tints

Shades of #557C49

#557C49
(85,124,73)
#4E7143
(78,113,67)
#47663D
(71,102,61)
#405B37
(64,91,55)
#395031
(57,80,49)
#32452B
(50,69,43)
#2B3A25
(43,58,37)
#242F1F
(36,47,31)
#1D2419
(29,36,25)
#161913
(22,25,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #557C49

#557C49
(85,124,73)
#648759
(100,135,89)
#739269
(115,146,105)
#829D79
(130,157,121)
#91A889
(145,168,137)
#A0B399
(160,179,153)
#AFBEA9
(175,190,169)
#BEC9B9
(190,201,185)
#CDD4C9
(205,212,201)
#DCDFD9
(220,223,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557C49 color. Also use rgb(85,124,73) instead hex code.

Text Font Color

.myTextColor { color: #557C49; }

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

This text font color is #557C49.


Background Color

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

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

This div background color is #557C49.


Border color

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

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

This div border color is #557C49.


Opacity

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

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

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

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

This text has shadow with #557C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557C49 on black background.


Color preview on white background

This text has color #557C49 on white background.



Black color preview on #557C49 background

This text has black color on #557C49 background.


White color preview on #557C49 background

This text has white color on #557C49 background.