COLOR #574740

HEX: #574740
RGB: (87,71,64)

Renk bilgisi

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

RGB renk modeli

#574740 color RGB value is (87,71,64).

  • kırmız ton 87;
  • yeşil ton 71;
  • mavi ton 64.
RGB:
(87,71,64)
(34%,28%,25%)

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 71 of 255 = 28%
B 64 of 255 = 25%

87
71
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 71 + 64 = 222 (100%)
R 87 of 222 ~ 39.19%
G 71 of 222 ~ 31.98%
B 64 of 222 ~ 28.83%

%39.19
%31.98
%28.83

CMYK RENK MODELİ

#574740 rengi CMYK tonu (0,18,26,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.39%
  • sarı tonu 26.44%
  • ana renk tonu 65.88%
CMYK:
(0,18,26,66)
C0M18Y26K66 
(0%,18%,26%,66%)
(0.00/0.18/0.26/0.66)	

CMYK yüzdeleri

%0
%18.39
%26.44
%65.88

Codes

Color #574740 in popluar color models

574740
RGB877164
HSL18°15.23%29.61%
HSB/HSV18°26.44%34.12%
CMYK0.00%18.39%26.44%
65.88%

Color #574740 in popluar number systems.

HEX574740
Decimal877164
Binary101011110001111000000
Octal127107100

Shades and tints

Shades of #574740

#574740
(87,71,64)
#50413B
(80,65,59)
#493B36
(73,59,54)
#423531
(66,53,49)
#3B2F2C
(59,47,44)
#342927
(52,41,39)
#2D2322
(45,35,34)
#261D1D
(38,29,29)
#1F1718
(31,23,24)
#181113
(24,17,19)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #574740

#574740
(87,71,64)
#665751
(102,87,81)
#756762
(117,103,98)
#847773
(132,119,115)
#938784
(147,135,132)
#A29795
(162,151,149)
#B1A7A6
(177,167,166)
#C0B7B7
(192,183,183)
#CFC7C8
(207,199,200)
#DED7D9
(222,215,217)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574740 color. Also use rgb(87,71,64) instead hex code.

Text Font Color

.myTextColor { color: #574740; }

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

This text font color is #574740.


Background Color

.myBgColor { background-color: #574740; }

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

This div background color is #574740.


Border color

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

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

This div border color is #574740.


Opacity

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

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

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

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

This text has shadow with #574740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574740 on black background.


Color preview on white background

This text has color #574740 on white background.



Black color preview on #574740 background

This text has black color on #574740 background.


White color preview on #574740 background

This text has white color on #574740 background.