COLOR #556555

HEX: #556555
RGB: (85,101,85)

Renk bilgisi

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

RGB renk modeli

#556555 color RGB value is (85,101,85).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 101 of 255 = 40%
B 85 of 255 = 33%

85
101
85

R + G + B ~ 35%. #556555 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 101 + 85 = 271 (100%)
R 85 of 271 ~ 31.37%
G 101 of 271 ~ 37.27%
B 85 of 271 ~ 31.37%

%31.37
%37.27
%31.37

CMYK RENK MODELİ

#556555 rengi CMYK tonu (16,0,16,60).

  • camgöbeği tonu 15.84%
  • eflatun tonu 0.00%
  • sarı tonu 15.84%
  • ana renk tonu 60.39%
CMYK:
(16,0,16,60)
C16M0Y16K60 
(16%,0%,16%,60%)
(0.16/0.00/0.16/0.60)	

CMYK yüzdeleri

%15.84
%0
%15.84
%60.39

Codes

Color #556555 in popluar color models

556555
RGB8510185
HSL120°8.60%36.47%
HSB/HSV120°15.84%39.61%
CMYK15.84%0.00%15.84%
60.39%

Color #556555 in popluar number systems.

HEX556555
Decimal8510185
Binary101010111001011010101
Octal125145125

Shades and tints

Shades of #556555

#556555
(85,101,85)
#4E5C4E
(78,92,78)
#475347
(71,83,71)
#404A40
(64,74,64)
#394139
(57,65,57)
#323832
(50,56,50)
#2B2F2B
(43,47,43)
#242624
(36,38,36)
#1D1D1D
(29,29,29)
#161416
(22,20,22)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #556555

#556555
(85,101,85)
#647364
(100,115,100)
#738173
(115,129,115)
#828F82
(130,143,130)
#919D91
(145,157,145)
#A0ABA0
(160,171,160)
#AFB9AF
(175,185,175)
#BEC7BE
(190,199,190)
#CDD5CD
(205,213,205)
#DCE3DC
(220,227,220)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556555; }

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

This text font color is #556555.


Background Color

.myBgColor { background-color: #556555; }

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

This div background color is #556555.


Border color

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

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

This div border color is #556555.


Opacity

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

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

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

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

This text has shadow with #556555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556555 on black background.


Color preview on white background

This text has color #556555 on white background.



Black color preview on #556555 background

This text has black color on #556555 background.


White color preview on #556555 background

This text has white color on #556555 background.