COLOR #853C3C

HEX: #853C3C
RGB: (133,60,60)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
60
60

R + G + B ~ 33%. #853C3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 60 + 60 = 253 (100%)
R 133 of 253 ~ 52.57%
G 60 of 253 ~ 23.72%
B 60 of 253 ~ 23.72%

%52.57
%23.72
%23.72

CMYK color model

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

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

CMYK percentages

%0
%54.89
%54.89
%47.84

Codes

Color #853C3C in popluar color models

853C3C
RGB1336060
HSL37.82%37.84%
HSB/HSV54.89%52.16%
CMYK0.00%54.89%54.89%
47.84%

Color #853C3C in popluar number systems.

HEX853C3C
Decimal1336060
Binary10000101111100111100
Octal2057474

Shades and tints

Shades of #853C3C

#853C3C
(133,60,60)
#793737
(121,55,55)
#6D3232
(109,50,50)
#612D2D
(97,45,45)
#552828
(85,40,40)
#492323
(73,35,35)
#3D1E1E
(61,30,30)
#311919
(49,25,25)
#251414
(37,20,20)
#190F0F
(25,15,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #853C3C

#853C3C
(133,60,60)
#904D4D
(144,77,77)
#9B5E5E
(155,94,94)
#A66F6F
(166,111,111)
#B18080
(177,128,128)
#BC9191
(188,145,145)
#C7A2A2
(199,162,162)
#D2B3B3
(210,179,179)
#DDC4C4
(221,196,196)
#E8D5D5
(232,213,213)
#F3E6E6
(243,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853C3C; }

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

This text font color is #853C3C.


Background Color

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

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

This div background color is #853C3C.


Border color

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

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

This div border color is #853C3C.


Opacity

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

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

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

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

This text has shadow with #853C3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853C3C on black background.


Color preview on white background

This text has color #853C3C on white background.



Black color preview on #853C3C background

This text has black color on #853C3C background.


White color preview on #853C3C background

This text has white color on #853C3C background.