COLOR #58513B

HEX: #58513B
RGB: (88,81,59)

Renk bilgisi

#58513B contains red, green and blue colors in about the same proportion. #58513B ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#58513B color RGB value is (88,81,59).

  • kırmız ton 88;
  • yeşil ton 81;
  • mavi ton 59.
RGB:
(88,81,59)
(35%,32%,23%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 81 of 255 = 32%
B 59 of 255 = 23%

88
81
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 81 + 59 = 228 (100%)
R 88 of 228 ~ 38.6%
G 81 of 228 ~ 35.53%
B 59 of 228 ~ 25.88%

%38.6
%35.53
%25.88

CMYK RENK MODELİ

#58513B rengi CMYK tonu (0,8,33,65).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.95%
  • sarı tonu 32.95%
  • ana renk tonu 65.49%
CMYK:
(0,8,33,65)
C0M8Y33K65 
(0%,8%,33%,65%)
(0.00/0.08/0.33/0.65)	

CMYK yüzdeleri

%0
%7.95
%32.95
%65.49

Codes

Color #58513B in popluar color models

58513B
RGB888159
HSL46°19.73%28.82%
HSB/HSV46°32.95%34.51%
CMYK0.00%7.95%32.95%
65.49%

Color #58513B in popluar number systems.

HEX58513B
Decimal888159
Binary10110001010001111011
Octal13012173

Shades and tints

Shades of #58513B

#58513B
(88,81,59)
#504A36
(80,74,54)
#484331
(72,67,49)
#403C2C
(64,60,44)
#383527
(56,53,39)
#302E22
(48,46,34)
#28271D
(40,39,29)
#202018
(32,32,24)
#181913
(24,25,19)
#10120E
(16,18,14)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #58513B

#58513B
(88,81,59)
#67604C
(103,96,76)
#766F5D
(118,111,93)
#857E6E
(133,126,110)
#948D7F
(148,141,127)
#A39C90
(163,156,144)
#B2ABA1
(178,171,161)
#C1BAB2
(193,186,178)
#D0C9C3
(208,201,195)
#DFD8D4
(223,216,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58513B color. Also use rgb(88,81,59) instead hex code.

Text Font Color

.myTextColor { color: #58513B; }

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

This text font color is #58513B.


Background Color

.myBgColor { background-color: #58513B; }

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

This div background color is #58513B.


Border color

.myBorderColor { border: 1px solid #58513B; }

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

This div border color is #58513B.


Opacity

.myOpacity80 { color: #58513B; opacity: 0.8; }

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

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

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

This text has shadow with #58513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58513B on black background.


Color preview on white background

This text has color #58513B on white background.



Black color preview on #58513B background

This text has black color on #58513B background.


White color preview on #58513B background

This text has white color on #58513B background.