COLOR #584058

HEX: #584058
RGB: (88,64,88)

Renk bilgisi

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

RGB renk modeli

#584058 color RGB value is (88,64,88).

  • kırmız ton 88;
  • yeşil ton 64;
  • mavi ton 88.
RGB:
(88,64,88)
(35%,25%,35%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 64 of 255 = 25%
B 88 of 255 = 35%

88
64
88

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 64 + 88 = 240 (100%)
R 88 of 240 ~ 36.67%
G 64 of 240 ~ 26.67%
B 88 of 240 ~ 36.67%

%36.67
%26.67
%36.67

CMYK RENK MODELİ

#584058 rengi CMYK tonu (0,27,0,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.27%
  • sarı tonu 0.00%
  • ana renk tonu 65.49%
CMYK:
(0,27,0,65)
C0M27Y0K65 
(0%,27%,0%,65%)
(0.00/0.27/0.00/0.65)	

CMYK yüzdeleri

%0
%27.27
%0
%65.49

Codes

Color #584058 in popluar color models

584058
RGB886488
HSL300°15.79%29.80%
HSB/HSV300°27.27%34.51%
CMYK0.00%27.27%0.00%
65.49%

Color #584058 in popluar number systems.

HEX584058
Decimal886488
Binary101100010000001011000
Octal130100130

Shades and tints

Shades of #584058

#584058
(88,64,88)
#503B50
(80,59,80)
#483648
(72,54,72)
#403140
(64,49,64)
#382C38
(56,44,56)
#302730
(48,39,48)
#282228
(40,34,40)
#201D20
(32,29,32)
#181818
(24,24,24)
#101310
(16,19,16)
#080E08
(8,14,8)
#000000
(0,0,0)

Tints of #584058

#584058
(88,64,88)
#675167
(103,81,103)
#766276
(118,98,118)
#857385
(133,115,133)
#948494
(148,132,148)
#A395A3
(163,149,163)
#B2A6B2
(178,166,178)
#C1B7C1
(193,183,193)
#D0C8D0
(208,200,208)
#DFD9DF
(223,217,223)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584058; }

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

This text font color is #584058.


Background Color

.myBgColor { background-color: #584058; }

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

This div background color is #584058.


Border color

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

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

This div border color is #584058.


Opacity

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

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

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

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

This text has shadow with #584058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584058 on black background.


Color preview on white background

This text has color #584058 on white background.



Black color preview on #584058 background

This text has black color on #584058 background.


White color preview on #584058 background

This text has white color on #584058 background.