COLOR #853748

HEX: #853748
RGB: (133,55,72)

Color info

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

RGB color model

#853748 color RGB value is (133,55,72).

  • red value is 133;
  • green value is 55;
  • blue value is 72.
RGB:
(133,55,72)
(52%,22%,28%)

RGB channels and saturation

R 133 of 255 = 52%
G 55 of 255 = 22%
B 72 of 255 = 28%

133
55
72

R + G + B ~ 34%. #853748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 55 + 72 = 260 (100%)
R 133 of 260 ~ 51.15%
G 55 of 260 ~ 21.15%
B 72 of 260 ~ 27.69%

%51.15
%21.15
%27.69

CMYK color model

#853748 color CMYK value is (0,59,46,48).

  • cyan value is 0.00%
  • magenta value is 58.65%
  • yellow value is 45.86%
  • key color value is 47.84%
CMYK:
(0,59,46,48)
C0M59Y46K48 
(0%,59%,46%,48%)
(0.00/0.59/0.46/0.48)	

CMYK percentages

%0
%58.65
%45.86
%47.84

Codes

Color #853748 in popluar color models

853748
RGB1335572
HSL347°41.49%36.86%
HSB/HSV347°58.65%52.16%
CMYK0.00%58.65%45.86%
47.84%

Color #853748 in popluar number systems.

HEX853748
Decimal1335572
Binary100001011101111001000
Octal20567110

Shades and tints

Shades of #853748

#853748
(133,55,72)
#793242
(121,50,66)
#6D2D3C
(109,45,60)
#612836
(97,40,54)
#552330
(85,35,48)
#491E2A
(73,30,42)
#3D1924
(61,25,36)
#31141E
(49,20,30)
#250F18
(37,15,24)
#190A12
(25,10,18)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #853748

#853748
(133,55,72)
#904958
(144,73,88)
#9B5B68
(155,91,104)
#A66D78
(166,109,120)
#B17F88
(177,127,136)
#BC9198
(188,145,152)
#C7A3A8
(199,163,168)
#D2B5B8
(210,181,184)
#DDC7C8
(221,199,200)
#E8D9D8
(232,217,216)
#F3EBE8
(243,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853748 color. Also use rgb(133,55,72) instead hex code.

Text Font Color

.myTextColor { color: #853748; }

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

This text font color is #853748.


Background Color

.myBgColor { background-color: #853748; }

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

This div background color is #853748.


Border color

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

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

This div border color is #853748.


Opacity

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

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

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

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

This text has shadow with #853748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853748 on black background.


Color preview on white background

This text has color #853748 on white background.



Black color preview on #853748 background

This text has black color on #853748 background.


White color preview on #853748 background

This text has white color on #853748 background.