COLOR #006565

HEX: #006565
RGB: (0,101,101)

Renk bilgisi

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

RGB renk modeli

#006565 color RGB value is (0,101,101).

  • kırmız ton 0;
  • yeşil ton 101;
  • mavi ton 101.
RGB:
(0,101,101)
(0%,40%,40%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 101 of 255 = 40%
B 101 of 255 = 40%

0
101
101

R + G + B ~ 27%. #006565 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 101 + 101 = 202 (100%)
R 0 of 202 ~ 0%
G 101 of 202 ~ 50%
B 101 of 202 ~ 50%

%50
%50

CMYK RENK MODELİ

#006565 rengi CMYK tonu (100,0,0,60).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.39%
CMYK:
(100,0,0,60)
C100M0Y0K60 
(100%,0%,0%,60%)
(1.00/0.00/0.00/0.60)	

CMYK yüzdeleri

%100
%0
%0
%60.39

Codes

Color #006565 in popluar color models

006565
RGB0101101
HSL180°100.00%19.80%
HSB/HSV180°100.00%39.61%
CMYK100.00%0.00%0.00%
60.39%

Color #006565 in popluar number systems.

HEX006565
Decimal0101101
Binary011001011100101
Octal0145145

Shades and tints

Shades of #006565

#006565
(0,101,101)
#005C5C
(0,92,92)
#005353
(0,83,83)
#004A4A
(0,74,74)
#004141
(0,65,65)
#003838
(0,56,56)
#002F2F
(0,47,47)
#002626
(0,38,38)
#001D1D
(0,29,29)
#001414
(0,20,20)
#000B0B
(0,11,11)
#000000
(0,0,0)

Tints of #006565

#006565
(0,101,101)
#177373
(23,115,115)
#2E8181
(46,129,129)
#458F8F
(69,143,143)
#5C9D9D
(92,157,157)
#73ABAB
(115,171,171)
#8AB9B9
(138,185,185)
#A1C7C7
(161,199,199)
#B8D5D5
(184,213,213)
#CFE3E3
(207,227,227)
#E6F1F1
(230,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006565 color. Also use rgb(0,101,101) instead hex code.

Text Font Color

.myTextColor { color: #006565; }

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

This text font color is #006565.


Background Color

.myBgColor { background-color: #006565; }

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

This div background color is #006565.


Border color

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

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

This div border color is #006565.


Opacity

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

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

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

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

This text has shadow with #006565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006565 on black background.


Color preview on white background

This text has color #006565 on white background.



Black color preview on #006565 background

This text has black color on #006565 background.


White color preview on #006565 background

This text has white color on #006565 background.