COLOR #00504C

HEX: #00504C
RGB: (0,80,76)

Color info

#00504C contains only green and blue colors. Web safe color of #00504C is #006633 (or #063).

RGB color model

#00504C color RGB value is (0,80,76).

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

RGB channels and saturation

R 0 of 255 = 0%
G 80 of 255 = 31%
B 76 of 255 = 30%

0
80
76

R + G + B ~ 20%. #00504C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 80 + 76 = 156 (100%)
R 0 of 156 ~ 0%
G 80 of 156 ~ 51.28%
B 76 of 156 ~ 48.72%

%51.28
%48.72

CMYK color model

#00504C color CMYK value is (100,0,5,69).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 68.63%
CMYK:
(100,0,5,69)
C100M0Y5K69 
(100%,0%,5%,69%)
(1.00/0.00/0.05/0.69)	

CMYK percentages

%100
%0
%5
%68.63

Codes

Color #00504C in popluar color models

00504C
RGB08076
HSL177°100.00%15.69%
HSB/HSV177°100.00%31.37%
CMYK100.00%0.00%5.00%
68.63%

Color #00504C in popluar number systems.

HEX00504C
Decimal08076
Binary010100001001100
Octal0120114

Shades and tints

Shades of #00504C

#00504C
(0,80,76)
#004946
(0,73,70)
#004240
(0,66,64)
#003B3A
(0,59,58)
#003434
(0,52,52)
#002D2E
(0,45,46)
#002628
(0,38,40)
#001F22
(0,31,34)
#00181C
(0,24,28)
#001116
(0,17,22)
#000A10
(0,10,16)
#000000
(0,0,0)

Tints of #00504C

#00504C
(0,80,76)
#175F5C
(23,95,92)
#2E6E6C
(46,110,108)
#457D7C
(69,125,124)
#5C8C8C
(92,140,140)
#739B9C
(115,155,156)
#8AAAAC
(138,170,172)
#A1B9BC
(161,185,188)
#B8C8CC
(184,200,204)
#CFD7DC
(207,215,220)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00504C color. Also use rgb(0,80,76) instead hex code.

Text Font Color

.myTextColor { color: #00504C; }

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

This text font color is #00504C.


Background Color

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

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

This div background color is #00504C.


Border color

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

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

This div border color is #00504C.


Opacity

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

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

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

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

This text has shadow with #00504C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00504C on black background.


Color preview on white background

This text has color #00504C on white background.



Black color preview on #00504C background

This text has black color on #00504C background.


White color preview on #00504C background

This text has white color on #00504C background.