COLOR #006438

HEX: #006438
RGB: (0,100,56)

Color info

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

RGB color model

#006438 color RGB value is (0,100,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 100 of 255 = 39%
B 56 of 255 = 22%

0
100
56

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

Portions of RGB colors in percentages

R + G + B =
0 + 100 + 56 = 156 (100%)
R 0 of 156 ~ 0%
G 100 of 156 ~ 64.1%
B 56 of 156 ~ 35.9%

%64.1
%35.9

CMYK color model

#006438 color CMYK value is (100,0,44,61).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 60.78%
CMYK:
(100,0,44,61)
C100M0Y44K61 
(100%,0%,44%,61%)
(1.00/0.00/0.44/0.61)	

CMYK percentages

%100
%0
%44
%60.78

Codes

Color #006438 in popluar color models

006438
RGB010056
HSL154°100.00%19.61%
HSB/HSV154°100.00%39.22%
CMYK100.00%0.00%44.00%
60.78%

Color #006438 in popluar number systems.

HEX006438
Decimal010056
Binary01100100111000
Octal014470

Shades and tints

Shades of #006438

#006438
(0,100,56)
#005B33
(0,91,51)
#00522E
(0,82,46)
#004929
(0,73,41)
#004024
(0,64,36)
#00371F
(0,55,31)
#002E1A
(0,46,26)
#002515
(0,37,21)
#001C10
(0,28,16)
#00130B
(0,19,11)
#000A06
(0,10,6)
#000000
(0,0,0)

Tints of #006438

#006438
(0,100,56)
#17724A
(23,114,74)
#2E805C
(46,128,92)
#458E6E
(69,142,110)
#5C9C80
(92,156,128)
#73AA92
(115,170,146)
#8AB8A4
(138,184,164)
#A1C6B6
(161,198,182)
#B8D4C8
(184,212,200)
#CFE2DA
(207,226,218)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006438; }

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

This text font color is #006438.


Background Color

.myBgColor { background-color: #006438; }

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

This div background color is #006438.


Border color

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

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

This div border color is #006438.


Opacity

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

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

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

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

This text has shadow with #006438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006438 on black background.


Color preview on white background

This text has color #006438 on white background.



Black color preview on #006438 background

This text has black color on #006438 background.


White color preview on #006438 background

This text has white color on #006438 background.