COLOR #57474A

HEX: #57474A
RGB: (87,71,74)

Renk bilgisi

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

RGB renk modeli

#57474A color RGB value is (87,71,74).

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

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 71 of 255 = 28%
B 74 of 255 = 29%

87
71
74

R + G + B ~ 30%. #57474A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 71 + 74 = 232 (100%)
R 87 of 232 ~ 37.5%
G 71 of 232 ~ 30.6%
B 74 of 232 ~ 31.9%

%37.5
%30.6
%31.9

CMYK RENK MODELİ

#57474A rengi CMYK tonu (0,18,15,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.39%
  • sarı tonu 14.94%
  • ana renk tonu 65.88%
CMYK:
(0,18,15,66)
C0M18Y15K66 
(0%,18%,15%,66%)
(0.00/0.18/0.15/0.66)	

CMYK yüzdeleri

%0
%18.39
%14.94
%65.88

Codes

Color #57474A in popluar color models

57474A
RGB877174
HSL349°10.13%30.98%
HSB/HSV349°18.39%34.12%
CMYK0.00%18.39%14.94%
65.88%

Color #57474A in popluar number systems.

HEX57474A
Decimal877174
Binary101011110001111001010
Octal127107112

Shades and tints

Shades of #57474A

#57474A
(87,71,74)
#504144
(80,65,68)
#493B3E
(73,59,62)
#423538
(66,53,56)
#3B2F32
(59,47,50)
#34292C
(52,41,44)
#2D2326
(45,35,38)
#261D20
(38,29,32)
#1F171A
(31,23,26)
#181114
(24,17,20)
#110B0E
(17,11,14)
#000000
(0,0,0)

Tints of #57474A

#57474A
(87,71,74)
#66575A
(102,87,90)
#75676A
(117,103,106)
#84777A
(132,119,122)
#93878A
(147,135,138)
#A2979A
(162,151,154)
#B1A7AA
(177,167,170)
#C0B7BA
(192,183,186)
#CFC7CA
(207,199,202)
#DED7DA
(222,215,218)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57474A; }

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

This text font color is #57474A.


Background Color

.myBgColor { background-color: #57474A; }

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

This div background color is #57474A.


Border color

.myBorderColor { border: 1px solid #57474A; }

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

This div border color is #57474A.


Opacity

.myOpacity80 { color: #57474A; opacity: 0.8; }

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

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

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

This text has shadow with #57474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57474A on black background.


Color preview on white background

This text has color #57474A on white background.



Black color preview on #57474A background

This text has black color on #57474A background.


White color preview on #57474A background

This text has white color on #57474A background.