COLOR #584D4A

HEX: #584D4A
RGB: (88,77,74)

Renk bilgisi

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

RGB renk modeli

#584D4A color RGB value is (88,77,74).

  • kırmız ton 88;
  • yeşil ton 77;
  • mavi ton 74.
RGB:
(88,77,74)
(35%,30%,29%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 77 of 255 = 30%
B 74 of 255 = 29%

88
77
74

R + G + B ~ 31%. #584D4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 77 + 74 = 239 (100%)
R 88 of 239 ~ 36.82%
G 77 of 239 ~ 32.22%
B 74 of 239 ~ 30.96%

%36.82
%32.22
%30.96

CMYK RENK MODELİ

#584D4A rengi CMYK tonu (0,13,16,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 15.91%
  • ana renk tonu 65.49%
CMYK:
(0,13,16,65)
C0M13Y16K65 
(0%,13%,16%,65%)
(0.00/0.13/0.16/0.65)	

CMYK yüzdeleri

%0
%12.5
%15.91
%65.49

Codes

Color #584D4A in popluar color models

584D4A
RGB887774
HSL13°8.64%31.76%
HSB/HSV13°15.91%34.51%
CMYK0.00%12.50%15.91%
65.49%

Color #584D4A in popluar number systems.

HEX584D4A
Decimal887774
Binary101100010011011001010
Octal130115112

Shades and tints

Shades of #584D4A

#584D4A
(88,77,74)
#504644
(80,70,68)
#483F3E
(72,63,62)
#403838
(64,56,56)
#383132
(56,49,50)
#302A2C
(48,42,44)
#282326
(40,35,38)
#201C20
(32,28,32)
#18151A
(24,21,26)
#100E14
(16,14,20)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #584D4A

#584D4A
(88,77,74)
#675D5A
(103,93,90)
#766D6A
(118,109,106)
#857D7A
(133,125,122)
#948D8A
(148,141,138)
#A39D9A
(163,157,154)
#B2ADAA
(178,173,170)
#C1BDBA
(193,189,186)
#D0CDCA
(208,205,202)
#DFDDDA
(223,221,218)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584D4A color. Also use rgb(88,77,74) instead hex code.

Text Font Color

.myTextColor { color: #584D4A; }

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

This text font color is #584D4A.


Background Color

.myBgColor { background-color: #584D4A; }

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

This div background color is #584D4A.


Border color

.myBorderColor { border: 1px solid #584D4A; }

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

This div border color is #584D4A.


Opacity

.myOpacity80 { color: #584D4A; opacity: 0.8; }

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

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

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

This text has shadow with #584D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D4A on black background.


Color preview on white background

This text has color #584D4A on white background.



Black color preview on #584D4A background

This text has black color on #584D4A background.


White color preview on #584D4A background

This text has white color on #584D4A background.