COLOR #581D35

HEX: #581D35
RGB: (88,29,53)

Renk bilgisi

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

RGB renk modeli

#581D35 color RGB value is (88,29,53).

  • kırmız ton 88;
  • yeşil ton 29;
  • mavi ton 53.
RGB:
(88,29,53)
(35%,11%,21%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 29 of 255 = 11%
B 53 of 255 = 21%

88
29
53

R + G + B ~ 22%. #581D35 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 29 + 53 = 170 (100%)
R 88 of 170 ~ 51.76%
G 29 of 170 ~ 17.06%
B 53 of 170 ~ 31.18%

%51.76
%17.06
%31.18

CMYK RENK MODELİ

#581D35 rengi CMYK tonu (0,67,40,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.05%
  • sarı tonu 39.77%
  • ana renk tonu 65.49%
CMYK:
(0,67,40,65)
C0M67Y40K65 
(0%,67%,40%,65%)
(0.00/0.67/0.40/0.65)	

CMYK yüzdeleri

%0
%67.05
%39.77
%65.49

Codes

Color #581D35 in popluar color models

581D35
RGB882953
HSL336°50.43%22.94%
HSB/HSV336°67.05%34.51%
CMYK0.00%67.05%39.77%
65.49%

Color #581D35 in popluar number systems.

HEX581D35
Decimal882953
Binary101100011101110101
Octal1303565

Shades and tints

Shades of #581D35

#581D35
(88,29,53)
#501B31
(80,27,49)
#48192D
(72,25,45)
#401729
(64,23,41)
#381525
(56,21,37)
#301321
(48,19,33)
#28111D
(40,17,29)
#200F19
(32,15,25)
#180D15
(24,13,21)
#100B11
(16,11,17)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #581D35

#581D35
(88,29,53)
#673147
(103,49,71)
#764559
(118,69,89)
#85596B
(133,89,107)
#946D7D
(148,109,125)
#A3818F
(163,129,143)
#B295A1
(178,149,161)
#C1A9B3
(193,169,179)
#D0BDC5
(208,189,197)
#DFD1D7
(223,209,215)
#EEE5E9
(238,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581D35 color. Also use rgb(88,29,53) instead hex code.

Text Font Color

.myTextColor { color: #581D35; }

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

This text font color is #581D35.


Background Color

.myBgColor { background-color: #581D35; }

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

This div background color is #581D35.


Border color

.myBorderColor { border: 1px solid #581D35; }

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

This div border color is #581D35.


Opacity

.myOpacity80 { color: #581D35; opacity: 0.8; }

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

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

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

This text has shadow with #581D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581D35 on black background.


Color preview on white background

This text has color #581D35 on white background.



Black color preview on #581D35 background

This text has black color on #581D35 background.


White color preview on #581D35 background

This text has white color on #581D35 background.