COLOR #853C23

HEX: #853C23
RGB: (133,60,35)

Renk bilgisi

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

RGB renk modeli

#853C23 color RGB value is (133,60,35).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 60 of 255 = 24%
B 35 of 255 = 14%

133
60
35

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 60 + 35 = 228 (100%)
R 133 of 228 ~ 58.33%
G 60 of 228 ~ 26.32%
B 35 of 228 ~ 15.35%

%58.33
%26.32
%15.35

CMYK RENK MODELİ

#853C23 rengi CMYK tonu (0,55,74,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.89%
  • sarı tonu 73.68%
  • ana renk tonu 47.84%
CMYK:
(0,55,74,48)
C0M55Y74K48 
(0%,55%,74%,48%)
(0.00/0.55/0.74/0.48)	

CMYK yüzdeleri

%0
%54.89
%73.68
%47.84

Codes

Color #853C23 in popluar color models

853C23
RGB1336035
HSL15°58.33%32.94%
HSB/HSV15°73.68%52.16%
CMYK0.00%54.89%73.68%
47.84%

Color #853C23 in popluar number systems.

HEX853C23
Decimal1336035
Binary10000101111100100011
Octal2057443

Shades and tints

Shades of #853C23

#853C23
(133,60,35)
#793720
(121,55,32)
#6D321D
(109,50,29)
#612D1A
(97,45,26)
#552817
(85,40,23)
#492314
(73,35,20)
#3D1E11
(61,30,17)
#31190E
(49,25,14)
#25140B
(37,20,11)
#190F08
(25,15,8)
#0D0A05
(13,10,5)
#000000
(0,0,0)

Tints of #853C23

#853C23
(133,60,35)
#904D37
(144,77,55)
#9B5E4B
(155,94,75)
#A66F5F
(166,111,95)
#B18073
(177,128,115)
#BC9187
(188,145,135)
#C7A29B
(199,162,155)
#D2B3AF
(210,179,175)
#DDC4C3
(221,196,195)
#E8D5D7
(232,213,215)
#F3E6EB
(243,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853C23 color. Also use rgb(133,60,35) instead hex code.

Text Font Color

.myTextColor { color: #853C23; }

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

This text font color is #853C23.


Background Color

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

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

This div background color is #853C23.


Border color

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

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

This div border color is #853C23.


Opacity

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

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

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

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

This text has shadow with #853C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853C23 on black background.


Color preview on white background

This text has color #853C23 on white background.



Black color preview on #853C23 background

This text has black color on #853C23 background.


White color preview on #853C23 background

This text has white color on #853C23 background.