COLOR #006633

HEX: #006633
RGB: (0,102,51)

Renk bilgisi

#006633 contains only green and blue colors. #006633 color is web safe color. It maybe written shortly as #063.

RGB renk modeli

#006633 color RGB value is (0,102,51).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 102 of 255 = 40%
B 51 of 255 = 20%

0
102
51

R + G + B ~ 20%. #006633 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 102 + 51 = 153 (100%)
R 0 of 153 ~ 0%
G 102 of 153 ~ 66.67%
B 51 of 153 ~ 33.33%

%66.67
%33.33

CMYK RENK MODELİ

#006633 rengi CMYK tonu (100,0,50,60).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 50.00%
  • ana renk tonu 60.00%
CMYK:
(100,0,50,60)
C100M0Y50K60 
(100%,0%,50%,60%)
(1.00/0.00/0.50/0.60)	

CMYK yüzdeleri

%100
%0
%50
%60

Codes

Color #006633 in popluar color models

006633
RGB010251
HSL150°100.00%20.00%
HSB/HSV150°100.00%40.00%
CMYK100.00%0.00%50.00%
60.00%

Color #006633 in popluar number systems.

HEX006633
Decimal010251
Binary01100110110011
Octal014663

Shades and tints

Shades of #006633

#006633
(0,102,51)
#005D2F
(0,93,47)
#00542B
(0,84,43)
#004B27
(0,75,39)
#004223
(0,66,35)
#00391F
(0,57,31)
#00301B
(0,48,27)
#002717
(0,39,23)
#001E13
(0,30,19)
#00150F
(0,21,15)
#000C0B
(0,12,11)
#000000
(0,0,0)

Tints of #006633

#006633
(0,102,51)
#177345
(23,115,69)
#2E8057
(46,128,87)
#458D69
(69,141,105)
#5C9A7B
(92,154,123)
#73A78D
(115,167,141)
#8AB49F
(138,180,159)
#A1C1B1
(161,193,177)
#B8CEC3
(184,206,195)
#CFDBD5
(207,219,213)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006633; }

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

This text font color is #006633.


Background Color

.myBgColor { background-color: #006633; }

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

This div background color is #006633.


Border color

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

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

This div border color is #006633.


Opacity

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

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

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

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

This text has shadow with #006633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006633 on black background.


Color preview on white background

This text has color #006633 on white background.



Black color preview on #006633 background

This text has black color on #006633 background.


White color preview on #006633 background

This text has white color on #006633 background.