COLOR #06737F

HEX: #06737F
RGB: (6,115,127)

Renk bilgisi

#06737F contains mainly green and blue colors. #06737F ‘ nin web güvenlik rengi #006666 (ya da #066) dir.

RGB renk modeli

#06737F color RGB value is (6,115,127).

  • kırmız ton 6;
  • yeşil ton 115;
  • mavi ton 127.
RGB:
(6,115,127)
(2%,45%,50%)

RGB bağlantıları ve doygunluk

R 6 of 255 = 2%
G 115 of 255 = 45%
B 127 of 255 = 50%

6
115
127

R + G + B ~ 32%. #06737F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
6 + 115 + 127 = 248 (100%)
R 6 of 248 ~ 2.42%
G 115 of 248 ~ 46.37%
B 127 of 248 ~ 51.21%

%46.37
%51.21

CMYK RENK MODELİ

#06737F rengi CMYK tonu (95,9,0,50).

  • camgöbeği tonu 95.28%
  • eflatun tonu 9.45%
  • sarı tonu 0.00%
  • ana renk tonu 50.20%
CMYK:
(95,9,0,50)
C95M9Y0K50 
(95%,9%,0%,50%)
(0.95/0.09/0.00/0.50)	

CMYK yüzdeleri

%95.28
%9.45
%0
%50.2

Codes

Color #06737F in popluar color models

06737F
RGB6115127
HSL186°90.98%26.08%
HSB/HSV186°95.28%49.80%
CMYK95.28%9.45%0.00%
50.20%

Color #06737F in popluar number systems.

HEX06737F
Decimal6115127
Binary11011100111111111
Octal6163177

Shades and tints

Shades of #06737F

#06737F
(6,115,127)
#066974
(6,105,116)
#065F69
(6,95,105)
#06555E
(6,85,94)
#064B53
(6,75,83)
#064148
(6,65,72)
#06373D
(6,55,61)
#062D32
(6,45,50)
#062327
(6,35,39)
#06191C
(6,25,28)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #06737F

#06737F
(6,115,127)
#1C7F8A
(28,127,138)
#328B95
(50,139,149)
#4897A0
(72,151,160)
#5EA3AB
(94,163,171)
#74AFB6
(116,175,182)
#8ABBC1
(138,187,193)
#A0C7CC
(160,199,204)
#B6D3D7
(182,211,215)
#CCDFE2
(204,223,226)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06737F color. Also use rgb(6,115,127) instead hex code.

Text Font Color

.myTextColor { color: #06737F; }

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

This text font color is #06737F.


Background Color

.myBgColor { background-color: #06737F; }

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

This div background color is #06737F.


Border color

.myBorderColor { border: 1px solid #06737F; }

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

This div border color is #06737F.


Opacity

.myOpacity80 { color: #06737F; opacity: 0.8; }

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

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

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

This text has shadow with #06737F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06737F on black background.


Color preview on white background

This text has color #06737F on white background.



Black color preview on #06737F background

This text has black color on #06737F background.


White color preview on #06737F background

This text has white color on #06737F background.