COLOR #853C2C

HEX: #853C2C
RGB: (133,60,44)

Color info

#853C2C contains mainly red color. Web safe color of #853C2C is #993333 (or #933).

RGB color model

#853C2C color RGB value is (133,60,44).

  • red value is 133;
  • green value is 60;
  • blue value is 44.
RGB:
(133,60,44)
(52%,24%,17%)

RGB channels and saturation

R 133 of 255 = 52%
G 60 of 255 = 24%
B 44 of 255 = 17%

133
60
44

R + G + B ~ 31%. #853C2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 60 + 44 = 237 (100%)
R 133 of 237 ~ 56.12%
G 60 of 237 ~ 25.32%
B 44 of 237 ~ 18.57%

%56.12
%25.32
%18.57

CMYK color model

#853C2C color CMYK value is (0,55,67,48).

  • cyan value is 0.00%
  • magenta value is 54.89%
  • yellow value is 66.92%
  • key color value is 47.84%
CMYK:
(0,55,67,48)
C0M55Y67K48 
(0%,55%,67%,48%)
(0.00/0.55/0.67/0.48)	

CMYK percentages

%0
%54.89
%66.92
%47.84

Codes

Color #853C2C in popluar color models

853C2C
RGB1336044
HSL11°50.28%34.71%
HSB/HSV11°66.92%52.16%
CMYK0.00%54.89%66.92%
47.84%

Color #853C2C in popluar number systems.

HEX853C2C
Decimal1336044
Binary10000101111100101100
Octal2057454

Shades and tints

Shades of #853C2C

#853C2C
(133,60,44)
#793728
(121,55,40)
#6D3224
(109,50,36)
#612D20
(97,45,32)
#55281C
(85,40,28)
#492318
(73,35,24)
#3D1E14
(61,30,20)
#311910
(49,25,16)
#25140C
(37,20,12)
#190F08
(25,15,8)
#0D0A04
(13,10,4)
#000000
(0,0,0)

Tints of #853C2C

#853C2C
(133,60,44)
#904D3F
(144,77,63)
#9B5E52
(155,94,82)
#A66F65
(166,111,101)
#B18078
(177,128,120)
#BC918B
(188,145,139)
#C7A29E
(199,162,158)
#D2B3B1
(210,179,177)
#DDC4C4
(221,196,196)
#E8D5D7
(232,213,215)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853C2C; }

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

This text font color is #853C2C.


Background Color

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

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

This div background color is #853C2C.


Border color

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

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

This div border color is #853C2C.


Opacity

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

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

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

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

This text has shadow with #853C2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853C2C on black background.


Color preview on white background

This text has color #853C2C on white background.



Black color preview on #853C2C background

This text has black color on #853C2C background.


White color preview on #853C2C background

This text has white color on #853C2C background.