COLOR #556855

HEX: #556855
RGB: (85,104,85)

Renk bilgisi

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

RGB renk modeli

#556855 color RGB value is (85,104,85).

  • kırmız ton 85;
  • yeşil ton 104;
  • mavi ton 85.
RGB:
(85,104,85)
(33%,41%,33%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 104 of 255 = 41%
B 85 of 255 = 33%

85
104
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 104 + 85 = 274 (100%)
R 85 of 274 ~ 31.02%
G 104 of 274 ~ 37.96%
B 85 of 274 ~ 31.02%

%31.02
%37.96
%31.02

CMYK RENK MODELİ

#556855 rengi CMYK tonu (18,0,18,59).

  • camgöbeği tonu 18.27%
  • eflatun tonu 0.00%
  • sarı tonu 18.27%
  • ana renk tonu 59.22%
CMYK:
(18,0,18,59)
C18M0Y18K59 
(18%,0%,18%,59%)
(0.18/0.00/0.18/0.59)	

CMYK yüzdeleri

%18.27
%0
%18.27
%59.22

Codes

Color #556855 in popluar color models

556855
RGB8510485
HSL120°10.05%37.06%
HSB/HSV120°18.27%40.78%
CMYK18.27%0.00%18.27%
59.22%

Color #556855 in popluar number systems.

HEX556855
Decimal8510485
Binary101010111010001010101
Octal125150125

Shades and tints

Shades of #556855

#556855
(85,104,85)
#4E5F4E
(78,95,78)
#475647
(71,86,71)
#404D40
(64,77,64)
#394439
(57,68,57)
#323B32
(50,59,50)
#2B322B
(43,50,43)
#242924
(36,41,36)
#1D201D
(29,32,29)
#161716
(22,23,22)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #556855

#556855
(85,104,85)
#647564
(100,117,100)
#738273
(115,130,115)
#828F82
(130,143,130)
#919C91
(145,156,145)
#A0A9A0
(160,169,160)
#AFB6AF
(175,182,175)
#BEC3BE
(190,195,190)
#CDD0CD
(205,208,205)
#DCDDDC
(220,221,220)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556855; }

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

This text font color is #556855.


Background Color

.myBgColor { background-color: #556855; }

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

This div background color is #556855.


Border color

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

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

This div border color is #556855.


Opacity

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

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

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

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

This text has shadow with #556855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556855 on black background.


Color preview on white background

This text has color #556855 on white background.



Black color preview on #556855 background

This text has black color on #556855 background.


White color preview on #556855 background

This text has white color on #556855 background.