COLOR #53393B

HEX: #53393B
RGB: (83,57,59)

Renk bilgisi

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

RGB renk modeli

#53393B color RGB value is (83,57,59).

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

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 57 of 255 = 22%
B 59 of 255 = 23%

83
57
59

R + G + B ~ 26%. #53393B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 57 + 59 = 199 (100%)
R 83 of 199 ~ 41.71%
G 57 of 199 ~ 28.64%
B 59 of 199 ~ 29.65%

%41.71
%28.64
%29.65

CMYK RENK MODELİ

#53393B rengi CMYK tonu (0,31,29,67).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.33%
  • sarı tonu 28.92%
  • ana renk tonu 67.45%
CMYK:
(0,31,29,67)
C0M31Y29K67 
(0%,31%,29%,67%)
(0.00/0.31/0.29/0.67)	

CMYK yüzdeleri

%0
%31.33
%28.92
%67.45

Codes

Color #53393B in popluar color models

53393B
RGB835759
HSL355°18.57%27.45%
HSB/HSV355°31.33%32.55%
CMYK0.00%31.33%28.92%
67.45%

Color #53393B in popluar number systems.

HEX53393B
Decimal835759
Binary1010011111001111011
Octal1237173

Shades and tints

Shades of #53393B

#53393B
(83,57,59)
#4C3436
(76,52,54)
#452F31
(69,47,49)
#3E2A2C
(62,42,44)
#372527
(55,37,39)
#302022
(48,32,34)
#291B1D
(41,27,29)
#221618
(34,22,24)
#1B1113
(27,17,19)
#140C0E
(20,12,14)
#0D0709
(13,7,9)
#000000
(0,0,0)

Tints of #53393B

#53393B
(83,57,59)
#624B4C
(98,75,76)
#715D5D
(113,93,93)
#806F6E
(128,111,110)
#8F817F
(143,129,127)
#9E9390
(158,147,144)
#ADA5A1
(173,165,161)
#BCB7B2
(188,183,178)
#CBC9C3
(203,201,195)
#DADBD4
(218,219,212)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53393B; }

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

This text font color is #53393B.


Background Color

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

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

This div background color is #53393B.


Border color

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

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

This div border color is #53393B.


Opacity

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

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

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

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

This text has shadow with #53393B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53393B on black background.


Color preview on white background

This text has color #53393B on white background.



Black color preview on #53393B background

This text has black color on #53393B background.


White color preview on #53393B background

This text has white color on #53393B background.