COLOR #004747

HEX: #004747
RGB: (0,71,71)

Color info

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

RGB color model

#004747 color RGB value is (0,71,71).

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

RGB channels and saturation

R 0 of 255 = 0%
G 71 of 255 = 28%
B 71 of 255 = 28%

0
71
71

R + G + B ~ 19%. #004747 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 71 = 142 (100%)
R 0 of 142 ~ 0%
G 71 of 142 ~ 50%
B 71 of 142 ~ 50%

%50
%50

CMYK color model

#004747 color CMYK value is (100,0,0,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(100,0,0,72)
C100M0Y0K72 
(100%,0%,0%,72%)
(1.00/0.00/0.00/0.72)	

CMYK percentages

%100
%0
%0
%72.16

Codes

Color #004747 in popluar color models

004747
RGB07171
HSL180°100.00%13.92%
HSB/HSV180°100.00%27.84%
CMYK100.00%0.00%0.00%
72.16%

Color #004747 in popluar number systems.

HEX004747
Decimal07171
Binary010001111000111
Octal0107107

Shades and tints

Shades of #004747

#004747
(0,71,71)
#004141
(0,65,65)
#003B3B
(0,59,59)
#003535
(0,53,53)
#002F2F
(0,47,47)
#002929
(0,41,41)
#002323
(0,35,35)
#001D1D
(0,29,29)
#001717
(0,23,23)
#001111
(0,17,17)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #004747

#004747
(0,71,71)
#175757
(23,87,87)
#2E6767
(46,103,103)
#457777
(69,119,119)
#5C8787
(92,135,135)
#739797
(115,151,151)
#8AA7A7
(138,167,167)
#A1B7B7
(161,183,183)
#B8C7C7
(184,199,199)
#CFD7D7
(207,215,215)
#E6E7E7
(230,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004747; }

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

This text font color is #004747.


Background Color

.myBgColor { background-color: #004747; }

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

This div background color is #004747.


Border color

.myBorderColor { border: 1px solid #004747; }

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

This div border color is #004747.


Opacity

.myOpacity80 { color: #004747; opacity: 0.8; }

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

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

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

This text has shadow with #004747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004747 on black background.


Color preview on white background

This text has color #004747 on white background.



Black color preview on #004747 background

This text has black color on #004747 background.


White color preview on #004747 background

This text has white color on #004747 background.