COLOR #063305

HEX: #063305
RGB: (6,51,5)

Renk bilgisi

#063305 contains red, green and blue colors in about the same proportion. #063305 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#063305 color RGB value is (6,51,5).

  • kırmız ton 6;
  • yeşil ton 51;
  • mavi ton 5.
RGB:
(6,51,5)
(2%,20%,2%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 51 of 255 = 20%
B 5 of 255 = 2%

6
51
5

R + G + B ~ 8%. #063305 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 51 + 5 = 62 (100%)
R 6 of 62 ~ 9.68%
G 51 of 62 ~ 82.26%
B 5 of 62 ~ 8.06%

%9.68
%82.26

CMYK RENK MODELİ

#063305 rengi CMYK tonu (88,0,90,80).

  • camgöbeği tonu 88.24%
  • eflatun tonu 0.00%
  • sarı tonu 90.20%
  • ana renk tonu 80.00%
CMYK:
(88,0,90,80)
C88M0Y90K80 
(88%,0%,90%,80%)
(0.88/0.00/0.90/0.80)	

CMYK yüzdeleri

%88.24
%0
%90.2
%80

Codes

Color #063305 in popluar color models

063305
RGB6515
HSL119°82.14%10.98%
HSB/HSV119°90.20%20.00%
CMYK88.24%0.00%90.20%
80.00%

Color #063305 in popluar number systems.

HEX063305
Decimal6515
Binary110110011101
Octal6635

Shades and tints

Shades of #063305

#063305
(6,51,5)
#062F05
(6,47,5)
#062B05
(6,43,5)
#062705
(6,39,5)
#062305
(6,35,5)
#061F05
(6,31,5)
#061B05
(6,27,5)
#061705
(6,23,5)
#061305
(6,19,5)
#060F05
(6,15,5)
#060B05
(6,11,5)
#000000
(0,0,0)

Tints of #063305

#063305
(6,51,5)
#1C451B
(28,69,27)
#325731
(50,87,49)
#486947
(72,105,71)
#5E7B5D
(94,123,93)
#748D73
(116,141,115)
#8A9F89
(138,159,137)
#A0B19F
(160,177,159)
#B6C3B5
(182,195,181)
#CCD5CB
(204,213,203)
#E2E7E1
(226,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063305 color. Also use rgb(6,51,5) instead hex code.

Text Font Color

.myTextColor { color: #063305; }

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

This text font color is #063305.


Background Color

.myBgColor { background-color: #063305; }

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

This div background color is #063305.


Border color

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

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

This div border color is #063305.


Opacity

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

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

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

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

This text has shadow with #063305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063305 on black background.


Color preview on white background

This text has color #063305 on white background.



Black color preview on #063305 background

This text has black color on #063305 background.


White color preview on #063305 background

This text has white color on #063305 background.