COLOR #853330

HEX: #853330
RGB: (133,51,48)

Renk bilgisi

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

RGB renk modeli

#853330 color RGB value is (133,51,48).

  • kırmız ton 133;
  • yeşil ton 51;
  • mavi ton 48.
RGB:
(133,51,48)
(52%,20%,19%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 51 of 255 = 20%
B 48 of 255 = 19%

133
51
48

R + G + B ~ 30%. #853330 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 51 + 48 = 232 (100%)
R 133 of 232 ~ 57.33%
G 51 of 232 ~ 21.98%
B 48 of 232 ~ 20.69%

%57.33
%21.98
%20.69

CMYK RENK MODELİ

#853330 rengi CMYK tonu (0,62,64,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.65%
  • sarı tonu 63.91%
  • ana renk tonu 47.84%
CMYK:
(0,62,64,48)
C0M62Y64K48 
(0%,62%,64%,48%)
(0.00/0.62/0.64/0.48)	

CMYK yüzdeleri

%0
%61.65
%63.91
%47.84

Codes

Color #853330 in popluar color models

853330
RGB1335148
HSL46.96%35.49%
HSB/HSV63.91%52.16%
CMYK0.00%61.65%63.91%
47.84%

Color #853330 in popluar number systems.

HEX853330
Decimal1335148
Binary10000101110011110000
Octal2056360

Shades and tints

Shades of #853330

#853330
(133,51,48)
#792F2C
(121,47,44)
#6D2B28
(109,43,40)
#612724
(97,39,36)
#552320
(85,35,32)
#491F1C
(73,31,28)
#3D1B18
(61,27,24)
#311714
(49,23,20)
#251310
(37,19,16)
#190F0C
(25,15,12)
#0D0B08
(13,11,8)
#000000
(0,0,0)

Tints of #853330

#853330
(133,51,48)
#904542
(144,69,66)
#9B5754
(155,87,84)
#A66966
(166,105,102)
#B17B78
(177,123,120)
#BC8D8A
(188,141,138)
#C79F9C
(199,159,156)
#D2B1AE
(210,177,174)
#DDC3C0
(221,195,192)
#E8D5D2
(232,213,210)
#F3E7E4
(243,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853330 color. Also use rgb(133,51,48) instead hex code.

Text Font Color

.myTextColor { color: #853330; }

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

This text font color is #853330.


Background Color

.myBgColor { background-color: #853330; }

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

This div background color is #853330.


Border color

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

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

This div border color is #853330.


Opacity

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

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

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

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

This text has shadow with #853330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853330 on black background.


Color preview on white background

This text has color #853330 on white background.



Black color preview on #853330 background

This text has black color on #853330 background.


White color preview on #853330 background

This text has white color on #853330 background.