COLOR #53583B

HEX: #53583B
RGB: (83,88,59)

Renk bilgisi

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

RGB renk modeli

#53583B color RGB value is (83,88,59).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 88 of 255 = 35%
B 59 of 255 = 23%

83
88
59

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

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 88 + 59 = 230 (100%)
R 83 of 230 ~ 36.09%
G 88 of 230 ~ 38.26%
B 59 of 230 ~ 25.65%

%36.09
%38.26
%25.65

CMYK RENK MODELİ

#53583B rengi CMYK tonu (6,0,33,65).

  • camgöbeği tonu 5.68%
  • eflatun tonu 0.00%
  • sarı tonu 32.95%
  • ana renk tonu 65.49%
CMYK:
(6,0,33,65)
C6M0Y33K65 
(6%,0%,33%,65%)
(0.06/0.00/0.33/0.65)	

CMYK yüzdeleri

%5.68
%0
%32.95
%65.49

Codes

Color #53583B in popluar color models

53583B
RGB838859
HSL70°19.73%28.82%
HSB/HSV70°32.95%34.51%
CMYK5.68%0.00%32.95%
65.49%

Color #53583B in popluar number systems.

HEX53583B
Decimal838859
Binary10100111011000111011
Octal12313073

Shades and tints

Shades of #53583B

#53583B
(83,88,59)
#4C5036
(76,80,54)
#454831
(69,72,49)
#3E402C
(62,64,44)
#373827
(55,56,39)
#303022
(48,48,34)
#29281D
(41,40,29)
#222018
(34,32,24)
#1B1813
(27,24,19)
#14100E
(20,16,14)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #53583B

#53583B
(83,88,59)
#62674C
(98,103,76)
#71765D
(113,118,93)
#80856E
(128,133,110)
#8F947F
(143,148,127)
#9EA390
(158,163,144)
#ADB2A1
(173,178,161)
#BCC1B2
(188,193,178)
#CBD0C3
(203,208,195)
#DADFD4
(218,223,212)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53583B; }

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

This text font color is #53583B.


Background Color

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

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

This div background color is #53583B.


Border color

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

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

This div border color is #53583B.


Opacity

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

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

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

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

This text has shadow with #53583B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53583B on black background.


Color preview on white background

This text has color #53583B on white background.



Black color preview on #53583B background

This text has black color on #53583B background.


White color preview on #53583B background

This text has white color on #53583B background.