COLOR #852F18

HEX: #852F18
RGB: (133,47,24)

Color info

#852F18 contains mainly red color. Web safe color of #852F18 is #993300 (or #930).

RGB color model

#852F18 color RGB value is (133,47,24).

  • red value is 133;
  • green value is 47;
  • blue value is 24.
RGB:
(133,47,24)
(52%,18%,9%)

RGB channels and saturation

R 133 of 255 = 52%
G 47 of 255 = 18%
B 24 of 255 = 9%

133
47
24

R + G + B ~ 26%. #852F18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 47 + 24 = 204 (100%)
R 133 of 204 ~ 65.2%
G 47 of 204 ~ 23.04%
B 24 of 204 ~ 11.76%

%65.2
%23.04
%11.76

CMYK color model

#852F18 color CMYK value is (0,65,82,48).

  • cyan value is 0.00%
  • magenta value is 64.66%
  • yellow value is 81.95%
  • key color value is 47.84%
CMYK:
(0,65,82,48)
C0M65Y82K48 
(0%,65%,82%,48%)
(0.00/0.65/0.82/0.48)	

CMYK percentages

%0
%64.66
%81.95
%47.84

Codes

Color #852F18 in popluar color models

852F18
RGB1334724
HSL13°69.43%30.78%
HSB/HSV13°81.95%52.16%
CMYK0.00%64.66%81.95%
47.84%

Color #852F18 in popluar number systems.

HEX852F18
Decimal1334724
Binary1000010110111111000
Octal2055730

Shades and tints

Shades of #852F18

#852F18
(133,47,24)
#792B16
(121,43,22)
#6D2714
(109,39,20)
#612312
(97,35,18)
#551F10
(85,31,16)
#491B0E
(73,27,14)
#3D170C
(61,23,12)
#31130A
(49,19,10)
#250F08
(37,15,8)
#190B06
(25,11,6)
#0D0704
(13,7,4)
#000000
(0,0,0)

Tints of #852F18

#852F18
(133,47,24)
#90412D
(144,65,45)
#9B5342
(155,83,66)
#A66557
(166,101,87)
#B1776C
(177,119,108)
#BC8981
(188,137,129)
#C79B96
(199,155,150)
#D2ADAB
(210,173,171)
#DDBFC0
(221,191,192)
#E8D1D5
(232,209,213)
#F3E3EA
(243,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852F18 color. Also use rgb(133,47,24) instead hex code.

Text Font Color

.myTextColor { color: #852F18; }

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

This text font color is #852F18.


Background Color

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

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

This div background color is #852F18.


Border color

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

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

This div border color is #852F18.


Opacity

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

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

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

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

This text has shadow with #852F18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852F18 on black background.


Color preview on white background

This text has color #852F18 on white background.



Black color preview on #852F18 background

This text has black color on #852F18 background.


White color preview on #852F18 background

This text has white color on #852F18 background.