COLOR #574746

HEX: #574746
RGB: (87,71,70)

Renk bilgisi

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

RGB renk modeli

#574746 color RGB value is (87,71,70).

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

RGB bağlantıları ve doygunluk

R 87 of 255 = 34%
G 71 of 255 = 28%
B 70 of 255 = 27%

87
71
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
87 + 71 + 70 = 228 (100%)
R 87 of 228 ~ 38.16%
G 71 of 228 ~ 31.14%
B 70 of 228 ~ 30.7%

%38.16
%31.14
%30.7

CMYK RENK MODELİ

#574746 rengi CMYK tonu (0,18,20,66).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.39%
  • sarı tonu 19.54%
  • ana renk tonu 65.88%
CMYK:
(0,18,20,66)
C0M18Y20K66 
(0%,18%,20%,66%)
(0.00/0.18/0.20/0.66)	

CMYK yüzdeleri

%0
%18.39
%19.54
%65.88

Codes

Color #574746 in popluar color models

574746
RGB877170
HSL10.83%30.78%
HSB/HSV19.54%34.12%
CMYK0.00%18.39%19.54%
65.88%

Color #574746 in popluar number systems.

HEX574746
Decimal877170
Binary101011110001111000110
Octal127107106

Shades and tints

Shades of #574746

#574746
(87,71,70)
#504140
(80,65,64)
#493B3A
(73,59,58)
#423534
(66,53,52)
#3B2F2E
(59,47,46)
#342928
(52,41,40)
#2D2322
(45,35,34)
#261D1C
(38,29,28)
#1F1716
(31,23,22)
#181110
(24,17,16)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #574746

#574746
(87,71,70)
#665756
(102,87,86)
#756766
(117,103,102)
#847776
(132,119,118)
#938786
(147,135,134)
#A29796
(162,151,150)
#B1A7A6
(177,167,166)
#C0B7B6
(192,183,182)
#CFC7C6
(207,199,198)
#DED7D6
(222,215,214)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #574746; }

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

This text font color is #574746.


Background Color

.myBgColor { background-color: #574746; }

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

This div background color is #574746.


Border color

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

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

This div border color is #574746.


Opacity

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

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

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

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

This text has shadow with #574746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574746 on black background.


Color preview on white background

This text has color #574746 on white background.



Black color preview on #574746 background

This text has black color on #574746 background.


White color preview on #574746 background

This text has white color on #574746 background.