COLOR #85082A

HEX: #85082A
RGB: (133,8,42)

Color info

#85082A contains mainly red color. Web safe color of #85082A is #990033 (or #903).

RGB color model

#85082A color RGB value is (133,8,42).

  • red value is 133;
  • green value is 8;
  • blue value is 42.
RGB:
(133,8,42)
(52%,3%,16%)

RGB channels and saturation

R 133 of 255 = 52%
G 8 of 255 = 3%
B 42 of 255 = 16%

133
8
42

R + G + B ~ 24%. #85082A is dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 8 + 42 = 183 (100%)
R 133 of 183 ~ 72.68%
G 8 of 183 ~ 4.37%
B 42 of 183 ~ 22.95%

%72.68
%22.95

CMYK color model

#85082A color CMYK value is (0,94,68,48).

  • cyan value is 0.00%
  • magenta value is 93.98%
  • yellow value is 68.42%
  • key color value is 47.84%
CMYK:
(0,94,68,48)
C0M94Y68K48 
(0%,94%,68%,48%)
(0.00/0.94/0.68/0.48)	

CMYK percentages

%0
%93.98
%68.42
%47.84

Codes

Color #85082A in popluar color models

85082A
RGB133842
HSL344°88.65%27.65%
HSB/HSV344°93.98%52.16%
CMYK0.00%93.98%68.42%
47.84%

Color #85082A in popluar number systems.

HEX85082A
Decimal133842
Binary100001011000101010
Octal2051052

Shades and tints

Shades of #85082A

#85082A
(133,8,42)
#790827
(121,8,39)
#6D0824
(109,8,36)
#610821
(97,8,33)
#55081E
(85,8,30)
#49081B
(73,8,27)
#3D0818
(61,8,24)
#310815
(49,8,21)
#250812
(37,8,18)
#19080F
(25,8,15)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #85082A

#85082A
(133,8,42)
#901E3D
(144,30,61)
#9B3450
(155,52,80)
#A64A63
(166,74,99)
#B16076
(177,96,118)
#BC7689
(188,118,137)
#C78C9C
(199,140,156)
#D2A2AF
(210,162,175)
#DDB8C2
(221,184,194)
#E8CED5
(232,206,213)
#F3E4E8
(243,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85082A color. Also use rgb(133,8,42) instead hex code.

Text Font Color

.myTextColor { color: #85082A; }

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

This text font color is #85082A.


Background Color

.myBgColor { background-color: #85082A; }

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

This div background color is #85082A.


Border color

.myBorderColor { border: 1px solid #85082A; }

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

This div border color is #85082A.


Opacity

.myOpacity80 { color: #85082A; opacity: 0.8; }

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

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

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

This text has shadow with #85082A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85082A on black background.


Color preview on white background

This text has color #85082A on white background.



Black color preview on #85082A background

This text has black color on #85082A background.


White color preview on #85082A background

This text has white color on #85082A background.