COLOR #853D11

HEX: #853D11
RGB: (133,61,17)

Renk bilgisi

#853D11 contains mainly red color. #853D11 ‘ nin web güvenlik rengi #993300 (ya da #930) dir.

RGB renk modeli

#853D11 color RGB value is (133,61,17).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 61 of 255 = 24%
B 17 of 255 = 7%

133
61
17

R + G + B ~ 28%. #853D11 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 61 + 17 = 211 (100%)
R 133 of 211 ~ 63.03%
G 61 of 211 ~ 28.91%
B 17 of 211 ~ 8.06%

%63.03
%28.91

CMYK RENK MODELİ

#853D11 rengi CMYK tonu (0,54,87,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.14%
  • sarı tonu 87.22%
  • ana renk tonu 47.84%
CMYK:
(0,54,87,48)
C0M54Y87K48 
(0%,54%,87%,48%)
(0.00/0.54/0.87/0.48)	

CMYK yüzdeleri

%0
%54.14
%87.22
%47.84

Codes

Color #853D11 in popluar color models

853D11
RGB1336117
HSL23°77.33%29.41%
HSB/HSV23°87.22%52.16%
CMYK0.00%54.14%87.22%
47.84%

Color #853D11 in popluar number systems.

HEX853D11
Decimal1336117
Binary1000010111110110001
Octal2057521

Shades and tints

Shades of #853D11

#853D11
(133,61,17)
#793810
(121,56,16)
#6D330F
(109,51,15)
#612E0E
(97,46,14)
#55290D
(85,41,13)
#49240C
(73,36,12)
#3D1F0B
(61,31,11)
#311A0A
(49,26,10)
#251509
(37,21,9)
#191008
(25,16,8)
#0D0B07
(13,11,7)
#000000
(0,0,0)

Tints of #853D11

#853D11
(133,61,17)
#904E26
(144,78,38)
#9B5F3B
(155,95,59)
#A67050
(166,112,80)
#B18165
(177,129,101)
#BC927A
(188,146,122)
#C7A38F
(199,163,143)
#D2B4A4
(210,180,164)
#DDC5B9
(221,197,185)
#E8D6CE
(232,214,206)
#F3E7E3
(243,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853D11; }

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

This text font color is #853D11.


Background Color

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

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

This div background color is #853D11.


Border color

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

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

This div border color is #853D11.


Opacity

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

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

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

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

This text has shadow with #853D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853D11 on black background.


Color preview on white background

This text has color #853D11 on white background.



Black color preview on #853D11 background

This text has black color on #853D11 background.


White color preview on #853D11 background

This text has white color on #853D11 background.