COLOR #006038

HEX: #006038
RGB: (0,96,56)

Color info

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

RGB color model

#006038 color RGB value is (0,96,56).

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

RGB channels and saturation

R 0 of 255 = 0%
G 96 of 255 = 38%
B 56 of 255 = 22%

0
96
56

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

Portions of RGB colors in percentages

R + G + B =
0 + 96 + 56 = 152 (100%)
R 0 of 152 ~ 0%
G 96 of 152 ~ 63.16%
B 56 of 152 ~ 36.84%

%63.16
%36.84

CMYK color model

#006038 color CMYK value is (100,0,42,62).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 62.35%
CMYK:
(100,0,42,62)
C100M0Y42K62 
(100%,0%,42%,62%)
(1.00/0.00/0.42/0.62)	

CMYK percentages

%100
%0
%41.67
%62.35

Codes

Color #006038 in popluar color models

006038
RGB09656
HSL155°100.00%18.82%
HSB/HSV155°100.00%37.65%
CMYK100.00%0.00%41.67%
62.35%

Color #006038 in popluar number systems.

HEX006038
Decimal09656
Binary01100000111000
Octal014070

Shades and tints

Shades of #006038

#006038
(0,96,56)
#005833
(0,88,51)
#00502E
(0,80,46)
#004829
(0,72,41)
#004024
(0,64,36)
#00381F
(0,56,31)
#00301A
(0,48,26)
#002815
(0,40,21)
#002010
(0,32,16)
#00180B
(0,24,11)
#001006
(0,16,6)
#000000
(0,0,0)

Tints of #006038

#006038
(0,96,56)
#176E4A
(23,110,74)
#2E7C5C
(46,124,92)
#458A6E
(69,138,110)
#5C9880
(92,152,128)
#73A692
(115,166,146)
#8AB4A4
(138,180,164)
#A1C2B6
(161,194,182)
#B8D0C8
(184,208,200)
#CFDEDA
(207,222,218)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #006038; }

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

This text font color is #006038.


Background Color

.myBgColor { background-color: #006038; }

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

This div background color is #006038.


Border color

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

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

This div border color is #006038.


Opacity

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

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

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

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

This text has shadow with #006038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006038 on black background.


Color preview on white background

This text has color #006038 on white background.



Black color preview on #006038 background

This text has black color on #006038 background.


White color preview on #006038 background

This text has white color on #006038 background.