COLOR #004C4C

HEX: #004C4C
RGB: (0,76,76)

Color info

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

RGB color model

#004C4C color RGB value is (0,76,76).

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

RGB channels and saturation

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

0
76
76

R + G + B ~ 20%. #004C4C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 76 + 76 = 152 (100%)
R 0 of 152 ~ 0%
G 76 of 152 ~ 50%
B 76 of 152 ~ 50%

%50
%50

CMYK color model

#004C4C color CMYK value is (100,0,0,70).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(100,0,0,70)
C100M0Y0K70 
(100%,0%,0%,70%)
(1.00/0.00/0.00/0.70)	

CMYK percentages

%100
%0
%0
%70.2

Codes

Color #004C4C in popluar color models

004C4C
RGB07676
HSL180°100.00%14.90%
HSB/HSV180°100.00%29.80%
CMYK100.00%0.00%0.00%
70.20%

Color #004C4C in popluar number systems.

HEX004C4C
Decimal07676
Binary010011001001100
Octal0114114

Shades and tints

Shades of #004C4C

#004C4C
(0,76,76)
#004646
(0,70,70)
#004040
(0,64,64)
#003A3A
(0,58,58)
#003434
(0,52,52)
#002E2E
(0,46,46)
#002828
(0,40,40)
#002222
(0,34,34)
#001C1C
(0,28,28)
#001616
(0,22,22)
#001010
(0,16,16)
#000000
(0,0,0)

Tints of #004C4C

#004C4C
(0,76,76)
#175C5C
(23,92,92)
#2E6C6C
(46,108,108)
#457C7C
(69,124,124)
#5C8C8C
(92,140,140)
#739C9C
(115,156,156)
#8AACAC
(138,172,172)
#A1BCBC
(161,188,188)
#B8CCCC
(184,204,204)
#CFDCDC
(207,220,220)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004C4C; }

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

This text font color is #004C4C.


Background Color

.myBgColor { background-color: #004C4C; }

<div style="background-color:#004C4C">Inner text</div>

This div background color is #004C4C.


Border color

.myBorderColor { border: 1px solid #004C4C; }

<div style="border:3px solid #004C4C">Div</div>

This div border color is #004C4C.


Opacity

.myOpacity80 { color: #004C4C; opacity: 0.8; }

<p style="color:#004C4C;opacity:0.8;">80%</p>

Text with #004C4C 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 #004C4C;}

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

This text has shadow with #004C4C color.

.textShadow {text-shadow: 3px 3px 1px #004C4C, 3px 3px 1px red;}

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

This text has shadow with #004C4C primary color and red secondary color.


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

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

This text has shadow with #004C4C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004C4C on black background.


Color preview on white background

This text has color #004C4C on white background.



Black color preview on #004C4C background

This text has black color on #004C4C background.


White color preview on #004C4C background

This text has white color on #004C4C background.