COLOR #063B09

HEX: #063B09
RGB: (6,59,9)

Renk bilgisi

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

RGB renk modeli

#063B09 color RGB value is (6,59,9).

  • kırmız ton 6;
  • yeşil ton 59;
  • mavi ton 9.
RGB:
(6,59,9)
(2%,23%,4%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 59 of 255 = 23%
B 9 of 255 = 4%

6
59
9

R + G + B ~ 10%. #063B09 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 59 + 9 = 74 (100%)
R 6 of 74 ~ 8.11%
G 59 of 74 ~ 79.73%
B 9 of 74 ~ 12.16%

%79.73
%12.16

CMYK RENK MODELİ

#063B09 rengi CMYK tonu (90,0,85,77).

  • camgöbeği tonu 89.83%
  • eflatun tonu 0.00%
  • sarı tonu 84.75%
  • ana renk tonu 76.86%
CMYK:
(90,0,85,77)
C90M0Y85K77 
(90%,0%,85%,77%)
(0.90/0.00/0.85/0.77)	

CMYK yüzdeleri

%89.83
%0
%84.75
%76.86

Codes

Color #063B09 in popluar color models

063B09
RGB6599
HSL123°81.54%12.75%
HSB/HSV123°89.83%23.14%
CMYK89.83%0.00%84.75%
76.86%

Color #063B09 in popluar number systems.

HEX063B09
Decimal6599
Binary1101110111001
Octal67311

Shades and tints

Shades of #063B09

#063B09
(6,59,9)
#063609
(6,54,9)
#063109
(6,49,9)
#062C09
(6,44,9)
#062709
(6,39,9)
#062209
(6,34,9)
#061D09
(6,29,9)
#061809
(6,24,9)
#061309
(6,19,9)
#060E09
(6,14,9)
#060909
(6,9,9)
#000000
(0,0,0)

Tints of #063B09

#063B09
(6,59,9)
#1C4C1F
(28,76,31)
#325D35
(50,93,53)
#486E4B
(72,110,75)
#5E7F61
(94,127,97)
#749077
(116,144,119)
#8AA18D
(138,161,141)
#A0B2A3
(160,178,163)
#B6C3B9
(182,195,185)
#CCD4CF
(204,212,207)
#E2E5E5
(226,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063B09 color. Also use rgb(6,59,9) instead hex code.

Text Font Color

.myTextColor { color: #063B09; }

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

This text font color is #063B09.


Background Color

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

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

This div background color is #063B09.


Border color

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

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

This div border color is #063B09.


Opacity

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

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

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

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

This text has shadow with #063B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063B09 on black background.


Color preview on white background

This text has color #063B09 on white background.



Black color preview on #063B09 background

This text has black color on #063B09 background.


White color preview on #063B09 background

This text has white color on #063B09 background.