COLOR #006649

HEX: #006649
RGB: (0,102,73)

Renk bilgisi

#006649 contains only green and blue colors. #006649 ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#006649 color RGB value is (0,102,73).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 102 of 255 = 40%
B 73 of 255 = 29%

0
102
73

R + G + B ~ 23%. #006649 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 102 + 73 = 175 (100%)
R 0 of 175 ~ 0%
G 102 of 175 ~ 58.29%
B 73 of 175 ~ 41.71%

%58.29
%41.71

CMYK RENK MODELİ

#006649 rengi CMYK tonu (100,0,28,60).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 28.43%
  • ana renk tonu 60.00%
CMYK:
(100,0,28,60)
C100M0Y28K60 
(100%,0%,28%,60%)
(1.00/0.00/0.28/0.60)	

CMYK yüzdeleri

%100
%0
%28.43
%60

Codes

Color #006649 in popluar color models

006649
RGB010273
HSL163°100.00%20.00%
HSB/HSV163°100.00%40.00%
CMYK100.00%0.00%28.43%
60.00%

Color #006649 in popluar number systems.

HEX006649
Decimal010273
Binary011001101001001
Octal0146111

Shades and tints

Shades of #006649

#006649
(0,102,73)
#005D43
(0,93,67)
#00543D
(0,84,61)
#004B37
(0,75,55)
#004231
(0,66,49)
#00392B
(0,57,43)
#003025
(0,48,37)
#00271F
(0,39,31)
#001E19
(0,30,25)
#001513
(0,21,19)
#000C0D
(0,12,13)
#000000
(0,0,0)

Tints of #006649

#006649
(0,102,73)
#177359
(23,115,89)
#2E8069
(46,128,105)
#458D79
(69,141,121)
#5C9A89
(92,154,137)
#73A799
(115,167,153)
#8AB4A9
(138,180,169)
#A1C1B9
(161,193,185)
#B8CEC9
(184,206,201)
#CFDBD9
(207,219,217)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006649; }

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

This text font color is #006649.


Background Color

.myBgColor { background-color: #006649; }

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

This div background color is #006649.


Border color

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

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

This div border color is #006649.


Opacity

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

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

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

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

This text has shadow with #006649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006649 on black background.


Color preview on white background

This text has color #006649 on white background.



Black color preview on #006649 background

This text has black color on #006649 background.


White color preview on #006649 background

This text has white color on #006649 background.