COLOR #09052A

HEX: #09052A
RGB: (9,5,42)

Color info

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

RGB color model

#09052A color RGB value is (9,5,42).

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

RGB channels and saturation

R 9 of 255 = 4%
G 5 of 255 = 2%
B 42 of 255 = 16%

9
5
42

R + G + B ~ 7%. #09052A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 5 + 42 = 56 (100%)
R 9 of 56 ~ 16.07%
G 5 of 56 ~ 8.93%
B 42 of 56 ~ 75%

%16.07
%75

CMYK color model

#09052A color CMYK value is (79,88,0,84).

  • cyan value is 78.57%
  • magenta value is 88.10%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(79,88,0,84)
C79M88Y0K84 
(79%,88%,0%,84%)
(0.79/0.88/0.00/0.84)	

CMYK percentages

%78.57
%88.1
%0
%83.53

Codes

Color #09052A in popluar color models

09052A
RGB9542
HSL246°78.72%9.22%
HSB/HSV246°88.10%16.47%
CMYK78.57%88.10%0.00%
83.53%

Color #09052A in popluar number systems.

HEX09052A
Decimal9542
Binary1001101101010
Octal11552

Shades and tints

Shades of #09052A

#09052A
(9,5,42)
#090527
(9,5,39)
#090524
(9,5,36)
#090521
(9,5,33)
#09051E
(9,5,30)
#09051B
(9,5,27)
#090518
(9,5,24)
#090515
(9,5,21)
#090512
(9,5,18)
#09050F
(9,5,15)
#09050C
(9,5,12)
#000000
(0,0,0)

Tints of #09052A

#09052A
(9,5,42)
#1F1B3D
(31,27,61)
#353150
(53,49,80)
#4B4763
(75,71,99)
#615D76
(97,93,118)
#777389
(119,115,137)
#8D899C
(141,137,156)
#A39FAF
(163,159,175)
#B9B5C2
(185,181,194)
#CFCBD5
(207,203,213)
#E5E1E8
(229,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09052A; }

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

This text font color is #09052A.


Background Color

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

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

This div background color is #09052A.


Border color

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

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

This div border color is #09052A.


Opacity

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

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

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

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

This text has shadow with #09052A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09052A on black background.


Color preview on white background

This text has color #09052A on white background.



Black color preview on #09052A background

This text has black color on #09052A background.


White color preview on #09052A background

This text has white color on #09052A background.