COLOR #063939

HEX: #063939
RGB: (6,57,57)

Renk bilgisi

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

RGB renk modeli

#063939 color RGB value is (6,57,57).

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

RGB bağlantıları ve doygunluk

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

6
57
57

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

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 57 + 57 = 120 (100%)
R 6 of 120 ~ 5%
G 57 of 120 ~ 47.5%
B 57 of 120 ~ 47.5%

%47.5
%47.5

CMYK RENK MODELİ

#063939 rengi CMYK tonu (89,0,0,78).

  • camgöbeği tonu 89.47%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 77.65%
CMYK:
(89,0,0,78)
C89M0Y0K78 
(89%,0%,0%,78%)
(0.89/0.00/0.00/0.78)	

CMYK yüzdeleri

%89.47
%0
%0
%77.65

Codes

Color #063939 in popluar color models

063939
RGB65757
HSL180°80.95%12.35%
HSB/HSV180°89.47%22.35%
CMYK89.47%0.00%0.00%
77.65%

Color #063939 in popluar number systems.

HEX063939
Decimal65757
Binary110111001111001
Octal67171

Shades and tints

Shades of #063939

#063939
(6,57,57)
#063434
(6,52,52)
#062F2F
(6,47,47)
#062A2A
(6,42,42)
#062525
(6,37,37)
#062020
(6,32,32)
#061B1B
(6,27,27)
#061616
(6,22,22)
#061111
(6,17,17)
#060C0C
(6,12,12)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #063939

#063939
(6,57,57)
#1C4B4B
(28,75,75)
#325D5D
(50,93,93)
#486F6F
(72,111,111)
#5E8181
(94,129,129)
#749393
(116,147,147)
#8AA5A5
(138,165,165)
#A0B7B7
(160,183,183)
#B6C9C9
(182,201,201)
#CCDBDB
(204,219,219)
#E2EDED
(226,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063939; }

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

This text font color is #063939.


Background Color

.myBgColor { background-color: #063939; }

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

This div background color is #063939.


Border color

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

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

This div border color is #063939.


Opacity

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

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

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

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

This text has shadow with #063939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063939 on black background.


Color preview on white background

This text has color #063939 on white background.



Black color preview on #063939 background

This text has black color on #063939 background.


White color preview on #063939 background

This text has white color on #063939 background.