COLOR #556955

HEX: #556955
RGB: (85,105,85)

Renk bilgisi

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

RGB renk modeli

#556955 color RGB value is (85,105,85).

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

RGB bağlantıları ve doygunluk

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

85
105
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 105 + 85 = 275 (100%)
R 85 of 275 ~ 30.91%
G 105 of 275 ~ 38.18%
B 85 of 275 ~ 30.91%

%30.91
%38.18
%30.91

CMYK RENK MODELİ

#556955 rengi CMYK tonu (19,0,19,59).

  • camgöbeği tonu 19.05%
  • eflatun tonu 0.00%
  • sarı tonu 19.05%
  • ana renk tonu 58.82%
CMYK:
(19,0,19,59)
C19M0Y19K59 
(19%,0%,19%,59%)
(0.19/0.00/0.19/0.59)	

CMYK yüzdeleri

%19.05
%0
%19.05
%58.82

Codes

Color #556955 in popluar color models

556955
RGB8510585
HSL120°10.53%37.25%
HSB/HSV120°19.05%41.18%
CMYK19.05%0.00%19.05%
58.82%

Color #556955 in popluar number systems.

HEX556955
Decimal8510585
Binary101010111010011010101
Octal125151125

Shades and tints

Shades of #556955

#556955
(85,105,85)
#4E604E
(78,96,78)
#475747
(71,87,71)
#404E40
(64,78,64)
#394539
(57,69,57)
#323C32
(50,60,50)
#2B332B
(43,51,43)
#242A24
(36,42,36)
#1D211D
(29,33,29)
#161816
(22,24,22)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #556955

#556955
(85,105,85)
#647664
(100,118,100)
#738373
(115,131,115)
#829082
(130,144,130)
#919D91
(145,157,145)
#A0AAA0
(160,170,160)
#AFB7AF
(175,183,175)
#BEC4BE
(190,196,190)
#CDD1CD
(205,209,205)
#DCDEDC
(220,222,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556955; }

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

This text font color is #556955.


Background Color

.myBgColor { background-color: #556955; }

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

This div background color is #556955.


Border color

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

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

This div border color is #556955.


Opacity

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

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

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

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

This text has shadow with #556955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556955 on black background.


Color preview on white background

This text has color #556955 on white background.



Black color preview on #556955 background

This text has black color on #556955 background.


White color preview on #556955 background

This text has white color on #556955 background.