COLOR #00463C

HEX: #00463C
RGB: (0,70,60)

Renk bilgisi

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

RGB renk modeli

#00463C color RGB value is (0,70,60).

  • kırmız ton 0;
  • yeşil ton 70;
  • mavi ton 60.
RGB:
(0,70,60)
(0%,27%,24%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 70 of 255 = 27%
B 60 of 255 = 24%

0
70
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 70 + 60 = 130 (100%)
R 0 of 130 ~ 0%
G 70 of 130 ~ 53.85%
B 60 of 130 ~ 46.15%

%53.85
%46.15

CMYK RENK MODELİ

#00463C rengi CMYK tonu (100,0,14,73).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 72.55%
CMYK:
(100,0,14,73)
C100M0Y14K73 
(100%,0%,14%,73%)
(1.00/0.00/0.14/0.73)	

CMYK yüzdeleri

%100
%0
%14.29
%72.55

Codes

Color #00463C in popluar color models

00463C
RGB07060
HSL171°100.00%13.73%
HSB/HSV171°100.00%27.45%
CMYK100.00%0.00%14.29%
72.55%

Color #00463C in popluar number systems.

HEX00463C
Decimal07060
Binary01000110111100
Octal010674

Shades and tints

Shades of #00463C

#00463C
(0,70,60)
#004037
(0,64,55)
#003A32
(0,58,50)
#00342D
(0,52,45)
#002E28
(0,46,40)
#002823
(0,40,35)
#00221E
(0,34,30)
#001C19
(0,28,25)
#001614
(0,22,20)
#00100F
(0,16,15)
#000A0A
(0,10,10)
#000000
(0,0,0)

Tints of #00463C

#00463C
(0,70,60)
#17564D
(23,86,77)
#2E665E
(46,102,94)
#45766F
(69,118,111)
#5C8680
(92,134,128)
#739691
(115,150,145)
#8AA6A2
(138,166,162)
#A1B6B3
(161,182,179)
#B8C6C4
(184,198,196)
#CFD6D5
(207,214,213)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00463C; }

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

This text font color is #00463C.


Background Color

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

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

This div background color is #00463C.


Border color

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

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

This div border color is #00463C.


Opacity

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

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

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

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

This text has shadow with #00463C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00463C on black background.


Color preview on white background

This text has color #00463C on white background.



Black color preview on #00463C background

This text has black color on #00463C background.


White color preview on #00463C background

This text has white color on #00463C background.