COLOR #00304B

HEX: #00304B
RGB: (0,48,75)

Color info

#00304B contains only green and blue colors. Web safe color of #00304B is #003333 (or #033).

RGB color model

#00304B color RGB value is (0,48,75).

  • red value is 0;
  • green value is 48;
  • blue value is 75.
RGB:
(0,48,75)
(0%,19%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 48 of 255 = 19%
B 75 of 255 = 29%

0
48
75

R + G + B ~ 16%. #00304B is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 48 + 75 = 123 (100%)
R 0 of 123 ~ 0%
G 48 of 123 ~ 39.02%
B 75 of 123 ~ 60.98%

%39.02
%60.98

CMYK color model

#00304B color CMYK value is (100,36,0,71).

  • cyan value is 100.00%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(100,36,0,71)
C100M36Y0K71 
(100%,36%,0%,71%)
(1.00/0.36/0.00/0.71)	

CMYK percentages

%100
%36
%0
%70.59

Codes

Color #00304B in popluar color models

00304B
RGB04875
HSL202°100.00%14.71%
HSB/HSV202°100.00%29.41%
CMYK100.00%36.00%0.00%
70.59%

Color #00304B in popluar number systems.

HEX00304B
Decimal04875
Binary01100001001011
Octal060113

Shades and tints

Shades of #00304B

#00304B
(0,48,75)
#002C45
(0,44,69)
#00283F
(0,40,63)
#002439
(0,36,57)
#002033
(0,32,51)
#001C2D
(0,28,45)
#001827
(0,24,39)
#001421
(0,20,33)
#00101B
(0,16,27)
#000C15
(0,12,21)
#00080F
(0,8,15)
#000000
(0,0,0)

Tints of #00304B

#00304B
(0,48,75)
#17425B
(23,66,91)
#2E546B
(46,84,107)
#45667B
(69,102,123)
#5C788B
(92,120,139)
#738A9B
(115,138,155)
#8A9CAB
(138,156,171)
#A1AEBB
(161,174,187)
#B8C0CB
(184,192,203)
#CFD2DB
(207,210,219)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00304B color. Also use rgb(0,48,75) instead hex code.

Text Font Color

.myTextColor { color: #00304B; }

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

This text font color is #00304B.


Background Color

.myBgColor { background-color: #00304B; }

<div style="background-color:#00304B">Inner text</div>

This div background color is #00304B.


Border color

.myBorderColor { border: 1px solid #00304B; }

<div style="border:3px solid #00304B">Div</div>

This div border color is #00304B.


Opacity

.myOpacity80 { color: #00304B; opacity: 0.8; }

<p style="color:#00304B;opacity:0.8;">80%</p>

Text with #00304B 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 #00304B;}

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

This text has shadow with #00304B color.

.textShadow {text-shadow: 3px 3px 1px #00304B, 3px 3px 1px red;}

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

This text has shadow with #00304B primary color and red secondary color.


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

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

This text has shadow with #00304B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00304B on black background.


Color preview on white background

This text has color #00304B on white background.



Black color preview on #00304B background

This text has black color on #00304B background.


White color preview on #00304B background

This text has white color on #00304B background.