COLOR #00473C

HEX: #00473C
RGB: (0,71,60)

Color info

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

RGB color model

#00473C color RGB value is (0,71,60).

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

RGB channels and saturation

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

0
71
60

R + G + B ~ 17%. #00473C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 71 + 60 = 131 (100%)
R 0 of 131 ~ 0%
G 71 of 131 ~ 54.2%
B 60 of 131 ~ 45.8%

%54.2
%45.8

CMYK color model

#00473C color CMYK value is (100,0,15,72).

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

CMYK percentages

%100
%0
%15.49
%72.16

Codes

Color #00473C in popluar color models

00473C
RGB07160
HSL171°100.00%13.92%
HSB/HSV171°100.00%27.84%
CMYK100.00%0.00%15.49%
72.16%

Color #00473C in popluar number systems.

HEX00473C
Decimal07160
Binary01000111111100
Octal010774

Shades and tints

Shades of #00473C

#00473C
(0,71,60)
#004137
(0,65,55)
#003B32
(0,59,50)
#00352D
(0,53,45)
#002F28
(0,47,40)
#002923
(0,41,35)
#00231E
(0,35,30)
#001D19
(0,29,25)
#001714
(0,23,20)
#00110F
(0,17,15)
#000B0A
(0,11,10)
#000000
(0,0,0)

Tints of #00473C

#00473C
(0,71,60)
#17574D
(23,87,77)
#2E675E
(46,103,94)
#45776F
(69,119,111)
#5C8780
(92,135,128)
#739791
(115,151,145)
#8AA7A2
(138,167,162)
#A1B7B3
(161,183,179)
#B8C7C4
(184,199,196)
#CFD7D5
(207,215,213)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00473C; }

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

This text font color is #00473C.


Background Color

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

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

This div background color is #00473C.


Border color

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

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

This div border color is #00473C.


Opacity

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

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

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

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

This text has shadow with #00473C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00473C on black background.


Color preview on white background

This text has color #00473C on white background.



Black color preview on #00473C background

This text has black color on #00473C background.


White color preview on #00473C background

This text has white color on #00473C background.