COLOR #850A25

HEX: #850A25
RGB: (133,10,37)

Color info

#850A25 contains mainly red color. Web safe color of #850A25 is #990033 (or #903).

RGB color model

#850A25 color RGB value is (133,10,37).

  • red value is 133;
  • green value is 10;
  • blue value is 37.
RGB:
(133,10,37)
(52%,4%,15%)

RGB channels and saturation

R 133 of 255 = 52%
G 10 of 255 = 4%
B 37 of 255 = 15%

133
10
37

R + G + B ~ 24%. #850A25 is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 10 + 37 = 180 (100%)
R 133 of 180 ~ 73.89%
G 10 of 180 ~ 5.56%
B 37 of 180 ~ 20.56%

%73.89
%20.56

CMYK color model

#850A25 color CMYK value is (0,92,72,48).

  • cyan value is 0.00%
  • magenta value is 92.48%
  • yellow value is 72.18%
  • key color value is 47.84%
CMYK:
(0,92,72,48)
C0M92Y72K48 
(0%,92%,72%,48%)
(0.00/0.92/0.72/0.48)	

CMYK percentages

%0
%92.48
%72.18
%47.84

Codes

Color #850A25 in popluar color models

850A25
RGB1331037
HSL347°86.01%28.04%
HSB/HSV347°92.48%52.16%
CMYK0.00%92.48%72.18%
47.84%

Color #850A25 in popluar number systems.

HEX850A25
Decimal1331037
Binary100001011010100101
Octal2051245

Shades and tints

Shades of #850A25

#850A25
(133,10,37)
#790A22
(121,10,34)
#6D0A1F
(109,10,31)
#610A1C
(97,10,28)
#550A19
(85,10,25)
#490A16
(73,10,22)
#3D0A13
(61,10,19)
#310A10
(49,10,16)
#250A0D
(37,10,13)
#190A0A
(25,10,10)
#0D0A07
(13,10,7)
#000000
(0,0,0)

Tints of #850A25

#850A25
(133,10,37)
#902038
(144,32,56)
#9B364B
(155,54,75)
#A64C5E
(166,76,94)
#B16271
(177,98,113)
#BC7884
(188,120,132)
#C78E97
(199,142,151)
#D2A4AA
(210,164,170)
#DDBABD
(221,186,189)
#E8D0D0
(232,208,208)
#F3E6E3
(243,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850A25 color. Also use rgb(133,10,37) instead hex code.

Text Font Color

.myTextColor { color: #850A25; }

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

This text font color is #850A25.


Background Color

.myBgColor { background-color: #850A25; }

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

This div background color is #850A25.


Border color

.myBorderColor { border: 1px solid #850A25; }

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

This div border color is #850A25.


Opacity

.myOpacity80 { color: #850A25; opacity: 0.8; }

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

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

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

This text has shadow with #850A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850A25 on black background.


Color preview on white background

This text has color #850A25 on white background.



Black color preview on #850A25 background

This text has black color on #850A25 background.


White color preview on #850A25 background

This text has white color on #850A25 background.