COLOR #852C2A

HEX: #852C2A RGB: (133,44,42)

Color info

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

RGB color model

#852C2A color RGB value is (133,44,42).

RGB: (133,44,42) (52%, 17%, 16%)

RGB channels and saturation

R 133 of 255 = 52%
G 44 of 255 = 17%
B 42 of 255 = 16%

133
44
42

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

Portions of RGB colors in percentages

R + G + B = 133 + 44 + 42 = 219 (100%)
R 133 of 219 ~ 60.73%
G 44 of 219 ~ 20.09%
B 42 of 219 ~ 19.18'%

%60.73
%20.09
%19.18

CMYK color model

#852C2A color CMYK value is (0,67,68,48).

  • cyan value is 0.00%
  • magenta value is 66.92%
  • yellow value is 68.42%
  • key color value is 47.84%

CMYK: (0,67,68,48)
C0M67Y68K48 (0%, 67%, 68%, 48%)
(0.00 / 0.67 / 0.68 / 0.48)

CMYK percentages

%0
%66.92
%68.42
%47.84

Codes

Color #852C2A in popluar color models

85 2C 2A
RGB 133 44 42
HSL 52.00% 34.31%
HSB/HSV 68.42% 52.16%
CMYK 0.00% 66.92% 68.42%
47.84%

Color #852C2A in popluar number systems.

HEX 85 2C 2A
Decimal 133 44 42
Binary 10000101 101100 101010
Octal 205 54 52

Shades and tints

Shades of #852C2A

#852C2A
(133,44,42)
#792827
(121,40,39)
#6D2424
(109,36,36)
#612021
(97,32,33)
#551C1E
(85,28,30)
#49181B
(73,24,27)
#3D1418
(61,20,24)
#311015
(49,16,21)
#250C12
(37,12,18)
#19080F
(25,8,15)
#0D040C
(13,4,12)
#000000
(0,0,0)

Tints of #852C2A

#852C2A
(133,44,42)
#903F3D
(144,63,61)
#9B5250
(155,82,80)
#A66563
(166,101,99)
#B17876
(177,120,118)
#BC8B89
(188,139,137)
#C79E9C
(199,158,156)
#D2B1AF
(210,177,175)
#DDC4C2
(221,196,194)
#E8D7D5
(232,215,213)
#F3EAE8
(243,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852C2A color. Also use rgb(133,44,42) instead hex code.

Text Font Color

.myTextColor { color: #852C2A; }

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

This text font color is #852C2A.

Background Color

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

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

This div background color is #852C2A.

Border color

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

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

This div border color is #852C2A.

Opacity

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

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

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

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

This text has shadow with #852C2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #852C2A.

Preview

Color preview on black background

This text has color #852C2A on black background.


Color preview on white background

This text has color #852C2A on white background.


Black color preview on #852C2A background

This text has black color on #852C2A background.


White color preview on #852C2A background

This text has white color on #852C2A background.


Related colors

Complementary color

Complementary color for #hex is #7AD3D5.


I love getcolorcode.com

Triadic colors

1 #2A852C and #2C2A85 with #852C2A are triadic colors.

2 #2A2C85 and #2C852A with #852C2A are triadic colors.