COLOR #53593D

HEX: #53593D
RGB: (83,89,61)

Renk bilgisi

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

RGB renk modeli

#53593D color RGB value is (83,89,61).

  • kırmız ton 83;
  • yeşil ton 89;
  • mavi ton 61.
RGB:
(83,89,61)
(33%,35%,24%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 89 of 255 = 35%
B 61 of 255 = 24%

83
89
61

R + G + B ~ 31%. #53593D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 89 + 61 = 233 (100%)
R 83 of 233 ~ 35.62%
G 89 of 233 ~ 38.2%
B 61 of 233 ~ 26.18%

%35.62
%38.2
%26.18

CMYK RENK MODELİ

#53593D rengi CMYK tonu (7,0,31,65).

  • camgöbeği tonu 6.74%
  • eflatun tonu 0.00%
  • sarı tonu 31.46%
  • ana renk tonu 65.10%
CMYK:
(7,0,31,65)
C7M0Y31K65 
(7%,0%,31%,65%)
(0.07/0.00/0.31/0.65)	

CMYK yüzdeleri

%6.74
%0
%31.46
%65.1

Codes

Color #53593D in popluar color models

53593D
RGB838961
HSL73°18.67%29.41%
HSB/HSV73°31.46%34.90%
CMYK6.74%0.00%31.46%
65.10%

Color #53593D in popluar number systems.

HEX53593D
Decimal838961
Binary10100111011001111101
Octal12313175

Shades and tints

Shades of #53593D

#53593D
(83,89,61)
#4C5138
(76,81,56)
#454933
(69,73,51)
#3E412E
(62,65,46)
#373929
(55,57,41)
#303124
(48,49,36)
#29291F
(41,41,31)
#22211A
(34,33,26)
#1B1915
(27,25,21)
#141110
(20,17,16)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #53593D

#53593D
(83,89,61)
#62684E
(98,104,78)
#71775F
(113,119,95)
#808670
(128,134,112)
#8F9581
(143,149,129)
#9EA492
(158,164,146)
#ADB3A3
(173,179,163)
#BCC2B4
(188,194,180)
#CBD1C5
(203,209,197)
#DAE0D6
(218,224,214)
#E9EFE7
(233,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53593D color. Also use rgb(83,89,61) instead hex code.

Text Font Color

.myTextColor { color: #53593D; }

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

This text font color is #53593D.


Background Color

.myBgColor { background-color: #53593D; }

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

This div background color is #53593D.


Border color

.myBorderColor { border: 1px solid #53593D; }

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

This div border color is #53593D.


Opacity

.myOpacity80 { color: #53593D; opacity: 0.8; }

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

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

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

This text has shadow with #53593D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53593D on black background.


Color preview on white background

This text has color #53593D on white background.



Black color preview on #53593D background

This text has black color on #53593D background.


White color preview on #53593D background

This text has white color on #53593D background.