COLOR #06463F

HEX: #06463F
RGB: (6,70,63)

Renk bilgisi

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

RGB renk modeli

#06463F color RGB value is (6,70,63).

  • kırmız ton 6;
  • yeşil ton 70;
  • mavi ton 63.
RGB:
(6,70,63)
(2%,27%,25%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 70 of 255 = 27%
B 63 of 255 = 25%

6
70
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 70 + 63 = 139 (100%)
R 6 of 139 ~ 4.32%
G 70 of 139 ~ 50.36%
B 63 of 139 ~ 45.32%

%50.36
%45.32

CMYK RENK MODELİ

#06463F rengi CMYK tonu (91,0,10,73).

  • camgöbeği tonu 91.43%
  • eflatun tonu 0.00%
  • sarı tonu 10.00%
  • ana renk tonu 72.55%
CMYK:
(91,0,10,73)
C91M0Y10K73 
(91%,0%,10%,73%)
(0.91/0.00/0.10/0.73)	

CMYK yüzdeleri

%91.43
%0
%10
%72.55

Codes

Color #06463F in popluar color models

06463F
RGB67063
HSL173°84.21%14.90%
HSB/HSV173°91.43%27.45%
CMYK91.43%0.00%10.00%
72.55%

Color #06463F in popluar number systems.

HEX06463F
Decimal67063
Binary1101000110111111
Octal610677

Shades and tints

Shades of #06463F

#06463F
(6,70,63)
#06403A
(6,64,58)
#063A35
(6,58,53)
#063430
(6,52,48)
#062E2B
(6,46,43)
#062826
(6,40,38)
#062221
(6,34,33)
#061C1C
(6,28,28)
#061617
(6,22,23)
#061012
(6,16,18)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #06463F

#06463F
(6,70,63)
#1C5650
(28,86,80)
#326661
(50,102,97)
#487672
(72,118,114)
#5E8683
(94,134,131)
#749694
(116,150,148)
#8AA6A5
(138,166,165)
#A0B6B6
(160,182,182)
#B6C6C7
(182,198,199)
#CCD6D8
(204,214,216)
#E2E6E9
(226,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06463F color. Also use rgb(6,70,63) instead hex code.

Text Font Color

.myTextColor { color: #06463F; }

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

This text font color is #06463F.


Background Color

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

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

This div background color is #06463F.


Border color

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

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

This div border color is #06463F.


Opacity

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

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

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

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

This text has shadow with #06463F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06463F on black background.


Color preview on white background

This text has color #06463F on white background.



Black color preview on #06463F background

This text has black color on #06463F background.


White color preview on #06463F background

This text has white color on #06463F background.