COLOR #09053A

HEX: #09053A
RGB: (9,5,58)

Color info

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

RGB color model

#09053A color RGB value is (9,5,58).

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

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 58 of 255 = 23%

9
5
58

R + G + B ~ 10%. #09053A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 58 = 72 (100%)
R 9 of 72 ~ 12.5%
G 5 of 72 ~ 6.94%
B 58 of 72 ~ 80.56%

%12.5
%80.56

CMYK color model

#09053A color CMYK value is (84,91,0,77).

  • cyan value is 84.48%
  • magenta value is 91.38%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(84,91,0,77)
C84M91Y0K77 
(84%,91%,0%,77%)
(0.84/0.91/0.00/0.77)	

CMYK percentages

%84.48
%91.38
%0
%77.25

Codes

Color #09053A in popluar color models

09053A
RGB9558
HSL245°84.13%12.35%
HSB/HSV245°91.38%22.75%
CMYK84.48%91.38%0.00%
77.25%

Color #09053A in popluar number systems.

HEX09053A
Decimal9558
Binary1001101111010
Octal11572

Shades and tints

Shades of #09053A

#09053A
(9,5,58)
#090535
(9,5,53)
#090530
(9,5,48)
#09052B
(9,5,43)
#090526
(9,5,38)
#090521
(9,5,33)
#09051C
(9,5,28)
#090517
(9,5,23)
#090512
(9,5,18)
#09050D
(9,5,13)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #09053A

#09053A
(9,5,58)
#1F1B4B
(31,27,75)
#35315C
(53,49,92)
#4B476D
(75,71,109)
#615D7E
(97,93,126)
#77738F
(119,115,143)
#8D89A0
(141,137,160)
#A39FB1
(163,159,177)
#B9B5C2
(185,181,194)
#CFCBD3
(207,203,211)
#E5E1E4
(229,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09053A; }

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

This text font color is #09053A.


Background Color

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

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

This div background color is #09053A.


Border color

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

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

This div border color is #09053A.


Opacity

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

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

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

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

This text has shadow with #09053A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09053A on black background.


Color preview on white background

This text has color #09053A on white background.



Black color preview on #09053A background

This text has black color on #09053A background.


White color preview on #09053A background

This text has white color on #09053A background.