COLOR #555A47

HEX: #555A47
RGB: (85,90,71)

Renk bilgisi

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

RGB renk modeli

#555A47 color RGB value is (85,90,71).

  • kırmız ton 85;
  • yeşil ton 90;
  • mavi ton 71.
RGB:
(85,90,71)
(33%,35%,28%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 90 of 255 = 35%
B 71 of 255 = 28%

85
90
71

R + G + B ~ 32%. #555A47 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 90 + 71 = 246 (100%)
R 85 of 246 ~ 34.55%
G 90 of 246 ~ 36.59%
B 71 of 246 ~ 28.86%

%34.55
%36.59
%28.86

CMYK RENK MODELİ

#555A47 rengi CMYK tonu (6,0,21,65).

  • camgöbeği tonu 5.56%
  • eflatun tonu 0.00%
  • sarı tonu 21.11%
  • ana renk tonu 64.71%
CMYK:
(6,0,21,65)
C6M0Y21K65 
(6%,0%,21%,65%)
(0.06/0.00/0.21/0.65)	

CMYK yüzdeleri

%5.56
%0
%21.11
%64.71

Codes

Color #555A47 in popluar color models

555A47
RGB859071
HSL76°11.80%31.57%
HSB/HSV76°21.11%35.29%
CMYK5.56%0.00%21.11%
64.71%

Color #555A47 in popluar number systems.

HEX555A47
Decimal859071
Binary101010110110101000111
Octal125132107

Shades and tints

Shades of #555A47

#555A47
(85,90,71)
#4E5241
(78,82,65)
#474A3B
(71,74,59)
#404235
(64,66,53)
#393A2F
(57,58,47)
#323229
(50,50,41)
#2B2A23
(43,42,35)
#24221D
(36,34,29)
#1D1A17
(29,26,23)
#161211
(22,18,17)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #555A47

#555A47
(85,90,71)
#646957
(100,105,87)
#737867
(115,120,103)
#828777
(130,135,119)
#919687
(145,150,135)
#A0A597
(160,165,151)
#AFB4A7
(175,180,167)
#BEC3B7
(190,195,183)
#CDD2C7
(205,210,199)
#DCE1D7
(220,225,215)
#EBF0E7
(235,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555A47 color. Also use rgb(85,90,71) instead hex code.

Text Font Color

.myTextColor { color: #555A47; }

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

This text font color is #555A47.


Background Color

.myBgColor { background-color: #555A47; }

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

This div background color is #555A47.


Border color

.myBorderColor { border: 1px solid #555A47; }

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

This div border color is #555A47.


Opacity

.myOpacity80 { color: #555A47; opacity: 0.8; }

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

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

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

This text has shadow with #555A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A47 on black background.


Color preview on white background

This text has color #555A47 on white background.



Black color preview on #555A47 background

This text has black color on #555A47 background.


White color preview on #555A47 background

This text has white color on #555A47 background.