COLOR #852D29

HEX: #852D29
RGB: (133,45,41)

Color info

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

RGB color model

#852D29 color RGB value is (133,45,41).

  • red value is 133;
  • green value is 45;
  • blue value is 41.
RGB:
(133,45,41)
(52%,18%,16%)

RGB channels and saturation

R 133 of 255 = 52%
G 45 of 255 = 18%
B 41 of 255 = 16%

133
45
41

R + G + B ~ 29%. #852D29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 45 + 41 = 219 (100%)
R 133 of 219 ~ 60.73%
G 45 of 219 ~ 20.55%
B 41 of 219 ~ 18.72%

%60.73
%20.55
%18.72

CMYK color model

#852D29 color CMYK value is (0,66,69,48).

  • cyan value is 0.00%
  • magenta value is 66.17%
  • yellow value is 69.17%
  • key color value is 47.84%
CMYK:
(0,66,69,48)
C0M66Y69K48 
(0%,66%,69%,48%)
(0.00/0.66/0.69/0.48)	

CMYK percentages

%0
%66.17
%69.17
%47.84

Codes

Color #852D29 in popluar color models

852D29
RGB1334541
HSL52.87%34.12%
HSB/HSV69.17%52.16%
CMYK0.00%66.17%69.17%
47.84%

Color #852D29 in popluar number systems.

HEX852D29
Decimal1334541
Binary10000101101101101001
Octal2055551

Shades and tints

Shades of #852D29

#852D29
(133,45,41)
#792926
(121,41,38)
#6D2523
(109,37,35)
#612120
(97,33,32)
#551D1D
(85,29,29)
#49191A
(73,25,26)
#3D1517
(61,21,23)
#311114
(49,17,20)
#250D11
(37,13,17)
#19090E
(25,9,14)
#0D050B
(13,5,11)
#000000
(0,0,0)

Tints of #852D29

#852D29
(133,45,41)
#90403C
(144,64,60)
#9B534F
(155,83,79)
#A66662
(166,102,98)
#B17975
(177,121,117)
#BC8C88
(188,140,136)
#C79F9B
(199,159,155)
#D2B2AE
(210,178,174)
#DDC5C1
(221,197,193)
#E8D8D4
(232,216,212)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852D29 color. Also use rgb(133,45,41) instead hex code.

Text Font Color

.myTextColor { color: #852D29; }

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

This text font color is #852D29.


Background Color

.myBgColor { background-color: #852D29; }

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

This div background color is #852D29.


Border color

.myBorderColor { border: 1px solid #852D29; }

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

This div border color is #852D29.


Opacity

.myOpacity80 { color: #852D29; opacity: 0.8; }

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

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

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

This text has shadow with #852D29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852D29 on black background.


Color preview on white background

This text has color #852D29 on white background.



Black color preview on #852D29 background

This text has black color on #852D29 background.


White color preview on #852D29 background

This text has white color on #852D29 background.