COLOR #576A49

HEX: #576A49
RGB: (87,106,73)

Renk bilgisi

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

RGB renk modeli

#576A49 color RGB value is (87,106,73).

  • kırmız ton 87;
  • yeşil ton 106;
  • mavi ton 73.
RGB:
(87,106,73)
(34%,42%,29%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 106 of 255 = 42%
B 73 of 255 = 29%

87
106
73

R + G + B ~ 35%. #576A49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 106 + 73 = 266 (100%)
R 87 of 266 ~ 32.71%
G 106 of 266 ~ 39.85%
B 73 of 266 ~ 27.44%

%32.71
%39.85
%27.44

CMYK RENK MODELİ

#576A49 rengi CMYK tonu (18,0,31,58).

  • camgöbeği tonu 17.92%
  • eflatun tonu 0.00%
  • sarı tonu 31.13%
  • ana renk tonu 58.43%
CMYK:
(18,0,31,58)
C18M0Y31K58 
(18%,0%,31%,58%)
(0.18/0.00/0.31/0.58)	

CMYK yüzdeleri

%17.92
%0
%31.13
%58.43

Codes

Color #576A49 in popluar color models

576A49
RGB8710673
HSL95°18.44%35.10%
HSB/HSV95°31.13%41.57%
CMYK17.92%0.00%31.13%
58.43%

Color #576A49 in popluar number systems.

HEX576A49
Decimal8710673
Binary101011111010101001001
Octal127152111

Shades and tints

Shades of #576A49

#576A49
(87,106,73)
#506143
(80,97,67)
#49583D
(73,88,61)
#424F37
(66,79,55)
#3B4631
(59,70,49)
#343D2B
(52,61,43)
#2D3425
(45,52,37)
#262B1F
(38,43,31)
#1F2219
(31,34,25)
#181913
(24,25,19)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #576A49

#576A49
(87,106,73)
#667759
(102,119,89)
#758469
(117,132,105)
#849179
(132,145,121)
#939E89
(147,158,137)
#A2AB99
(162,171,153)
#B1B8A9
(177,184,169)
#C0C5B9
(192,197,185)
#CFD2C9
(207,210,201)
#DEDFD9
(222,223,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #576A49 color. Also use rgb(87,106,73) instead hex code.

Text Font Color

.myTextColor { color: #576A49; }

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

This text font color is #576A49.


Background Color

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

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

This div background color is #576A49.


Border color

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

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

This div border color is #576A49.


Opacity

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

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

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

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

This text has shadow with #576A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576A49 on black background.


Color preview on white background

This text has color #576A49 on white background.



Black color preview on #576A49 background

This text has black color on #576A49 background.


White color preview on #576A49 background

This text has white color on #576A49 background.