COLOR #853539

HEX: #853539
RGB: (133,53,57)

Renk bilgisi

#853539 contains mainly red color. #853539 ‘ nin web güvenlik rengi #993333 (ya da #933) dir.

RGB renk modeli

#853539 color RGB value is (133,53,57).

  • kırmız ton 133;
  • yeşil ton 53;
  • mavi ton 57.
RGB:
(133,53,57)
(52%,21%,22%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 53 of 255 = 21%
B 57 of 255 = 22%

133
53
57

R + G + B ~ 32%. #853539 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 53 + 57 = 243 (100%)
R 133 of 243 ~ 54.73%
G 53 of 243 ~ 21.81%
B 57 of 243 ~ 23.46%

%54.73
%21.81
%23.46

CMYK RENK MODELİ

#853539 rengi CMYK tonu (0,60,57,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.15%
  • sarı tonu 57.14%
  • ana renk tonu 47.84%
CMYK:
(0,60,57,48)
C0M60Y57K48 
(0%,60%,57%,48%)
(0.00/0.60/0.57/0.48)	

CMYK yüzdeleri

%0
%60.15
%57.14
%47.84

Codes

Color #853539 in popluar color models

853539
RGB1335357
HSL357°43.01%36.47%
HSB/HSV357°60.15%52.16%
CMYK0.00%60.15%57.14%
47.84%

Color #853539 in popluar number systems.

HEX853539
Decimal1335357
Binary10000101110101111001
Octal2056571

Shades and tints

Shades of #853539

#853539
(133,53,57)
#793134
(121,49,52)
#6D2D2F
(109,45,47)
#61292A
(97,41,42)
#552525
(85,37,37)
#492120
(73,33,32)
#3D1D1B
(61,29,27)
#311916
(49,25,22)
#251511
(37,21,17)
#19110C
(25,17,12)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #853539

#853539
(133,53,57)
#90474B
(144,71,75)
#9B595D
(155,89,93)
#A66B6F
(166,107,111)
#B17D81
(177,125,129)
#BC8F93
(188,143,147)
#C7A1A5
(199,161,165)
#D2B3B7
(210,179,183)
#DDC5C9
(221,197,201)
#E8D7DB
(232,215,219)
#F3E9ED
(243,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853539 color. Also use rgb(133,53,57) instead hex code.

Text Font Color

.myTextColor { color: #853539; }

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

This text font color is #853539.


Background Color

.myBgColor { background-color: #853539; }

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

This div background color is #853539.


Border color

.myBorderColor { border: 1px solid #853539; }

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

This div border color is #853539.


Opacity

.myOpacity80 { color: #853539; opacity: 0.8; }

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

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

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

This text has shadow with #853539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853539 on black background.


Color preview on white background

This text has color #853539 on white background.



Black color preview on #853539 background

This text has black color on #853539 background.


White color preview on #853539 background

This text has white color on #853539 background.