COLOR #853238

HEX: #853238
RGB: (133,50,56)

Color info

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

RGB color model

#853238 color RGB value is (133,50,56).

  • red value is 133;
  • green value is 50;
  • blue value is 56.
RGB:
(133,50,56)
(52%,20%,22%)

RGB channels and saturation

R 133 of 255 = 52%
G 50 of 255 = 20%
B 56 of 255 = 22%

133
50
56

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

Portions of RGB colors in percentages

R + G + B =
133 + 50 + 56 = 239 (100%)
R 133 of 239 ~ 55.65%
G 50 of 239 ~ 20.92%
B 56 of 239 ~ 23.43%

%55.65
%20.92
%23.43

CMYK color model

#853238 color CMYK value is (0,62,58,48).

  • cyan value is 0.00%
  • magenta value is 62.41%
  • yellow value is 57.89%
  • key color value is 47.84%
CMYK:
(0,62,58,48)
C0M62Y58K48 
(0%,62%,58%,48%)
(0.00/0.62/0.58/0.48)	

CMYK percentages

%0
%62.41
%57.89
%47.84

Codes

Color #853238 in popluar color models

853238
RGB1335056
HSL356°45.36%35.88%
HSB/HSV356°62.41%52.16%
CMYK0.00%62.41%57.89%
47.84%

Color #853238 in popluar number systems.

HEX853238
Decimal1335056
Binary10000101110010111000
Octal2056270

Shades and tints

Shades of #853238

#853238
(133,50,56)
#792E33
(121,46,51)
#6D2A2E
(109,42,46)
#612629
(97,38,41)
#552224
(85,34,36)
#491E1F
(73,30,31)
#3D1A1A
(61,26,26)
#311615
(49,22,21)
#251210
(37,18,16)
#190E0B
(25,14,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #853238

#853238
(133,50,56)
#90444A
(144,68,74)
#9B565C
(155,86,92)
#A6686E
(166,104,110)
#B17A80
(177,122,128)
#BC8C92
(188,140,146)
#C79EA4
(199,158,164)
#D2B0B6
(210,176,182)
#DDC2C8
(221,194,200)
#E8D4DA
(232,212,218)
#F3E6EC
(243,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853238 color. Also use rgb(133,50,56) instead hex code.

Text Font Color

.myTextColor { color: #853238; }

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

This text font color is #853238.


Background Color

.myBgColor { background-color: #853238; }

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

This div background color is #853238.


Border color

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

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

This div border color is #853238.


Opacity

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

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

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

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

This text has shadow with #853238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853238 on black background.


Color preview on white background

This text has color #853238 on white background.



Black color preview on #853238 background

This text has black color on #853238 background.


White color preview on #853238 background

This text has white color on #853238 background.