COLOR #006B3C

HEX: #006B3C
RGB: (0,107,60)

Color info

#006B3C contains only green and blue colors. Web safe color of #006B3C is #006633 (or #063).

RGB color model

#006B3C color RGB value is (0,107,60).

  • red value is 0;
  • green value is 107;
  • blue value is 60.
RGB:
(0,107,60)
(0%,42%,24%)

RGB channels and saturation

R 0 of 255 = 0%
G 107 of 255 = 42%
B 60 of 255 = 24%

0
107
60

R + G + B ~ 22%. #006B3C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 107 + 60 = 167 (100%)
R 0 of 167 ~ 0%
G 107 of 167 ~ 64.07%
B 60 of 167 ~ 35.93%

%64.07
%35.93

CMYK color model

#006B3C color CMYK value is (100,0,44,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 43.93%
  • key color value is 58.04%
CMYK:
(100,0,44,58)
C100M0Y44K58 
(100%,0%,44%,58%)
(1.00/0.00/0.44/0.58)	

CMYK percentages

%100
%0
%43.93
%58.04

Codes

Color #006B3C in popluar color models

006B3C
RGB010760
HSL154°100.00%20.98%
HSB/HSV154°100.00%41.96%
CMYK100.00%0.00%43.93%
58.04%

Color #006B3C in popluar number systems.

HEX006B3C
Decimal010760
Binary01101011111100
Octal015374

Shades and tints

Shades of #006B3C

#006B3C
(0,107,60)
#006237
(0,98,55)
#005932
(0,89,50)
#00502D
(0,80,45)
#004728
(0,71,40)
#003E23
(0,62,35)
#00351E
(0,53,30)
#002C19
(0,44,25)
#002314
(0,35,20)
#001A0F
(0,26,15)
#00110A
(0,17,10)
#000000
(0,0,0)

Tints of #006B3C

#006B3C
(0,107,60)
#17784D
(23,120,77)
#2E855E
(46,133,94)
#45926F
(69,146,111)
#5C9F80
(92,159,128)
#73AC91
(115,172,145)
#8AB9A2
(138,185,162)
#A1C6B3
(161,198,179)
#B8D3C4
(184,211,196)
#CFE0D5
(207,224,213)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006B3C; }

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

This text font color is #006B3C.


Background Color

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

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

This div background color is #006B3C.


Border color

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

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

This div border color is #006B3C.


Opacity

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

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

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

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

This text has shadow with #006B3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B3C on black background.


Color preview on white background

This text has color #006B3C on white background.



Black color preview on #006B3C background

This text has black color on #006B3C background.


White color preview on #006B3C background

This text has white color on #006B3C background.