COLOR #575137

HEX: #575137
RGB: (87,81,55)

Renk bilgisi

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

RGB renk modeli

#575137 color RGB value is (87,81,55).

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

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 81 of 255 = 32%
B 55 of 255 = 22%

87
81
55

R + G + B ~ 29%. #575137 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 81 + 55 = 223 (100%)
R 87 of 223 ~ 39.01%
G 81 of 223 ~ 36.32%
B 55 of 223 ~ 24.66%

%39.01
%36.32
%24.66

CMYK RENK MODELİ

#575137 rengi CMYK tonu (0,7,37,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.90%
  • sarı tonu 36.78%
  • ana renk tonu 65.88%
CMYK:
(0,7,37,66)
C0M7Y37K66 
(0%,7%,37%,66%)
(0.00/0.07/0.37/0.66)	

CMYK yüzdeleri

%0
%6.9
%36.78
%65.88

Codes

Color #575137 in popluar color models

575137
RGB878155
HSL49°22.54%27.84%
HSB/HSV49°36.78%34.12%
CMYK0.00%6.90%36.78%
65.88%

Color #575137 in popluar number systems.

HEX575137
Decimal878155
Binary10101111010001110111
Octal12712167

Shades and tints

Shades of #575137

#575137
(87,81,55)
#504A32
(80,74,50)
#49432D
(73,67,45)
#423C28
(66,60,40)
#3B3523
(59,53,35)
#342E1E
(52,46,30)
#2D2719
(45,39,25)
#262014
(38,32,20)
#1F190F
(31,25,15)
#18120A
(24,18,10)
#110B05
(17,11,5)
#000000
(0,0,0)

Tints of #575137

#575137
(87,81,55)
#666049
(102,96,73)
#756F5B
(117,111,91)
#847E6D
(132,126,109)
#938D7F
(147,141,127)
#A29C91
(162,156,145)
#B1ABA3
(177,171,163)
#C0BAB5
(192,186,181)
#CFC9C7
(207,201,199)
#DED8D9
(222,216,217)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575137; }

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

This text font color is #575137.


Background Color

.myBgColor { background-color: #575137; }

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

This div background color is #575137.


Border color

.myBorderColor { border: 1px solid #575137; }

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

This div border color is #575137.


Opacity

.myOpacity80 { color: #575137; opacity: 0.8; }

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

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

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

This text has shadow with #575137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575137 on black background.


Color preview on white background

This text has color #575137 on white background.



Black color preview on #575137 background

This text has black color on #575137 background.


White color preview on #575137 background

This text has white color on #575137 background.