COLOR #05304C

HEX: #05304C RGB: (5,48,76)

Color info

#05304C contains mainly green and blue colors. Web safe color of #05304C is #003333 (or #033).

RGB color model

#05304C color RGB value is (5,48,76).

RGB: (5,48,76) (2%, 19%, 30%)

RGB channels and saturation

R 5 of 255 = 2%
G 48 of 255 = 19%
B 76 of 255 = 30%

5
48
76

R + G + B ~ 17%. #05304C is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 48 + 76 = 129 (100%)
R 5 of 129 ~ 3.88%
G 48 of 129 ~ 37.21%
B 76 of 129 ~ 58.91'%

%37.21
%58.91

CMYK color model

#05304C color CMYK value is (93,37,0,70).

  • cyan value is 93.42%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (93,37,0,70)
C93M37Y0K70 (93%, 37%, 0%, 70%)
(0.93 / 0.37 / 0.00 / 0.70)

CMYK percentages

%93.42
%36.84
%0
%70.2

Codes

Color #05304C in popluar color models

05 30 4C
RGB 5 48 76
HSL 204° 87.65% 15.88%
HSB/HSV 204° 93.42% 29.80%
CMYK 93.42% 36.84% 0.00%
70.20%

Color #05304C in popluar number systems.

HEX 05 30 4C
Decimal 5 48 76
Binary 101 110000 1001100
Octal 5 60 114

Shades and tints

Shades of #05304C

#05304C
(5,48,76)
#052C46
(5,44,70)
#052840
(5,40,64)
#05243A
(5,36,58)
#052034
(5,32,52)
#051C2E
(5,28,46)
#051828
(5,24,40)
#051422
(5,20,34)
#05101C
(5,16,28)
#050C16
(5,12,22)
#050810
(5,8,16)
#000000
(0,0,0)

Tints of #05304C

#05304C
(5,48,76)
#1B425C
(27,66,92)
#31546C
(49,84,108)
#47667C
(71,102,124)
#5D788C
(93,120,140)
#738A9C
(115,138,156)
#899CAC
(137,156,172)
#9FAEBC
(159,174,188)
#B5C0CC
(181,192,204)
#CBD2DC
(203,210,220)
#E1E4EC
(225,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05304C color. Also use rgb(5,48,76) instead hex code.

Text Font Color

.myTextColor { color: #05304C; }

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

This text font color is #05304C.

Background Color

.myBgColor { background-color: #05304C; }

<div style="background-color:#05304C">Inner text</div>

This div background color is #05304C.

Border color

.myBorderColor { border: 1px solid #05304C; }

<div style="border:3px solid #05304C">Div</div>

This div border color is #05304C.

Opacity

.myOpacity80 { color: #05304C; opacity: 0.8; }

<p style="color:#05304C;opacity:0.8;">80%</p>

Text with #05304C 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 #05304C;}

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

This text has shadow with #05304C color.


.textShadow {text-shadow: 3px 3px 1px #05304C', 3px 3px 1px red;}

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

This text has shadow with #05304C primary color and red secondary color.


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

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

This text has shadow with #05304C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #05304C; -webkit-box-shadow: 1px 1px 3px 2px #05304C; box-shadow:1px 1px 3px 2px #05304C;">
Div content here
</div>

This div box has shadow with color #05304C.

Preview

Color preview on black background

This text has color #05304C on black background.


Color preview on white background

This text has color #05304C on white background.


Black color preview on #05304C background

This text has black color on #05304C background.


White color preview on #05304C background

This text has white color on #05304C background.


Related colors

Complementary color

Complementary color for #hex is #FACFB3.


I love getcolorcode.com

Triadic colors

1 #4C0530 and #304C05 with #05304C are triadic colors.

2 #4C3005 and #30054C with #05304C are triadic colors.