COLOR #576B58

HEX: #576B58
RGB: (87,107,88)

Renk bilgisi

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

RGB renk modeli

#576B58 color RGB value is (87,107,88).

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

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 107 of 255 = 42%
B 88 of 255 = 35%

87
107
88

R + G + B ~ 37%. #576B58 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 107 + 88 = 282 (100%)
R 87 of 282 ~ 30.85%
G 107 of 282 ~ 37.94%
B 88 of 282 ~ 31.21%

%30.85
%37.94
%31.21

CMYK RENK MODELİ

#576B58 rengi CMYK tonu (19,0,18,58).

  • camgöbeği tonu 18.69%
  • eflatun tonu 0.00%
  • sarı tonu 17.76%
  • ana renk tonu 58.04%
CMYK:
(19,0,18,58)
C19M0Y18K58 
(19%,0%,18%,58%)
(0.19/0.00/0.18/0.58)	

CMYK yüzdeleri

%18.69
%0
%17.76
%58.04

Codes

Color #576B58 in popluar color models

576B58
RGB8710788
HSL123°10.31%38.04%
HSB/HSV123°18.69%41.96%
CMYK18.69%0.00%17.76%
58.04%

Color #576B58 in popluar number systems.

HEX576B58
Decimal8710788
Binary101011111010111011000
Octal127153130

Shades and tints

Shades of #576B58

#576B58
(87,107,88)
#506250
(80,98,80)
#495948
(73,89,72)
#425040
(66,80,64)
#3B4738
(59,71,56)
#343E30
(52,62,48)
#2D3528
(45,53,40)
#262C20
(38,44,32)
#1F2318
(31,35,24)
#181A10
(24,26,16)
#111108
(17,17,8)
#000000
(0,0,0)

Tints of #576B58

#576B58
(87,107,88)
#667867
(102,120,103)
#758576
(117,133,118)
#849285
(132,146,133)
#939F94
(147,159,148)
#A2ACA3
(162,172,163)
#B1B9B2
(177,185,178)
#C0C6C1
(192,198,193)
#CFD3D0
(207,211,208)
#DEE0DF
(222,224,223)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576B58; }

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

This text font color is #576B58.


Background Color

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

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

This div background color is #576B58.


Border color

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

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

This div border color is #576B58.


Opacity

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

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

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

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

This text has shadow with #576B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576B58 on black background.


Color preview on white background

This text has color #576B58 on white background.



Black color preview on #576B58 background

This text has black color on #576B58 background.


White color preview on #576B58 background

This text has white color on #576B58 background.