COLOR #557249

HEX: #557249
RGB: (85,114,73)

Renk bilgisi

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

RGB renk modeli

#557249 color RGB value is (85,114,73).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 114 of 255 = 45%
B 73 of 255 = 29%

85
114
73

R + G + B ~ 36%. #557249 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 114 + 73 = 272 (100%)
R 85 of 272 ~ 31.25%
G 114 of 272 ~ 41.91%
B 73 of 272 ~ 26.84%

%31.25
%41.91
%26.84

CMYK RENK MODELİ

#557249 rengi CMYK tonu (25,0,36,55).

  • camgöbeği tonu 25.44%
  • eflatun tonu 0.00%
  • sarı tonu 35.96%
  • ana renk tonu 55.29%
CMYK:
(25,0,36,55)
C25M0Y36K55 
(25%,0%,36%,55%)
(0.25/0.00/0.36/0.55)	

CMYK yüzdeleri

%25.44
%0
%35.96
%55.29

Codes

Color #557249 in popluar color models

557249
RGB8511473
HSL102°21.93%36.67%
HSB/HSV102°35.96%44.71%
CMYK25.44%0.00%35.96%
55.29%

Color #557249 in popluar number systems.

HEX557249
Decimal8511473
Binary101010111100101001001
Octal125162111

Shades and tints

Shades of #557249

#557249
(85,114,73)
#4E6843
(78,104,67)
#475E3D
(71,94,61)
#405437
(64,84,55)
#394A31
(57,74,49)
#32402B
(50,64,43)
#2B3625
(43,54,37)
#242C1F
(36,44,31)
#1D2219
(29,34,25)
#161813
(22,24,19)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #557249

#557249
(85,114,73)
#647E59
(100,126,89)
#738A69
(115,138,105)
#829679
(130,150,121)
#91A289
(145,162,137)
#A0AE99
(160,174,153)
#AFBAA9
(175,186,169)
#BEC6B9
(190,198,185)
#CDD2C9
(205,210,201)
#DCDED9
(220,222,217)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557249; }

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

This text font color is #557249.


Background Color

.myBgColor { background-color: #557249; }

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

This div background color is #557249.


Border color

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

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

This div border color is #557249.


Opacity

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

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

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

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

This text has shadow with #557249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557249 on black background.


Color preview on white background

This text has color #557249 on white background.



Black color preview on #557249 background

This text has black color on #557249 background.


White color preview on #557249 background

This text has white color on #557249 background.