COLOR #55082A

HEX: #55082A
RGB: (85,8,42)

Color info

#55082A contains mainly red and blue colors. Web safe color of #55082A is #660033 (or #603).

RGB color model

#55082A color RGB value is (85,8,42).

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

RGB channels and saturation

R 85 of 255 = 33%
G 8 of 255 = 3%
B 42 of 255 = 16%

85
8
42

R + G + B ~ 17%. #55082A is dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 8 + 42 = 135 (100%)
R 85 of 135 ~ 62.96%
G 8 of 135 ~ 5.93%
B 42 of 135 ~ 31.11%

%62.96
%31.11

CMYK color model

#55082A color CMYK value is (0,91,51,67).

  • cyan value is 0.00%
  • magenta value is 90.59%
  • yellow value is 50.59%
  • key color value is 66.67%
CMYK:
(0,91,51,67)
C0M91Y51K67 
(0%,91%,51%,67%)
(0.00/0.91/0.51/0.67)	

CMYK percentages

%0
%90.59
%50.59
%66.67

Codes

Color #55082A in popluar color models

55082A
RGB85842
HSL334°82.80%18.24%
HSB/HSV334°90.59%33.33%
CMYK0.00%90.59%50.59%
66.67%

Color #55082A in popluar number systems.

HEX55082A
Decimal85842
Binary10101011000101010
Octal1251052

Shades and tints

Shades of #55082A

#55082A
(85,8,42)
#4E0827
(78,8,39)
#470824
(71,8,36)
#400821
(64,8,33)
#39081E
(57,8,30)
#32081B
(50,8,27)
#2B0818
(43,8,24)
#240815
(36,8,21)
#1D0812
(29,8,18)
#16080F
(22,8,15)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #55082A

#55082A
(85,8,42)
#641E3D
(100,30,61)
#733450
(115,52,80)
#824A63
(130,74,99)
#916076
(145,96,118)
#A07689
(160,118,137)
#AF8C9C
(175,140,156)
#BEA2AF
(190,162,175)
#CDB8C2
(205,184,194)
#DCCED5
(220,206,213)
#EBE4E8
(235,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55082A; }

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

This text font color is #55082A.


Background Color

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

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

This div background color is #55082A.


Border color

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

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

This div border color is #55082A.


Opacity

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

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

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

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

This text has shadow with #55082A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55082A on black background.


Color preview on white background

This text has color #55082A on white background.



Black color preview on #55082A background

This text has black color on #55082A background.


White color preview on #55082A background

This text has white color on #55082A background.