COLOR #583449

HEX: #583449
RGB: (88,52,73)

Renk bilgisi

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

RGB renk modeli

#583449 color RGB value is (88,52,73).

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

RGB bağlantıları ve doygunluk

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

88
52
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 52 + 73 = 213 (100%)
R 88 of 213 ~ 41.31%
G 52 of 213 ~ 24.41%
B 73 of 213 ~ 34.27%

%41.31
%24.41
%34.27

CMYK RENK MODELİ

#583449 rengi CMYK tonu (0,41,17,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.91%
  • sarı tonu 17.05%
  • ana renk tonu 65.49%
CMYK:
(0,41,17,65)
C0M41Y17K65 
(0%,41%,17%,65%)
(0.00/0.41/0.17/0.65)	

CMYK yüzdeleri

%0
%40.91
%17.05
%65.49

Codes

Color #583449 in popluar color models

583449
RGB885273
HSL325°25.71%27.45%
HSB/HSV325°40.91%34.51%
CMYK0.00%40.91%17.05%
65.49%

Color #583449 in popluar number systems.

HEX583449
Decimal885273
Binary10110001101001001001
Octal13064111

Shades and tints

Shades of #583449

#583449
(88,52,73)
#503043
(80,48,67)
#482C3D
(72,44,61)
#402837
(64,40,55)
#382431
(56,36,49)
#30202B
(48,32,43)
#281C25
(40,28,37)
#20181F
(32,24,31)
#181419
(24,20,25)
#101013
(16,16,19)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #583449

#583449
(88,52,73)
#674659
(103,70,89)
#765869
(118,88,105)
#856A79
(133,106,121)
#947C89
(148,124,137)
#A38E99
(163,142,153)
#B2A0A9
(178,160,169)
#C1B2B9
(193,178,185)
#D0C4C9
(208,196,201)
#DFD6D9
(223,214,217)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #583449; }

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

This text font color is #583449.


Background Color

.myBgColor { background-color: #583449; }

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

This div background color is #583449.


Border color

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

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

This div border color is #583449.


Opacity

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

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

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

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

This text has shadow with #583449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #583449 on black background.


Color preview on white background

This text has color #583449 on white background.



Black color preview on #583449 background

This text has black color on #583449 background.


White color preview on #583449 background

This text has white color on #583449 background.