COLOR #063D55

HEX: #063D55
RGB: (6,61,85)

Renk bilgisi

#063D55 contains mainly green and blue colors. #063D55 ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#063D55 color RGB value is (6,61,85).

  • kırmız ton 6;
  • yeşil ton 61;
  • mavi ton 85.
RGB:
(6,61,85)
(2%,24%,33%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 61 of 255 = 24%
B 85 of 255 = 33%

6
61
85

R + G + B ~ 20%. #063D55 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 61 + 85 = 152 (100%)
R 6 of 152 ~ 3.95%
G 61 of 152 ~ 40.13%
B 85 of 152 ~ 55.92%

%40.13
%55.92

CMYK RENK MODELİ

#063D55 rengi CMYK tonu (93,28,0,67).

  • camgöbeği tonu 92.94%
  • eflatun tonu 28.24%
  • sarı tonu 0.00%
  • ana renk tonu 66.67%
CMYK:
(93,28,0,67)
C93M28Y0K67 
(93%,28%,0%,67%)
(0.93/0.28/0.00/0.67)	

CMYK yüzdeleri

%92.94
%28.24
%0
%66.67

Codes

Color #063D55 in popluar color models

063D55
RGB66185
HSL198°86.81%17.84%
HSB/HSV198°92.94%33.33%
CMYK92.94%28.24%0.00%
66.67%

Color #063D55 in popluar number systems.

HEX063D55
Decimal66185
Binary1101111011010101
Octal675125

Shades and tints

Shades of #063D55

#063D55
(6,61,85)
#06384E
(6,56,78)
#063347
(6,51,71)
#062E40
(6,46,64)
#062939
(6,41,57)
#062432
(6,36,50)
#061F2B
(6,31,43)
#061A24
(6,26,36)
#06151D
(6,21,29)
#061016
(6,16,22)
#060B0F
(6,11,15)
#000000
(0,0,0)

Tints of #063D55

#063D55
(6,61,85)
#1C4E64
(28,78,100)
#325F73
(50,95,115)
#487082
(72,112,130)
#5E8191
(94,129,145)
#7492A0
(116,146,160)
#8AA3AF
(138,163,175)
#A0B4BE
(160,180,190)
#B6C5CD
(182,197,205)
#CCD6DC
(204,214,220)
#E2E7EB
(226,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063D55 color. Also use rgb(6,61,85) instead hex code.

Text Font Color

.myTextColor { color: #063D55; }

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

This text font color is #063D55.


Background Color

.myBgColor { background-color: #063D55; }

<div style="background-color:#063D55">Inner text</div>

This div background color is #063D55.


Border color

.myBorderColor { border: 1px solid #063D55; }

<div style="border:3px solid #063D55">Div</div>

This div border color is #063D55.


Opacity

.myOpacity80 { color: #063D55; opacity: 0.8; }

<p style="color:#063D55;opacity:0.8;">80%</p>

Text with #063D55 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 #063D55;}

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

This text has shadow with #063D55 color.

.textShadow {text-shadow: 3px 3px 1px #063D55, 3px 3px 1px red;}

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

This text has shadow with #063D55 primary color and red secondary color.


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

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

This text has shadow with #063D55 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063D55 on black background.


Color preview on white background

This text has color #063D55 on white background.



Black color preview on #063D55 background

This text has black color on #063D55 background.


White color preview on #063D55 background

This text has white color on #063D55 background.