COLOR #853D5A

HEX: #853D5A
RGB: (133,61,90)

Renk bilgisi

#853D5A contains mainly red and blue colors. #853D5A ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#853D5A color RGB value is (133,61,90).

  • kırmız ton 133;
  • yeşil ton 61;
  • mavi ton 90.
RGB:
(133,61,90)
(52%,24%,35%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 61 of 255 = 24%
B 90 of 255 = 35%

133
61
90

R + G + B ~ 37%. #853D5A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 61 + 90 = 284 (100%)
R 133 of 284 ~ 46.83%
G 61 of 284 ~ 21.48%
B 90 of 284 ~ 31.69%

%46.83
%21.48
%31.69

CMYK RENK MODELİ

#853D5A rengi CMYK tonu (0,54,32,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.14%
  • sarı tonu 32.33%
  • ana renk tonu 47.84%
CMYK:
(0,54,32,48)
C0M54Y32K48 
(0%,54%,32%,48%)
(0.00/0.54/0.32/0.48)	

CMYK yüzdeleri

%0
%54.14
%32.33
%47.84

Codes

Color #853D5A in popluar color models

853D5A
RGB1336190
HSL336°37.11%38.04%
HSB/HSV336°54.14%52.16%
CMYK0.00%54.14%32.33%
47.84%

Color #853D5A in popluar number systems.

HEX853D5A
Decimal1336190
Binary100001011111011011010
Octal20575132

Shades and tints

Shades of #853D5A

#853D5A
(133,61,90)
#793852
(121,56,82)
#6D334A
(109,51,74)
#612E42
(97,46,66)
#55293A
(85,41,58)
#492432
(73,36,50)
#3D1F2A
(61,31,42)
#311A22
(49,26,34)
#25151A
(37,21,26)
#191012
(25,16,18)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #853D5A

#853D5A
(133,61,90)
#904E69
(144,78,105)
#9B5F78
(155,95,120)
#A67087
(166,112,135)
#B18196
(177,129,150)
#BC92A5
(188,146,165)
#C7A3B4
(199,163,180)
#D2B4C3
(210,180,195)
#DDC5D2
(221,197,210)
#E8D6E1
(232,214,225)
#F3E7F0
(243,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853D5A color. Also use rgb(133,61,90) instead hex code.

Text Font Color

.myTextColor { color: #853D5A; }

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

This text font color is #853D5A.


Background Color

.myBgColor { background-color: #853D5A; }

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

This div background color is #853D5A.


Border color

.myBorderColor { border: 1px solid #853D5A; }

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

This div border color is #853D5A.


Opacity

.myOpacity80 { color: #853D5A; opacity: 0.8; }

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

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

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

This text has shadow with #853D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853D5A on black background.


Color preview on white background

This text has color #853D5A on white background.



Black color preview on #853D5A background

This text has black color on #853D5A background.


White color preview on #853D5A background

This text has white color on #853D5A background.