COLOR #85073C

HEX: #85073C
RGB: (133,7,60)

Color info

#85073C contains mainly red color. Web safe color of #85073C is #990033 (or #903).

RGB color model

#85073C color RGB value is (133,7,60).

  • red value is 133;
  • green value is 7;
  • blue value is 60.
RGB:
(133,7,60)
(52%,3%,24%)

RGB channels and saturation

R 133 of 255 = 52%
G 7 of 255 = 3%
B 60 of 255 = 24%

133
7
60

R + G + B ~ 26%. #85073C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 7 + 60 = 200 (100%)
R 133 of 200 ~ 66.5%
G 7 of 200 ~ 3.5%
B 60 of 200 ~ 30%

%66.5
%30

CMYK color model

#85073C color CMYK value is (0,95,55,48).

  • cyan value is 0.00%
  • magenta value is 94.74%
  • yellow value is 54.89%
  • key color value is 47.84%
CMYK:
(0,95,55,48)
C0M95Y55K48 
(0%,95%,55%,48%)
(0.00/0.95/0.55/0.48)	

CMYK percentages

%0
%94.74
%54.89
%47.84

Codes

Color #85073C in popluar color models

85073C
RGB133760
HSL335°90.00%27.45%
HSB/HSV335°94.74%52.16%
CMYK0.00%94.74%54.89%
47.84%

Color #85073C in popluar number systems.

HEX85073C
Decimal133760
Binary10000101111111100
Octal205774

Shades and tints

Shades of #85073C

#85073C
(133,7,60)
#790737
(121,7,55)
#6D0732
(109,7,50)
#61072D
(97,7,45)
#550728
(85,7,40)
#490723
(73,7,35)
#3D071E
(61,7,30)
#310719
(49,7,25)
#250714
(37,7,20)
#19070F
(25,7,15)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #85073C

#85073C
(133,7,60)
#901D4D
(144,29,77)
#9B335E
(155,51,94)
#A6496F
(166,73,111)
#B15F80
(177,95,128)
#BC7591
(188,117,145)
#C78BA2
(199,139,162)
#D2A1B3
(210,161,179)
#DDB7C4
(221,183,196)
#E8CDD5
(232,205,213)
#F3E3E6
(243,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85073C color. Also use rgb(133,7,60) instead hex code.

Text Font Color

.myTextColor { color: #85073C; }

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

This text font color is #85073C.


Background Color

.myBgColor { background-color: #85073C; }

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

This div background color is #85073C.


Border color

.myBorderColor { border: 1px solid #85073C; }

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

This div border color is #85073C.


Opacity

.myOpacity80 { color: #85073C; opacity: 0.8; }

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

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

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

This text has shadow with #85073C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85073C on black background.


Color preview on white background

This text has color #85073C on white background.



Black color preview on #85073C background

This text has black color on #85073C background.


White color preview on #85073C background

This text has white color on #85073C background.