COLOR #584448

HEX: #584448
RGB: (88,68,72)

Renk bilgisi

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

RGB renk modeli

#584448 color RGB value is (88,68,72).

  • kırmız ton 88;
  • yeşil ton 68;
  • mavi ton 72.
RGB:
(88,68,72)
(35%,27%,28%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 68 of 255 = 27%
B 72 of 255 = 28%

88
68
72

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 68 + 72 = 228 (100%)
R 88 of 228 ~ 38.6%
G 68 of 228 ~ 29.82%
B 72 of 228 ~ 31.58%

%38.6
%29.82
%31.58

CMYK RENK MODELİ

#584448 rengi CMYK tonu (0,23,18,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.73%
  • sarı tonu 18.18%
  • ana renk tonu 65.49%
CMYK:
(0,23,18,65)
C0M23Y18K65 
(0%,23%,18%,65%)
(0.00/0.23/0.18/0.65)	

CMYK yüzdeleri

%0
%22.73
%18.18
%65.49

Codes

Color #584448 in popluar color models

584448
RGB886872
HSL348°12.82%30.59%
HSB/HSV348°22.73%34.51%
CMYK0.00%22.73%18.18%
65.49%

Color #584448 in popluar number systems.

HEX584448
Decimal886872
Binary101100010001001001000
Octal130104110

Shades and tints

Shades of #584448

#584448
(88,68,72)
#503E42
(80,62,66)
#48383C
(72,56,60)
#403236
(64,50,54)
#382C30
(56,44,48)
#30262A
(48,38,42)
#282024
(40,32,36)
#201A1E
(32,26,30)
#181418
(24,20,24)
#100E12
(16,14,18)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #584448

#584448
(88,68,72)
#675558
(103,85,88)
#766668
(118,102,104)
#857778
(133,119,120)
#948888
(148,136,136)
#A39998
(163,153,152)
#B2AAA8
(178,170,168)
#C1BBB8
(193,187,184)
#D0CCC8
(208,204,200)
#DFDDD8
(223,221,216)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584448 color. Also use rgb(88,68,72) instead hex code.

Text Font Color

.myTextColor { color: #584448; }

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

This text font color is #584448.


Background Color

.myBgColor { background-color: #584448; }

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

This div background color is #584448.


Border color

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

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

This div border color is #584448.


Opacity

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

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

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

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

This text has shadow with #584448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584448 on black background.


Color preview on white background

This text has color #584448 on white background.



Black color preview on #584448 background

This text has black color on #584448 background.


White color preview on #584448 background

This text has white color on #584448 background.