COLOR #00485E

HEX: #00485E
RGB: (0,72,94)

Color info

#00485E contains only green and blue colors. Web safe color of #00485E is #003366 (or #036).

RGB color model

#00485E color RGB value is (0,72,94).

  • red value is 0;
  • green value is 72;
  • blue value is 94.
RGB:
(0,72,94)
(0%,28%,37%)

RGB channels and saturation

R 0 of 255 = 0%
G 72 of 255 = 28%
B 94 of 255 = 37%

0
72
94

R + G + B ~ 22%. #00485E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 72 + 94 = 166 (100%)
R 0 of 166 ~ 0%
G 72 of 166 ~ 43.37%
B 94 of 166 ~ 56.63%

%43.37
%56.63

CMYK color model

#00485E color CMYK value is (100,23,0,63).

  • cyan value is 100.00%
  • magenta value is 23.40%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(100,23,0,63)
C100M23Y0K63 
(100%,23%,0%,63%)
(1.00/0.23/0.00/0.63)	

CMYK percentages

%100
%23.4
%0
%63.14

Codes

Color #00485E in popluar color models

00485E
RGB07294
HSL194°100.00%18.43%
HSB/HSV194°100.00%36.86%
CMYK100.00%23.40%0.00%
63.14%

Color #00485E in popluar number systems.

HEX00485E
Decimal07294
Binary010010001011110
Octal0110136

Shades and tints

Shades of #00485E

#00485E
(0,72,94)
#004256
(0,66,86)
#003C4E
(0,60,78)
#003646
(0,54,70)
#00303E
(0,48,62)
#002A36
(0,42,54)
#00242E
(0,36,46)
#001E26
(0,30,38)
#00181E
(0,24,30)
#001216
(0,18,22)
#000C0E
(0,12,14)
#000000
(0,0,0)

Tints of #00485E

#00485E
(0,72,94)
#17586C
(23,88,108)
#2E687A
(46,104,122)
#457888
(69,120,136)
#5C8896
(92,136,150)
#7398A4
(115,152,164)
#8AA8B2
(138,168,178)
#A1B8C0
(161,184,192)
#B8C8CE
(184,200,206)
#CFD8DC
(207,216,220)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00485E color. Also use rgb(0,72,94) instead hex code.

Text Font Color

.myTextColor { color: #00485E; }

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

This text font color is #00485E.


Background Color

.myBgColor { background-color: #00485E; }

<div style="background-color:#00485E">Inner text</div>

This div background color is #00485E.


Border color

.myBorderColor { border: 1px solid #00485E; }

<div style="border:3px solid #00485E">Div</div>

This div border color is #00485E.


Opacity

.myOpacity80 { color: #00485E; opacity: 0.8; }

<p style="color:#00485E;opacity:0.8;">80%</p>

Text with #00485E 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 #00485E;}

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

This text has shadow with #00485E color.

.textShadow {text-shadow: 3px 3px 1px #00485E, 3px 3px 1px red;}

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

This text has shadow with #00485E primary color and red secondary color.


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

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

This text has shadow with #00485E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00485E on black background.


Color preview on white background

This text has color #00485E on white background.



Black color preview on #00485E background

This text has black color on #00485E background.


White color preview on #00485E background

This text has white color on #00485E background.