COLOR #05293A

HEX: #05293A
RGB: (5,41,58)

Color info

#05293A contains red, green and blue colors in about the same proportion. Web safe color of #05293A is #003333 (or #033).

RGB color model

#05293A color RGB value is (5,41,58).

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

RGB channels and saturation

R 5 of 255 = 2%
G 41 of 255 = 16%
B 58 of 255 = 23%

5
41
58

R + G + B ~ 14%. #05293A is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 41 + 58 = 104 (100%)
R 5 of 104 ~ 4.81%
G 41 of 104 ~ 39.42%
B 58 of 104 ~ 55.77%

%39.42
%55.77

CMYK color model

#05293A color CMYK value is (91,29,0,77).

  • cyan value is 91.38%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(91,29,0,77)
C91M29Y0K77 
(91%,29%,0%,77%)
(0.91/0.29/0.00/0.77)	

CMYK percentages

%91.38
%29.31
%0
%77.25

Codes

Color #05293A in popluar color models

05293A
RGB54158
HSL199°84.13%12.35%
HSB/HSV199°91.38%22.75%
CMYK91.38%29.31%0.00%
77.25%

Color #05293A in popluar number systems.

HEX05293A
Decimal54158
Binary101101001111010
Octal55172

Shades and tints

Shades of #05293A

#05293A
(5,41,58)
#052635
(5,38,53)
#052330
(5,35,48)
#05202B
(5,32,43)
#051D26
(5,29,38)
#051A21
(5,26,33)
#05171C
(5,23,28)
#051417
(5,20,23)
#051112
(5,17,18)
#050E0D
(5,14,13)
#050B08
(5,11,8)
#000000
(0,0,0)

Tints of #05293A

#05293A
(5,41,58)
#1B3C4B
(27,60,75)
#314F5C
(49,79,92)
#47626D
(71,98,109)
#5D757E
(93,117,126)
#73888F
(115,136,143)
#899BA0
(137,155,160)
#9FAEB1
(159,174,177)
#B5C1C2
(181,193,194)
#CBD4D3
(203,212,211)
#E1E7E4
(225,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05293A; }

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

This text font color is #05293A.


Background Color

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

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

This div background color is #05293A.


Border color

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

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

This div border color is #05293A.


Opacity

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

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

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

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

This text has shadow with #05293A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05293A on black background.


Color preview on white background

This text has color #05293A on white background.



Black color preview on #05293A background

This text has black color on #05293A background.


White color preview on #05293A background

This text has white color on #05293A background.