COLOR #853141

HEX: #853141
RGB: (133,49,65)

Color info

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

RGB color model

#853141 color RGB value is (133,49,65).

  • red value is 133;
  • green value is 49;
  • blue value is 65.
RGB:
(133,49,65)
(52%,19%,25%)

RGB channels and saturation

R 133 of 255 = 52%
G 49 of 255 = 19%
B 65 of 255 = 25%

133
49
65

R + G + B ~ 32%. #853141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 49 + 65 = 247 (100%)
R 133 of 247 ~ 53.85%
G 49 of 247 ~ 19.84%
B 65 of 247 ~ 26.32%

%53.85
%19.84
%26.32

CMYK color model

#853141 color CMYK value is (0,63,51,48).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 51.13%
  • key color value is 47.84%
CMYK:
(0,63,51,48)
C0M63Y51K48 
(0%,63%,51%,48%)
(0.00/0.63/0.51/0.48)	

CMYK percentages

%0
%63.16
%51.13
%47.84

Codes

Color #853141 in popluar color models

853141
RGB1334965
HSL349°46.15%35.69%
HSB/HSV349°63.16%52.16%
CMYK0.00%63.16%51.13%
47.84%

Color #853141 in popluar number systems.

HEX853141
Decimal1334965
Binary100001011100011000001
Octal20561101

Shades and tints

Shades of #853141

#853141
(133,49,65)
#792D3C
(121,45,60)
#6D2937
(109,41,55)
#612532
(97,37,50)
#55212D
(85,33,45)
#491D28
(73,29,40)
#3D1923
(61,25,35)
#31151E
(49,21,30)
#251119
(37,17,25)
#190D14
(25,13,20)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #853141

#853141
(133,49,65)
#904352
(144,67,82)
#9B5563
(155,85,99)
#A66774
(166,103,116)
#B17985
(177,121,133)
#BC8B96
(188,139,150)
#C79DA7
(199,157,167)
#D2AFB8
(210,175,184)
#DDC1C9
(221,193,201)
#E8D3DA
(232,211,218)
#F3E5EB
(243,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853141 color. Also use rgb(133,49,65) instead hex code.

Text Font Color

.myTextColor { color: #853141; }

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

This text font color is #853141.


Background Color

.myBgColor { background-color: #853141; }

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

This div background color is #853141.


Border color

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

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

This div border color is #853141.


Opacity

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

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

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

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

This text has shadow with #853141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853141 on black background.


Color preview on white background

This text has color #853141 on white background.



Black color preview on #853141 background

This text has black color on #853141 background.


White color preview on #853141 background

This text has white color on #853141 background.