COLOR #00473F

HEX: #00473F
RGB: (0,71,63)

Renk bilgisi

#00473F contains only green and blue colors. #00473F ‘ nin web güvenlik rengi #003333 (ya da #033) dir.

RGB renk modeli

#00473F color RGB value is (0,71,63).

  • kırmız ton 0;
  • yeşil ton 71;
  • mavi ton 63.
RGB:
(0,71,63)
(0%,28%,25%)

RGB bağlantıları ve doygunluk

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

0
71
63

R + G + B ~ 18%. #00473F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 71 + 63 = 134 (100%)
R 0 of 134 ~ 0%
G 71 of 134 ~ 52.99%
B 63 of 134 ~ 47.01%

%52.99
%47.01

CMYK RENK MODELİ

#00473F rengi CMYK tonu (100,0,11,72).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 11.27%
  • ana renk tonu 72.16%
CMYK:
(100,0,11,72)
C100M0Y11K72 
(100%,0%,11%,72%)
(1.00/0.00/0.11/0.72)	

CMYK yüzdeleri

%100
%0
%11.27
%72.16

Codes

Color #00473F in popluar color models

00473F
RGB07163
HSL173°100.00%13.92%
HSB/HSV173°100.00%27.84%
CMYK100.00%0.00%11.27%
72.16%

Color #00473F in popluar number systems.

HEX00473F
Decimal07163
Binary01000111111111
Octal010777

Shades and tints

Shades of #00473F

#00473F
(0,71,63)
#00413A
(0,65,58)
#003B35
(0,59,53)
#003530
(0,53,48)
#002F2B
(0,47,43)
#002926
(0,41,38)
#002321
(0,35,33)
#001D1C
(0,29,28)
#001717
(0,23,23)
#001112
(0,17,18)
#000B0D
(0,11,13)
#000000
(0,0,0)

Tints of #00473F

#00473F
(0,71,63)
#175750
(23,87,80)
#2E6761
(46,103,97)
#457772
(69,119,114)
#5C8783
(92,135,131)
#739794
(115,151,148)
#8AA7A5
(138,167,165)
#A1B7B6
(161,183,182)
#B8C7C7
(184,199,199)
#CFD7D8
(207,215,216)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00473F; }

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

This text font color is #00473F.


Background Color

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

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

This div background color is #00473F.


Border color

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

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

This div border color is #00473F.


Opacity

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

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

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

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

This text has shadow with #00473F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00473F on black background.


Color preview on white background

This text has color #00473F on white background.



Black color preview on #00473F background

This text has black color on #00473F background.


White color preview on #00473F background

This text has white color on #00473F background.