COLOR #00563F

HEX: #00563F
RGB: (0,86,63)

Renk bilgisi

#00563F contains only green and blue colors. #00563F ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#00563F color RGB value is (0,86,63).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 86 of 255 = 34%
B 63 of 255 = 25%

0
86
63

R + G + B ~ 20%. #00563F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 86 + 63 = 149 (100%)
R 0 of 149 ~ 0%
G 86 of 149 ~ 57.72%
B 63 of 149 ~ 42.28%

%57.72
%42.28

CMYK RENK MODELİ

#00563F rengi CMYK tonu (100,0,27,66).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 26.74%
  • ana renk tonu 66.27%
CMYK:
(100,0,27,66)
C100M0Y27K66 
(100%,0%,27%,66%)
(1.00/0.00/0.27/0.66)	

CMYK yüzdeleri

%100
%0
%26.74
%66.27

Codes

Color #00563F in popluar color models

00563F
RGB08663
HSL164°100.00%16.86%
HSB/HSV164°100.00%33.73%
CMYK100.00%0.00%26.74%
66.27%

Color #00563F in popluar number systems.

HEX00563F
Decimal08663
Binary01010110111111
Octal012677

Shades and tints

Shades of #00563F

#00563F
(0,86,63)
#004F3A
(0,79,58)
#004835
(0,72,53)
#004130
(0,65,48)
#003A2B
(0,58,43)
#003326
(0,51,38)
#002C21
(0,44,33)
#00251C
(0,37,28)
#001E17
(0,30,23)
#001712
(0,23,18)
#00100D
(0,16,13)
#000000
(0,0,0)

Tints of #00563F

#00563F
(0,86,63)
#176550
(23,101,80)
#2E7461
(46,116,97)
#458372
(69,131,114)
#5C9283
(92,146,131)
#73A194
(115,161,148)
#8AB0A5
(138,176,165)
#A1BFB6
(161,191,182)
#B8CEC7
(184,206,199)
#CFDDD8
(207,221,216)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00563F; }

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

This text font color is #00563F.


Background Color

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

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

This div background color is #00563F.


Border color

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

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

This div border color is #00563F.


Opacity

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

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

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

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

This text has shadow with #00563F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00563F on black background.


Color preview on white background

This text has color #00563F on white background.



Black color preview on #00563F background

This text has black color on #00563F background.


White color preview on #00563F background

This text has white color on #00563F background.