COLOR #05052D

HEX: #05052D
RGB: (5,5,45)

Color info

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

RGB color model

#05052D color RGB value is (5,5,45).

  • red value is 5;
  • green value is 5;
  • blue value is 45.
RGB:
(5,5,45)
(2%,2%,18%)

RGB channels and saturation

R 5 of 255 = 2%
G 5 of 255 = 2%
B 45 of 255 = 18%

5
5
45

R + G + B ~ 7%. #05052D is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 5 + 45 = 55 (100%)
R 5 of 55 ~ 9.09%
G 5 of 55 ~ 9.09%
B 45 of 55 ~ 81.82%

%81.82

CMYK color model

#05052D color CMYK value is (89,89,0,82).

  • cyan value is 88.89%
  • magenta value is 88.89%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(89,89,0,82)
C89M89Y0K82 
(89%,89%,0%,82%)
(0.89/0.89/0.00/0.82)	

CMYK percentages

%88.89
%88.89
%0
%82.35

Codes

Color #05052D in popluar color models

05052D
RGB5545
HSL240°80.00%9.80%
HSB/HSV240°88.89%17.65%
CMYK88.89%88.89%0.00%
82.35%

Color #05052D in popluar number systems.

HEX05052D
Decimal5545
Binary101101101101
Octal5555

Shades and tints

Shades of #05052D

#05052D
(5,5,45)
#050529
(5,5,41)
#050525
(5,5,37)
#050521
(5,5,33)
#05051D
(5,5,29)
#050519
(5,5,25)
#050515
(5,5,21)
#050511
(5,5,17)
#05050D
(5,5,13)
#050509
(5,5,9)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #05052D

#05052D
(5,5,45)
#1B1B40
(27,27,64)
#313153
(49,49,83)
#474766
(71,71,102)
#5D5D79
(93,93,121)
#73738C
(115,115,140)
#89899F
(137,137,159)
#9F9FB2
(159,159,178)
#B5B5C5
(181,181,197)
#CBCBD8
(203,203,216)
#E1E1EB
(225,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05052D color. Also use rgb(5,5,45) instead hex code.

Text Font Color

.myTextColor { color: #05052D; }

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

This text font color is #05052D.


Background Color

.myBgColor { background-color: #05052D; }

<div style="background-color:#05052D">Inner text</div>

This div background color is #05052D.


Border color

.myBorderColor { border: 1px solid #05052D; }

<div style="border:3px solid #05052D">Div</div>

This div border color is #05052D.


Opacity

.myOpacity80 { color: #05052D; opacity: 0.8; }

<p style="color:#05052D;opacity:0.8;">80%</p>

Text with #05052D 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 #05052D;}

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

This text has shadow with #05052D color.

.textShadow {text-shadow: 3px 3px 1px #05052D, 3px 3px 1px red;}

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

This text has shadow with #05052D primary color and red secondary color.


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

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

This text has shadow with #05052D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05052D on black background.


Color preview on white background

This text has color #05052D on white background.



Black color preview on #05052D background

This text has black color on #05052D background.


White color preview on #05052D background

This text has white color on #05052D background.