COLOR #08053A

HEX: #08053A
RGB: (8,5,58)

Color info

#08053A contains red, green and blue colors in about the same proportion. Web safe color of #08053A is #000033 (or #003).

RGB color model

#08053A color RGB value is (8,5,58).

  • red value is 8;
  • green value is 5;
  • blue value is 58.
RGB:
(8,5,58)
(3%,2%,23%)

RGB channels and saturation

R 8 of 255 = 3%
G 5 of 255 = 2%
B 58 of 255 = 23%

8
5
58

R + G + B ~ 9%. #08053A is dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 5 + 58 = 71 (100%)
R 8 of 71 ~ 11.27%
G 5 of 71 ~ 7.04%
B 58 of 71 ~ 81.69%

%11.27
%81.69

CMYK color model

#08053A color CMYK value is (86,91,0,77).

  • cyan value is 86.21%
  • magenta value is 91.38%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(86,91,0,77)
C86M91Y0K77 
(86%,91%,0%,77%)
(0.86/0.91/0.00/0.77)	

CMYK percentages

%86.21
%91.38
%0
%77.25

Codes

Color #08053A in popluar color models

08053A
RGB8558
HSL243°84.13%12.35%
HSB/HSV243°91.38%22.75%
CMYK86.21%91.38%0.00%
77.25%

Color #08053A in popluar number systems.

HEX08053A
Decimal8558
Binary1000101111010
Octal10572

Shades and tints

Shades of #08053A

#08053A
(8,5,58)
#080535
(8,5,53)
#080530
(8,5,48)
#08052B
(8,5,43)
#080526
(8,5,38)
#080521
(8,5,33)
#08051C
(8,5,28)
#080517
(8,5,23)
#080512
(8,5,18)
#08050D
(8,5,13)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #08053A

#08053A
(8,5,58)
#1E1B4B
(30,27,75)
#34315C
(52,49,92)
#4A476D
(74,71,109)
#605D7E
(96,93,126)
#76738F
(118,115,143)
#8C89A0
(140,137,160)
#A29FB1
(162,159,177)
#B8B5C2
(184,181,194)
#CECBD3
(206,203,211)
#E4E1E4
(228,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08053A color. Also use rgb(8,5,58) instead hex code.

Text Font Color

.myTextColor { color: #08053A; }

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

This text font color is #08053A.


Background Color

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

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

This div background color is #08053A.


Border color

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

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

This div border color is #08053A.


Opacity

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

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

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

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

This text has shadow with #08053A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08053A on black background.


Color preview on white background

This text has color #08053A on white background.



Black color preview on #08053A background

This text has black color on #08053A background.


White color preview on #08053A background

This text has white color on #08053A background.