COLOR #063953

HEX: #063953
RGB: (6,57,83)

Renk bilgisi

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

RGB renk modeli

#063953 color RGB value is (6,57,83).

  • kırmız ton 6;
  • yeşil ton 57;
  • mavi ton 83.
RGB:
(6,57,83)
(2%,22%,33%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 57 of 255 = 22%
B 83 of 255 = 33%

6
57
83

R + G + B ~ 19%. #063953 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 57 + 83 = 146 (100%)
R 6 of 146 ~ 4.11%
G 57 of 146 ~ 39.04%
B 83 of 146 ~ 56.85%

%39.04
%56.85

CMYK RENK MODELİ

#063953 rengi CMYK tonu (93,31,0,67).

  • camgöbeği tonu 92.77%
  • eflatun tonu 31.33%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(93,31,0,67)
C93M31Y0K67 
(93%,31%,0%,67%)
(0.93/0.31/0.00/0.67)	

CMYK yüzdeleri

%92.77
%31.33
%0
%67.45

Codes

Color #063953 in popluar color models

063953
RGB65783
HSL200°86.52%17.45%
HSB/HSV200°92.77%32.55%
CMYK92.77%31.33%0.00%
67.45%

Color #063953 in popluar number systems.

HEX063953
Decimal65783
Binary1101110011010011
Octal671123

Shades and tints

Shades of #063953

#063953
(6,57,83)
#06344C
(6,52,76)
#062F45
(6,47,69)
#062A3E
(6,42,62)
#062537
(6,37,55)
#062030
(6,32,48)
#061B29
(6,27,41)
#061622
(6,22,34)
#06111B
(6,17,27)
#060C14
(6,12,20)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #063953

#063953
(6,57,83)
#1C4B62
(28,75,98)
#325D71
(50,93,113)
#486F80
(72,111,128)
#5E818F
(94,129,143)
#74939E
(116,147,158)
#8AA5AD
(138,165,173)
#A0B7BC
(160,183,188)
#B6C9CB
(182,201,203)
#CCDBDA
(204,219,218)
#E2EDE9
(226,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063953 color. Also use rgb(6,57,83) instead hex code.

Text Font Color

.myTextColor { color: #063953; }

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

This text font color is #063953.


Background Color

.myBgColor { background-color: #063953; }

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

This div background color is #063953.


Border color

.myBorderColor { border: 1px solid #063953; }

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

This div border color is #063953.


Opacity

.myOpacity80 { color: #063953; opacity: 0.8; }

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

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

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

This text has shadow with #063953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063953 on black background.


Color preview on white background

This text has color #063953 on white background.



Black color preview on #063953 background

This text has black color on #063953 background.


White color preview on #063953 background

This text has white color on #063953 background.