COLOR #556B4D

HEX: #556B4D
RGB: (85,107,77)

Renk bilgisi

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

RGB renk modeli

#556B4D color RGB value is (85,107,77).

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

RGB bağlantıları ve doygunluk

R 85 of 255 = 33%
G 107 of 255 = 42%
B 77 of 255 = 30%

85
107
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
85 + 107 + 77 = 269 (100%)
R 85 of 269 ~ 31.6%
G 107 of 269 ~ 39.78%
B 77 of 269 ~ 28.62%

%31.6
%39.78
%28.62

CMYK RENK MODELİ

#556B4D rengi CMYK tonu (21,0,28,58).

  • camgöbeği tonu 20.56%
  • eflatun tonu 0.00%
  • sarı tonu 28.04%
  • ana renk tonu 58.04%
CMYK:
(21,0,28,58)
C21M0Y28K58 
(21%,0%,28%,58%)
(0.21/0.00/0.28/0.58)	

CMYK yüzdeleri

%20.56
%0
%28.04
%58.04

Codes

Color #556B4D in popluar color models

556B4D
RGB8510777
HSL104°16.30%36.08%
HSB/HSV104°28.04%41.96%
CMYK20.56%0.00%28.04%
58.04%

Color #556B4D in popluar number systems.

HEX556B4D
Decimal8510777
Binary101010111010111001101
Octal125153115

Shades and tints

Shades of #556B4D

#556B4D
(85,107,77)
#4E6246
(78,98,70)
#47593F
(71,89,63)
#405038
(64,80,56)
#394731
(57,71,49)
#323E2A
(50,62,42)
#2B3523
(43,53,35)
#242C1C
(36,44,28)
#1D2315
(29,35,21)
#161A0E
(22,26,14)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #556B4D

#556B4D
(85,107,77)
#64785D
(100,120,93)
#73856D
(115,133,109)
#82927D
(130,146,125)
#919F8D
(145,159,141)
#A0AC9D
(160,172,157)
#AFB9AD
(175,185,173)
#BEC6BD
(190,198,189)
#CDD3CD
(205,211,205)
#DCE0DD
(220,224,221)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556B4D; }

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

This text font color is #556B4D.


Background Color

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

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

This div background color is #556B4D.


Border color

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

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

This div border color is #556B4D.


Opacity

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

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

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

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

This text has shadow with #556B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556B4D on black background.


Color preview on white background

This text has color #556B4D on white background.



Black color preview on #556B4D background

This text has black color on #556B4D background.


White color preview on #556B4D background

This text has white color on #556B4D background.