COLOR #006B1C

HEX: #006B1C
RGB: (0,107,28)

Renk bilgisi

#006B1C contains mainly green color. #006B1C ‘ nin web güvenlik rengi #006633 (ya da #063) dir.

RGB renk modeli

#006B1C color RGB value is (0,107,28).

  • kırmız ton 0;
  • yeşil ton 107;
  • mavi ton 28.
RGB:
(0,107,28)
(0%,42%,11%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 107 of 255 = 42%
B 28 of 255 = 11%

0
107
28

R + G + B ~ 18%. #006B1C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 107 + 28 = 135 (100%)
R 0 of 135 ~ 0%
G 107 of 135 ~ 79.26%
B 28 of 135 ~ 20.74%

%79.26
%20.74

CMYK RENK MODELİ

#006B1C rengi CMYK tonu (100,0,74,58).

  • camgöbeği tonu 100.00%
  • eflatun tonu 0.00%
  • sarı tonu 73.83%
  • ana renk tonu 58.04%
CMYK:
(100,0,74,58)
C100M0Y74K58 
(100%,0%,74%,58%)
(1.00/0.00/0.74/0.58)	

CMYK yüzdeleri

%100
%0
%73.83
%58.04

Codes

Color #006B1C in popluar color models

006B1C
RGB010728
HSL136°100.00%20.98%
HSB/HSV136°100.00%41.96%
CMYK100.00%0.00%73.83%
58.04%

Color #006B1C in popluar number systems.

HEX006B1C
Decimal010728
Binary0110101111100
Octal015334

Shades and tints

Shades of #006B1C

#006B1C
(0,107,28)
#00621A
(0,98,26)
#005918
(0,89,24)
#005016
(0,80,22)
#004714
(0,71,20)
#003E12
(0,62,18)
#003510
(0,53,16)
#002C0E
(0,44,14)
#00230C
(0,35,12)
#001A0A
(0,26,10)
#001108
(0,17,8)
#000000
(0,0,0)

Tints of #006B1C

#006B1C
(0,107,28)
#177830
(23,120,48)
#2E8544
(46,133,68)
#459258
(69,146,88)
#5C9F6C
(92,159,108)
#73AC80
(115,172,128)
#8AB994
(138,185,148)
#A1C6A8
(161,198,168)
#B8D3BC
(184,211,188)
#CFE0D0
(207,224,208)
#E6EDE4
(230,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006B1C color. Also use rgb(0,107,28) instead hex code.

Text Font Color

.myTextColor { color: #006B1C; }

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

This text font color is #006B1C.


Background Color

.myBgColor { background-color: #006B1C; }

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

This div background color is #006B1C.


Border color

.myBorderColor { border: 1px solid #006B1C; }

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

This div border color is #006B1C.


Opacity

.myOpacity80 { color: #006B1C; opacity: 0.8; }

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

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

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

This text has shadow with #006B1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B1C on black background.


Color preview on white background

This text has color #006B1C on white background.



Black color preview on #006B1C background

This text has black color on #006B1C background.


White color preview on #006B1C background

This text has white color on #006B1C background.