COLOR #862125

HEX: #862125
RGB: (134,33,37)

Color info

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

RGB color model

#862125 color RGB value is (134,33,37).

  • red value is 134;
  • green value is 33;
  • blue value is 37.
RGB:
(134,33,37)
(53%,13%,15%)

RGB channels and saturation

R 134 of 255 = 53%
G 33 of 255 = 13%
B 37 of 255 = 15%

134
33
37

R + G + B ~ 27%. #862125 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 33 + 37 = 204 (100%)
R 134 of 204 ~ 65.69%
G 33 of 204 ~ 16.18%
B 37 of 204 ~ 18.14%

%65.69
%16.18
%18.14

CMYK color model

#862125 color CMYK value is (0,75,72,47).

  • cyan value is 0.00%
  • magenta value is 75.37%
  • yellow value is 72.39%
  • key color value is 47.45%
CMYK:
(0,75,72,47)
C0M75Y72K47 
(0%,75%,72%,47%)
(0.00/0.75/0.72/0.47)	

CMYK percentages

%0
%75.37
%72.39
%47.45

Codes

Color #862125 in popluar color models

862125
RGB1343337
HSL358°60.48%32.75%
HSB/HSV358°75.37%52.55%
CMYK0.00%75.37%72.39%
47.45%

Color #862125 in popluar number systems.

HEX862125
Decimal1343337
Binary10000110100001100101
Octal2064145

Shades and tints

Shades of #862125

#862125
(134,33,37)
#7A1E22
(122,30,34)
#6E1B1F
(110,27,31)
#62181C
(98,24,28)
#561519
(86,21,25)
#4A1216
(74,18,22)
#3E0F13
(62,15,19)
#320C10
(50,12,16)
#26090D
(38,9,13)
#1A060A
(26,6,10)
#0E0307
(14,3,7)
#000000
(0,0,0)

Tints of #862125

#862125
(134,33,37)
#913538
(145,53,56)
#9C494B
(156,73,75)
#A75D5E
(167,93,94)
#B27171
(178,113,113)
#BD8584
(189,133,132)
#C89997
(200,153,151)
#D3ADAA
(211,173,170)
#DEC1BD
(222,193,189)
#E9D5D0
(233,213,208)
#F4E9E3
(244,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #862125 color. Also use rgb(134,33,37) instead hex code.

Text Font Color

.myTextColor { color: #862125; }

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

This text font color is #862125.


Background Color

.myBgColor { background-color: #862125; }

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

This div background color is #862125.


Border color

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

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

This div border color is #862125.


Opacity

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

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

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

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

This text has shadow with #862125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #862125 on black background.


Color preview on white background

This text has color #862125 on white background.



Black color preview on #862125 background

This text has black color on #862125 background.


White color preview on #862125 background

This text has white color on #862125 background.