COLOR #576F51

HEX: #576F51
RGB: (87,111,81)

Renk bilgisi

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

RGB renk modeli

#576F51 color RGB value is (87,111,81).

  • kırmız ton 87;
  • yeşil ton 111;
  • mavi ton 81.
RGB:
(87,111,81)
(34%,44%,32%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 111 of 255 = 44%
B 81 of 255 = 32%

87
111
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 111 + 81 = 279 (100%)
R 87 of 279 ~ 31.18%
G 111 of 279 ~ 39.78%
B 81 of 279 ~ 29.03%

%31.18
%39.78
%29.03

CMYK RENK MODELİ

#576F51 rengi CMYK tonu (22,0,27,56).

  • camgöbeği tonu 21.62%
  • eflatun tonu 0.00%
  • sarı tonu 27.03%
  • ana renk tonu 56.47%
CMYK:
(22,0,27,56)
C22M0Y27K56 
(22%,0%,27%,56%)
(0.22/0.00/0.27/0.56)	

CMYK yüzdeleri

%21.62
%0
%27.03
%56.47

Codes

Color #576F51 in popluar color models

576F51
RGB8711181
HSL108°15.63%37.65%
HSB/HSV108°27.03%43.53%
CMYK21.62%0.00%27.03%
56.47%

Color #576F51 in popluar number systems.

HEX576F51
Decimal8711181
Binary101011111011111010001
Octal127157121

Shades and tints

Shades of #576F51

#576F51
(87,111,81)
#50654A
(80,101,74)
#495B43
(73,91,67)
#42513C
(66,81,60)
#3B4735
(59,71,53)
#343D2E
(52,61,46)
#2D3327
(45,51,39)
#262920
(38,41,32)
#1F1F19
(31,31,25)
#181512
(24,21,18)
#110B0B
(17,11,11)
#000000
(0,0,0)

Tints of #576F51

#576F51
(87,111,81)
#667C60
(102,124,96)
#75896F
(117,137,111)
#84967E
(132,150,126)
#93A38D
(147,163,141)
#A2B09C
(162,176,156)
#B1BDAB
(177,189,171)
#C0CABA
(192,202,186)
#CFD7C9
(207,215,201)
#DEE4D8
(222,228,216)
#EDF1E7
(237,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576F51 color. Also use rgb(87,111,81) instead hex code.

Text Font Color

.myTextColor { color: #576F51; }

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

This text font color is #576F51.


Background Color

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

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

This div background color is #576F51.


Border color

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

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

This div border color is #576F51.


Opacity

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

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

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

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

This text has shadow with #576F51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576F51 on black background.


Color preview on white background

This text has color #576F51 on white background.



Black color preview on #576F51 background

This text has black color on #576F51 background.


White color preview on #576F51 background

This text has white color on #576F51 background.