COLOR #584E4A

HEX: #584E4A
RGB: (88,78,74)

Renk bilgisi

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

RGB renk modeli

#584E4A color RGB value is (88,78,74).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 78 of 255 = 31%
B 74 of 255 = 29%

88
78
74

R + G + B ~ 32%. #584E4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 78 + 74 = 240 (100%)
R 88 of 240 ~ 36.67%
G 78 of 240 ~ 32.5%
B 74 of 240 ~ 30.83%

%36.67
%32.5
%30.83

CMYK RENK MODELİ

#584E4A rengi CMYK tonu (0,11,16,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.36%
  • sarı tonu 15.91%
  • ana renk tonu 65.49%
CMYK:
(0,11,16,65)
C0M11Y16K65 
(0%,11%,16%,65%)
(0.00/0.11/0.16/0.65)	

CMYK yüzdeleri

%0
%11.36
%15.91
%65.49

Codes

Color #584E4A in popluar color models

584E4A
RGB887874
HSL17°8.64%31.76%
HSB/HSV17°15.91%34.51%
CMYK0.00%11.36%15.91%
65.49%

Color #584E4A in popluar number systems.

HEX584E4A
Decimal887874
Binary101100010011101001010
Octal130116112

Shades and tints

Shades of #584E4A

#584E4A
(88,78,74)
#504744
(80,71,68)
#48403E
(72,64,62)
#403938
(64,57,56)
#383232
(56,50,50)
#302B2C
(48,43,44)
#282426
(40,36,38)
#201D20
(32,29,32)
#18161A
(24,22,26)
#100F14
(16,15,20)
#08080E
(8,8,14)
#000000
(0,0,0)

Tints of #584E4A

#584E4A
(88,78,74)
#675E5A
(103,94,90)
#766E6A
(118,110,106)
#857E7A
(133,126,122)
#948E8A
(148,142,138)
#A39E9A
(163,158,154)
#B2AEAA
(178,174,170)
#C1BEBA
(193,190,186)
#D0CECA
(208,206,202)
#DFDEDA
(223,222,218)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584E4A; }

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

This text font color is #584E4A.


Background Color

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

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

This div background color is #584E4A.


Border color

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

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

This div border color is #584E4A.


Opacity

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

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

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

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

This text has shadow with #584E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584E4A on black background.


Color preview on white background

This text has color #584E4A on white background.



Black color preview on #584E4A background

This text has black color on #584E4A background.


White color preview on #584E4A background

This text has white color on #584E4A background.