COLOR #584D46

HEX: #584D46
RGB: (88,77,70)

Renk bilgisi

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

RGB renk modeli

#584D46 color RGB value is (88,77,70).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 77 of 255 = 30%
B 70 of 255 = 27%

88
77
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 77 + 70 = 235 (100%)
R 88 of 235 ~ 37.45%
G 77 of 235 ~ 32.77%
B 70 of 235 ~ 29.79%

%37.45
%32.77
%29.79

CMYK RENK MODELİ

#584D46 rengi CMYK tonu (0,13,20,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.50%
  • sarı tonu 20.45%
  • ana renk tonu 65.49%
CMYK:
(0,13,20,65)
C0M13Y20K65 
(0%,13%,20%,65%)
(0.00/0.13/0.20/0.65)	

CMYK yüzdeleri

%0
%12.5
%20.45
%65.49

Codes

Color #584D46 in popluar color models

584D46
RGB887770
HSL23°11.39%30.98%
HSB/HSV23°20.45%34.51%
CMYK0.00%12.50%20.45%
65.49%

Color #584D46 in popluar number systems.

HEX584D46
Decimal887770
Binary101100010011011000110
Octal130115106

Shades and tints

Shades of #584D46

#584D46
(88,77,70)
#504640
(80,70,64)
#483F3A
(72,63,58)
#403834
(64,56,52)
#38312E
(56,49,46)
#302A28
(48,42,40)
#282322
(40,35,34)
#201C1C
(32,28,28)
#181516
(24,21,22)
#100E10
(16,14,16)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #584D46

#584D46
(88,77,70)
#675D56
(103,93,86)
#766D66
(118,109,102)
#857D76
(133,125,118)
#948D86
(148,141,134)
#A39D96
(163,157,150)
#B2ADA6
(178,173,166)
#C1BDB6
(193,189,182)
#D0CDC6
(208,205,198)
#DFDDD6
(223,221,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D46; }

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

This text font color is #584D46.


Background Color

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

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

This div background color is #584D46.


Border color

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

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

This div border color is #584D46.


Opacity

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

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

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

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

This text has shadow with #584D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D46 on black background.


Color preview on white background

This text has color #584D46 on white background.



Black color preview on #584D46 background

This text has black color on #584D46 background.


White color preview on #584D46 background

This text has white color on #584D46 background.