COLOR #853124

HEX: #853124 RGB: (133,49,36)

Color info

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

RGB color model

#853124 color RGB value is (133,49,36).

RGB: (133,49,36) (52%, 19%, 14%)

RGB channels and saturation

R 133 of 255 = 52%
G 49 of 255 = 19%
B 36 of 255 = 14%

133
49
36

R + G + B ~ 28%. #853124 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 133 + 49 + 36 = 218 (100%)
R 133 of 218 ~ 61.01%
G 49 of 218 ~ 22.48%
B 36 of 218 ~ 16.51'%

%61.01
%22.48
%16.51

CMYK color model

#853124 color CMYK value is (0,63,73,48).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 72.93%
  • key color value is 47.84%

CMYK: (0,63,73,48)
C0M63Y73K48 (0%, 63%, 73%, 48%)
(0.00 / 0.63 / 0.73 / 0.48)

CMYK percentages

%0
%63.16
%72.93
%47.84

Codes

Color #853124 in popluar color models

85 31 24
RGB 133 49 36
HSL 57.40% 33.14%
HSB/HSV 72.93% 52.16%
CMYK 0.00% 63.16% 72.93%
47.84%

Color #853124 in popluar number systems.

HEX 85 31 24
Decimal 133 49 36
Binary 10000101 110001 100100
Octal 205 61 44

Shades and tints

Shades of #853124

#853124
(133,49,36)
#792D21
(121,45,33)
#6D291E
(109,41,30)
#61251B
(97,37,27)
#552118
(85,33,24)
#491D15
(73,29,21)
#3D1912
(61,25,18)
#31150F
(49,21,15)
#25110C
(37,17,12)
#190D09
(25,13,9)
#0D0906
(13,9,6)
#000000
(0,0,0)

Tints of #853124

#853124
(133,49,36)
#904337
(144,67,55)
#9B554A
(155,85,74)
#A6675D
(166,103,93)
#B17970
(177,121,112)
#BC8B83
(188,139,131)
#C79D96
(199,157,150)
#D2AFA9
(210,175,169)
#DDC1BC
(221,193,188)
#E8D3CF
(232,211,207)
#F3E5E2
(243,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853124; }

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

This text font color is #853124.

Background Color

.myBgColor { background-color: #853124; }

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

This div background color is #853124.

Border color

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

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

This div border color is #853124.

Opacity

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

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

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

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

This text has shadow with #853124 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #853124.

Preview

Color preview on black background

This text has color #853124 on black background.


Color preview on white background

This text has color #853124 on white background.


Black color preview on #853124 background

This text has black color on #853124 background.


White color preview on #853124 background

This text has white color on #853124 background.


Related colors

Complementary color

Complementary color for #hex is #7ACEDB.


I love getcolorcode.com

Triadic colors

1 #248531 and #312485 with #853124 are triadic colors.

2 #243185 and #318524 with #853124 are triadic colors.