COLOR #557A49

HEX: #557A49
RGB: (85,122,73)

Renk bilgisi

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

RGB renk modeli

#557A49 color RGB value is (85,122,73).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 122 of 255 = 48%
B 73 of 255 = 29%

85
122
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 122 + 73 = 280 (100%)
R 85 of 280 ~ 30.36%
G 122 of 280 ~ 43.57%
B 73 of 280 ~ 26.07%

%30.36
%43.57
%26.07

CMYK RENK MODELİ

#557A49 rengi CMYK tonu (30,0,40,52).

  • camgöbeği tonu 30.33%
  • eflatun tonu 0.00%
  • sarı tonu 40.16%
  • ana renk tonu 52.16%
CMYK:
(30,0,40,52)
C30M0Y40K52 
(30%,0%,40%,52%)
(0.30/0.00/0.40/0.52)	

CMYK yüzdeleri

%30.33
%0
%40.16
%52.16

Codes

Color #557A49 in popluar color models

557A49
RGB8512273
HSL105°25.13%38.24%
HSB/HSV105°40.16%47.84%
CMYK30.33%0.00%40.16%
52.16%

Color #557A49 in popluar number systems.

HEX557A49
Decimal8512273
Binary101010111110101001001
Octal125172111

Shades and tints

Shades of #557A49

#557A49
(85,122,73)
#4E6F43
(78,111,67)
#47643D
(71,100,61)
#405937
(64,89,55)
#394E31
(57,78,49)
#32432B
(50,67,43)
#2B3825
(43,56,37)
#242D1F
(36,45,31)
#1D2219
(29,34,25)
#161713
(22,23,19)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #557A49

#557A49
(85,122,73)
#648659
(100,134,89)
#739269
(115,146,105)
#829E79
(130,158,121)
#91AA89
(145,170,137)
#A0B699
(160,182,153)
#AFC2A9
(175,194,169)
#BECEB9
(190,206,185)
#CDDAC9
(205,218,201)
#DCE6D9
(220,230,217)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557A49; }

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

This text font color is #557A49.


Background Color

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

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

This div background color is #557A49.


Border color

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

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

This div border color is #557A49.


Opacity

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

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

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

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

This text has shadow with #557A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557A49 on black background.


Color preview on white background

This text has color #557A49 on white background.



Black color preview on #557A49 background

This text has black color on #557A49 background.


White color preview on #557A49 background

This text has white color on #557A49 background.