COLOR #003B09

HEX: #003B09
RGB: (0,59,9)

Color info

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

RGB color model

#003B09 color RGB value is (0,59,9).

  • red value is 0;
  • green value is 59;
  • blue value is 9.
RGB:
(0,59,9)
(0%,23%,4%)

RGB channels and saturation

R 0 of 255 = 0%
G 59 of 255 = 23%
B 9 of 255 = 4%

0
59
9

R + G + B ~ 9%. #003B09 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 59 + 9 = 68 (100%)
R 0 of 68 ~ 0%
G 59 of 68 ~ 86.76%
B 9 of 68 ~ 13.24%

%86.76
%13.24

CMYK color model

#003B09 color CMYK value is (100,0,85,77).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 84.75%
  • key color value is 76.86%
CMYK:
(100,0,85,77)
C100M0Y85K77 
(100%,0%,85%,77%)
(1.00/0.00/0.85/0.77)	

CMYK percentages

%100
%0
%84.75
%76.86

Codes

Color #003B09 in popluar color models

003B09
RGB0599
HSL129°100.00%11.57%
HSB/HSV129°100.00%23.14%
CMYK100.00%0.00%84.75%
76.86%

Color #003B09 in popluar number systems.

HEX003B09
Decimal0599
Binary01110111001
Octal07311

Shades and tints

Shades of #003B09

#003B09
(0,59,9)
#003609
(0,54,9)
#003109
(0,49,9)
#002C09
(0,44,9)
#002709
(0,39,9)
#002209
(0,34,9)
#001D09
(0,29,9)
#001809
(0,24,9)
#001309
(0,19,9)
#000E09
(0,14,9)
#000909
(0,9,9)
#000000
(0,0,0)

Tints of #003B09

#003B09
(0,59,9)
#174C1F
(23,76,31)
#2E5D35
(46,93,53)
#456E4B
(69,110,75)
#5C7F61
(92,127,97)
#739077
(115,144,119)
#8AA18D
(138,161,141)
#A1B2A3
(161,178,163)
#B8C3B9
(184,195,185)
#CFD4CF
(207,212,207)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003B09 color. Also use rgb(0,59,9) instead hex code.

Text Font Color

.myTextColor { color: #003B09; }

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

This text font color is #003B09.


Background Color

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

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

This div background color is #003B09.


Border color

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

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

This div border color is #003B09.


Opacity

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

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

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

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

This text has shadow with #003B09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003B09 on black background.


Color preview on white background

This text has color #003B09 on white background.



Black color preview on #003B09 background

This text has black color on #003B09 background.


White color preview on #003B09 background

This text has white color on #003B09 background.