COLOR #576B61

HEX: #576B61
RGB: (87,107,97)

Renk bilgisi

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

RGB renk modeli

#576B61 color RGB value is (87,107,97).

  • kırmız ton 87;
  • yeşil ton 107;
  • mavi ton 97.
RGB:
(87,107,97)
(34%,42%,38%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 107 of 255 = 42%
B 97 of 255 = 38%

87
107
97

R + G + B ~ 38%. #576B61 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 107 + 97 = 291 (100%)
R 87 of 291 ~ 29.9%
G 107 of 291 ~ 36.77%
B 97 of 291 ~ 33.33%

%29.9
%36.77
%33.33

CMYK RENK MODELİ

#576B61 rengi CMYK tonu (19,0,9,58).

  • camgöbeği tonu 18.69%
  • eflatun tonu 0.00%
  • sarı tonu 9.35%
  • ana renk tonu 58.04%
CMYK:
(19,0,9,58)
C19M0Y9K58 
(19%,0%,9%,58%)
(0.19/0.00/0.09/0.58)	

CMYK yüzdeleri

%18.69
%0
%9.35
%58.04

Codes

Color #576B61 in popluar color models

576B61
RGB8710797
HSL150°10.31%38.04%
HSB/HSV150°18.69%41.96%
CMYK18.69%0.00%9.35%
58.04%

Color #576B61 in popluar number systems.

HEX576B61
Decimal8710797
Binary101011111010111100001
Octal127153141

Shades and tints

Shades of #576B61

#576B61
(87,107,97)
#506259
(80,98,89)
#495951
(73,89,81)
#425049
(66,80,73)
#3B4741
(59,71,65)
#343E39
(52,62,57)
#2D3531
(45,53,49)
#262C29
(38,44,41)
#1F2321
(31,35,33)
#181A19
(24,26,25)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #576B61

#576B61
(87,107,97)
#66786F
(102,120,111)
#75857D
(117,133,125)
#84928B
(132,146,139)
#939F99
(147,159,153)
#A2ACA7
(162,172,167)
#B1B9B5
(177,185,181)
#C0C6C3
(192,198,195)
#CFD3D1
(207,211,209)
#DEE0DF
(222,224,223)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576B61 color. Also use rgb(87,107,97) instead hex code.

Text Font Color

.myTextColor { color: #576B61; }

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

This text font color is #576B61.


Background Color

.myBgColor { background-color: #576B61; }

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

This div background color is #576B61.


Border color

.myBorderColor { border: 1px solid #576B61; }

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

This div border color is #576B61.


Opacity

.myOpacity80 { color: #576B61; opacity: 0.8; }

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

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

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

This text has shadow with #576B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B61 on black background.


Color preview on white background

This text has color #576B61 on white background.



Black color preview on #576B61 background

This text has black color on #576B61 background.


White color preview on #576B61 background

This text has white color on #576B61 background.