COLOR #063F30

HEX: #063F30
RGB: (6,63,48)

Renk bilgisi

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

RGB renk modeli

#063F30 color RGB value is (6,63,48).

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

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 63 of 255 = 25%
B 48 of 255 = 19%

6
63
48

R + G + B ~ 15%. #063F30 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 63 + 48 = 117 (100%)
R 6 of 117 ~ 5.13%
G 63 of 117 ~ 53.85%
B 48 of 117 ~ 41.03%

%53.85
%41.03

CMYK RENK MODELİ

#063F30 rengi CMYK tonu (90,0,24,75).

  • camgöbeği tonu 90.48%
  • eflatun tonu 0.00%
  • sarı tonu 23.81%
  • ana renk tonu 75.29%
CMYK:
(90,0,24,75)
C90M0Y24K75 
(90%,0%,24%,75%)
(0.90/0.00/0.24/0.75)	

CMYK yüzdeleri

%90.48
%0
%23.81
%75.29

Codes

Color #063F30 in popluar color models

063F30
RGB66348
HSL164°82.61%13.53%
HSB/HSV164°90.48%24.71%
CMYK90.48%0.00%23.81%
75.29%

Color #063F30 in popluar number systems.

HEX063F30
Decimal66348
Binary110111111110000
Octal67760

Shades and tints

Shades of #063F30

#063F30
(6,63,48)
#063A2C
(6,58,44)
#063528
(6,53,40)
#063024
(6,48,36)
#062B20
(6,43,32)
#06261C
(6,38,28)
#062118
(6,33,24)
#061C14
(6,28,20)
#061710
(6,23,16)
#06120C
(6,18,12)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #063F30

#063F30
(6,63,48)
#1C5042
(28,80,66)
#326154
(50,97,84)
#487266
(72,114,102)
#5E8378
(94,131,120)
#74948A
(116,148,138)
#8AA59C
(138,165,156)
#A0B6AE
(160,182,174)
#B6C7C0
(182,199,192)
#CCD8D2
(204,216,210)
#E2E9E4
(226,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #063F30 color. Also use rgb(6,63,48) instead hex code.

Text Font Color

.myTextColor { color: #063F30; }

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

This text font color is #063F30.


Background Color

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

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

This div background color is #063F30.


Border color

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

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

This div border color is #063F30.


Opacity

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

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

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

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

This text has shadow with #063F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063F30 on black background.


Color preview on white background

This text has color #063F30 on white background.



Black color preview on #063F30 background

This text has black color on #063F30 background.


White color preview on #063F30 background

This text has white color on #063F30 background.