COLOR #00665C

HEX: #00665C
RGB: (0,102,92)

Renk bilgisi

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

RGB renk modeli

#00665C color RGB value is (0,102,92).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 102 of 255 = 40%
B 92 of 255 = 36%

0
102
92

R + G + B ~ 25%. #00665C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 102 + 92 = 194 (100%)
R 0 of 194 ~ 0%
G 102 of 194 ~ 52.58%
B 92 of 194 ~ 47.42%

%52.58
%47.42

CMYK RENK MODELİ

#00665C rengi CMYK tonu (100,0,10,60).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 9.80%
  • ana renk tonu 60.00%
CMYK:
(100,0,10,60)
C100M0Y10K60 
(100%,0%,10%,60%)
(1.00/0.00/0.10/0.60)	

CMYK yüzdeleri

%100
%0
%9.8
%60

Codes

Color #00665C in popluar color models

00665C
RGB010292
HSL174°100.00%20.00%
HSB/HSV174°100.00%40.00%
CMYK100.00%0.00%9.80%
60.00%

Color #00665C in popluar number systems.

HEX00665C
Decimal010292
Binary011001101011100
Octal0146134

Shades and tints

Shades of #00665C

#00665C
(0,102,92)
#005D54
(0,93,84)
#00544C
(0,84,76)
#004B44
(0,75,68)
#00423C
(0,66,60)
#003934
(0,57,52)
#00302C
(0,48,44)
#002724
(0,39,36)
#001E1C
(0,30,28)
#001514
(0,21,20)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #00665C

#00665C
(0,102,92)
#17736A
(23,115,106)
#2E8078
(46,128,120)
#458D86
(69,141,134)
#5C9A94
(92,154,148)
#73A7A2
(115,167,162)
#8AB4B0
(138,180,176)
#A1C1BE
(161,193,190)
#B8CECC
(184,206,204)
#CFDBDA
(207,219,218)
#E6E8E8
(230,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00665C color. Also use rgb(0,102,92) instead hex code.

Text Font Color

.myTextColor { color: #00665C; }

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

This text font color is #00665C.


Background Color

.myBgColor { background-color: #00665C; }

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

This div background color is #00665C.


Border color

.myBorderColor { border: 1px solid #00665C; }

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

This div border color is #00665C.


Opacity

.myOpacity80 { color: #00665C; opacity: 0.8; }

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

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

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

This text has shadow with #00665C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00665C on black background.


Color preview on white background

This text has color #00665C on white background.



Black color preview on #00665C background

This text has black color on #00665C background.


White color preview on #00665C background

This text has white color on #00665C background.