COLOR #003A06

HEX: #003A06
RGB: (0,58,6)

Color info

#003A06 contains only green and blue colors. Web safe color of #003A06 is #003300 (or #030).

RGB color model

#003A06 color RGB value is (0,58,6).

  • red value is 0;
  • green value is 58;
  • blue value is 6.
RGB:
(0,58,6)
(0%,23%,2%)

RGB channels and saturation

R 0 of 255 = 0%
G 58 of 255 = 23%
B 6 of 255 = 2%

0
58
6

R + G + B ~ 8%. #003A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 58 + 6 = 64 (100%)
R 0 of 64 ~ 0%
G 58 of 64 ~ 90.63%
B 6 of 64 ~ 9.38%

%90.63

CMYK color model

#003A06 color CMYK value is (100,0,90,77).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 89.66%
  • key color value is 77.25%
CMYK:
(100,0,90,77)
C100M0Y90K77 
(100%,0%,90%,77%)
(1.00/0.00/0.90/0.77)	

CMYK percentages

%100
%0
%89.66
%77.25

Codes

Color #003A06 in popluar color models

003A06
RGB0586
HSL126°100.00%11.37%
HSB/HSV126°100.00%22.75%
CMYK100.00%0.00%89.66%
77.25%

Color #003A06 in popluar number systems.

HEX003A06
Decimal0586
Binary0111010110
Octal0726

Shades and tints

Shades of #003A06

#003A06
(0,58,6)
#003506
(0,53,6)
#003006
(0,48,6)
#002B06
(0,43,6)
#002606
(0,38,6)
#002106
(0,33,6)
#001C06
(0,28,6)
#001706
(0,23,6)
#001206
(0,18,6)
#000D06
(0,13,6)
#000806
(0,8,6)
#000000
(0,0,0)

Tints of #003A06

#003A06
(0,58,6)
#174B1C
(23,75,28)
#2E5C32
(46,92,50)
#456D48
(69,109,72)
#5C7E5E
(92,126,94)
#738F74
(115,143,116)
#8AA08A
(138,160,138)
#A1B1A0
(161,177,160)
#B8C2B6
(184,194,182)
#CFD3CC
(207,211,204)
#E6E4E2
(230,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003A06 color. Also use rgb(0,58,6) instead hex code.

Text Font Color

.myTextColor { color: #003A06; }

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

This text font color is #003A06.


Background Color

.myBgColor { background-color: #003A06; }

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

This div background color is #003A06.


Border color

.myBorderColor { border: 1px solid #003A06; }

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

This div border color is #003A06.


Opacity

.myOpacity80 { color: #003A06; opacity: 0.8; }

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

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

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

This text has shadow with #003A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003A06 on black background.


Color preview on white background

This text has color #003A06 on white background.



Black color preview on #003A06 background

This text has black color on #003A06 background.


White color preview on #003A06 background

This text has white color on #003A06 background.