COLOR #006B38

HEX: #006B38
RGB: (0,107,56)

Color info

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

RGB color model

#006B38 color RGB value is (0,107,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 107 of 255 = 42%
B 56 of 255 = 22%

0
107
56

R + G + B ~ 21%. #006B38 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 107 + 56 = 163 (100%)
R 0 of 163 ~ 0%
G 107 of 163 ~ 65.64%
B 56 of 163 ~ 34.36%

%65.64
%34.36

CMYK color model

#006B38 color CMYK value is (100,0,48,58).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 47.66%
  • key color value is 58.04%
CMYK:
(100,0,48,58)
C100M0Y48K58 
(100%,0%,48%,58%)
(1.00/0.00/0.48/0.58)	

CMYK percentages

%100
%0
%47.66
%58.04

Codes

Color #006B38 in popluar color models

006B38
RGB010756
HSL151°100.00%20.98%
HSB/HSV151°100.00%41.96%
CMYK100.00%0.00%47.66%
58.04%

Color #006B38 in popluar number systems.

HEX006B38
Decimal010756
Binary01101011111000
Octal015370

Shades and tints

Shades of #006B38

#006B38
(0,107,56)
#006233
(0,98,51)
#00592E
(0,89,46)
#005029
(0,80,41)
#004724
(0,71,36)
#003E1F
(0,62,31)
#00351A
(0,53,26)
#002C15
(0,44,21)
#002310
(0,35,16)
#001A0B
(0,26,11)
#001106
(0,17,6)
#000000
(0,0,0)

Tints of #006B38

#006B38
(0,107,56)
#17784A
(23,120,74)
#2E855C
(46,133,92)
#45926E
(69,146,110)
#5C9F80
(92,159,128)
#73AC92
(115,172,146)
#8AB9A4
(138,185,164)
#A1C6B6
(161,198,182)
#B8D3C8
(184,211,200)
#CFE0DA
(207,224,218)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006B38; }

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

This text font color is #006B38.


Background Color

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

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

This div background color is #006B38.


Border color

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

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

This div border color is #006B38.


Opacity

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

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

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

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

This text has shadow with #006B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006B38 on black background.


Color preview on white background

This text has color #006B38 on white background.



Black color preview on #006B38 background

This text has black color on #006B38 background.


White color preview on #006B38 background

This text has white color on #006B38 background.