COLOR #852429

HEX: #852429
RGB: (133,36,41)

Renk bilgisi

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

RGB renk modeli

#852429 color RGB value is (133,36,41).

  • kırmız ton 133;
  • yeşil ton 36;
  • mavi ton 41.
RGB:
(133,36,41)
(52%,14%,16%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 36 of 255 = 14%
B 41 of 255 = 16%

133
36
41

R + G + B ~ 27%. #852429 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 36 + 41 = 210 (100%)
R 133 of 210 ~ 63.33%
G 36 of 210 ~ 17.14%
B 41 of 210 ~ 19.52%

%63.33
%17.14
%19.52

CMYK RENK MODELİ

#852429 rengi CMYK tonu (0,73,69,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 72.93%
  • sarı tonu 69.17%
  • ana renk tonu 47.84%
CMYK:
(0,73,69,48)
C0M73Y69K48 
(0%,73%,69%,48%)
(0.00/0.73/0.69/0.48)	

CMYK yüzdeleri

%0
%72.93
%69.17
%47.84

Codes

Color #852429 in popluar color models

852429
RGB1333641
HSL357°57.40%33.14%
HSB/HSV357°72.93%52.16%
CMYK0.00%72.93%69.17%
47.84%

Color #852429 in popluar number systems.

HEX852429
Decimal1333641
Binary10000101100100101001
Octal2054451

Shades and tints

Shades of #852429

#852429
(133,36,41)
#792126
(121,33,38)
#6D1E23
(109,30,35)
#611B20
(97,27,32)
#55181D
(85,24,29)
#49151A
(73,21,26)
#3D1217
(61,18,23)
#310F14
(49,15,20)
#250C11
(37,12,17)
#19090E
(25,9,14)
#0D060B
(13,6,11)
#000000
(0,0,0)

Tints of #852429

#852429
(133,36,41)
#90373C
(144,55,60)
#9B4A4F
(155,74,79)
#A65D62
(166,93,98)
#B17075
(177,112,117)
#BC8388
(188,131,136)
#C7969B
(199,150,155)
#D2A9AE
(210,169,174)
#DDBCC1
(221,188,193)
#E8CFD4
(232,207,212)
#F3E2E7
(243,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852429 color. Also use rgb(133,36,41) instead hex code.

Text Font Color

.myTextColor { color: #852429; }

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

This text font color is #852429.


Background Color

.myBgColor { background-color: #852429; }

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

This div background color is #852429.


Border color

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

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

This div border color is #852429.


Opacity

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

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

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

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

This text has shadow with #852429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852429 on black background.


Color preview on white background

This text has color #852429 on white background.



Black color preview on #852429 background

This text has black color on #852429 background.


White color preview on #852429 background

This text has white color on #852429 background.