COLOR #556B5D

HEX: #556B5D
RGB: (85,107,93)

Renk bilgisi

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

RGB renk modeli

#556B5D color RGB value is (85,107,93).

  • kırmız ton 85;
  • yeşil ton 107;
  • mavi ton 93.
RGB:
(85,107,93)
(33%,42%,36%)

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 107 of 255 = 42%
B 93 of 255 = 36%

85
107
93

R + G + B ~ 37%. #556B5D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 107 + 93 = 285 (100%)
R 85 of 285 ~ 29.82%
G 107 of 285 ~ 37.54%
B 93 of 285 ~ 32.63%

%29.82
%37.54
%32.63

CMYK RENK MODELİ

#556B5D rengi CMYK tonu (21,0,13,58).

  • camgöbeği tonu 20.56%
  • eflatun tonu 0.00%
  • sarı tonu 13.08%
  • ana renk tonu 58.04%
CMYK:
(21,0,13,58)
C21M0Y13K58 
(21%,0%,13%,58%)
(0.21/0.00/0.13/0.58)	

CMYK yüzdeleri

%20.56
%0
%13.08
%58.04

Codes

Color #556B5D in popluar color models

556B5D
RGB8510793
HSL142°11.46%37.65%
HSB/HSV142°20.56%41.96%
CMYK20.56%0.00%13.08%
58.04%

Color #556B5D in popluar number systems.

HEX556B5D
Decimal8510793
Binary101010111010111011101
Octal125153135

Shades and tints

Shades of #556B5D

#556B5D
(85,107,93)
#4E6255
(78,98,85)
#47594D
(71,89,77)
#405045
(64,80,69)
#39473D
(57,71,61)
#323E35
(50,62,53)
#2B352D
(43,53,45)
#242C25
(36,44,37)
#1D231D
(29,35,29)
#161A15
(22,26,21)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #556B5D

#556B5D
(85,107,93)
#64786B
(100,120,107)
#738579
(115,133,121)
#829287
(130,146,135)
#919F95
(145,159,149)
#A0ACA3
(160,172,163)
#AFB9B1
(175,185,177)
#BEC6BF
(190,198,191)
#CDD3CD
(205,211,205)
#DCE0DB
(220,224,219)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556B5D color. Also use rgb(85,107,93) instead hex code.

Text Font Color

.myTextColor { color: #556B5D; }

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

This text font color is #556B5D.


Background Color

.myBgColor { background-color: #556B5D; }

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

This div background color is #556B5D.


Border color

.myBorderColor { border: 1px solid #556B5D; }

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

This div border color is #556B5D.


Opacity

.myOpacity80 { color: #556B5D; opacity: 0.8; }

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

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

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

This text has shadow with #556B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556B5D on black background.


Color preview on white background

This text has color #556B5D on white background.



Black color preview on #556B5D background

This text has black color on #556B5D background.


White color preview on #556B5D background

This text has white color on #556B5D background.