COLOR #00506A

HEX: #00506A
RGB: (0,80,106)

Color info

#00506A contains only green and blue colors. Web safe color of #00506A is #006666 (or #066).

RGB color model

#00506A color RGB value is (0,80,106).

  • red value is 0;
  • green value is 80;
  • blue value is 106.
RGB:
(0,80,106)
(0%,31%,42%)

RGB channels and saturation

R 0 of 255 = 0%
G 80 of 255 = 31%
B 106 of 255 = 42%

0
80
106

R + G + B ~ 24%. #00506A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 80 + 106 = 186 (100%)
R 0 of 186 ~ 0%
G 80 of 186 ~ 43.01%
B 106 of 186 ~ 56.99%

%43.01
%56.99

CMYK color model

#00506A color CMYK value is (100,25,0,58).

  • cyan value is 100.00%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(100,25,0,58)
C100M25Y0K58 
(100%,25%,0%,58%)
(1.00/0.25/0.00/0.58)	

CMYK percentages

%100
%24.53
%0
%58.43

Codes

Color #00506A in popluar color models

00506A
RGB080106
HSL195°100.00%20.78%
HSB/HSV195°100.00%41.57%
CMYK100.00%24.53%0.00%
58.43%

Color #00506A in popluar number systems.

HEX00506A
Decimal080106
Binary010100001101010
Octal0120152

Shades and tints

Shades of #00506A

#00506A
(0,80,106)
#004961
(0,73,97)
#004258
(0,66,88)
#003B4F
(0,59,79)
#003446
(0,52,70)
#002D3D
(0,45,61)
#002634
(0,38,52)
#001F2B
(0,31,43)
#001822
(0,24,34)
#001119
(0,17,25)
#000A10
(0,10,16)
#000000
(0,0,0)

Tints of #00506A

#00506A
(0,80,106)
#175F77
(23,95,119)
#2E6E84
(46,110,132)
#457D91
(69,125,145)
#5C8C9E
(92,140,158)
#739BAB
(115,155,171)
#8AAAB8
(138,170,184)
#A1B9C5
(161,185,197)
#B8C8D2
(184,200,210)
#CFD7DF
(207,215,223)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00506A color. Also use rgb(0,80,106) instead hex code.

Text Font Color

.myTextColor { color: #00506A; }

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

This text font color is #00506A.


Background Color

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

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

This div background color is #00506A.


Border color

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

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

This div border color is #00506A.


Opacity

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

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

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

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

This text has shadow with #00506A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00506A on black background.


Color preview on white background

This text has color #00506A on white background.



Black color preview on #00506A background

This text has black color on #00506A background.


White color preview on #00506A background

This text has white color on #00506A background.