COLOR #583249

HEX: #583249
RGB: (88,50,73)

Renk bilgisi

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

RGB renk modeli

#583249 color RGB value is (88,50,73).

  • kırmız ton 88;
  • yeşil ton 50;
  • mavi ton 73.
RGB:
(88,50,73)
(35%,20%,29%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 50 of 255 = 20%
B 73 of 255 = 29%

88
50
73

R + G + B ~ 28%. #583249 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 50 + 73 = 211 (100%)
R 88 of 211 ~ 41.71%
G 50 of 211 ~ 23.7%
B 73 of 211 ~ 34.6%

%41.71
%23.7
%34.6

CMYK RENK MODELİ

#583249 rengi CMYK tonu (0,43,17,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.18%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(0,43,17,65)
C0M43Y17K65 
(0%,43%,17%,65%)
(0.00/0.43/0.17/0.65)	

CMYK yüzdeleri

%0
%43.18
%17.05
%65.49

Codes

Color #583249 in popluar color models

583249
RGB885073
HSL324°27.54%27.06%
HSB/HSV324°43.18%34.51%
CMYK0.00%43.18%17.05%
65.49%

Color #583249 in popluar number systems.

HEX583249
Decimal885073
Binary10110001100101001001
Octal13062111

Shades and tints

Shades of #583249

#583249
(88,50,73)
#502E43
(80,46,67)
#482A3D
(72,42,61)
#402637
(64,38,55)
#382231
(56,34,49)
#301E2B
(48,30,43)
#281A25
(40,26,37)
#20161F
(32,22,31)
#181219
(24,18,25)
#100E13
(16,14,19)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #583249

#583249
(88,50,73)
#674459
(103,68,89)
#765669
(118,86,105)
#856879
(133,104,121)
#947A89
(148,122,137)
#A38C99
(163,140,153)
#B29EA9
(178,158,169)
#C1B0B9
(193,176,185)
#D0C2C9
(208,194,201)
#DFD4D9
(223,212,217)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583249; }

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

This text font color is #583249.


Background Color

.myBgColor { background-color: #583249; }

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

This div background color is #583249.


Border color

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

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

This div border color is #583249.


Opacity

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

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

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

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

This text has shadow with #583249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583249 on black background.


Color preview on white background

This text has color #583249 on white background.



Black color preview on #583249 background

This text has black color on #583249 background.


White color preview on #583249 background

This text has white color on #583249 background.