COLOR #003B0A

HEX: #003B0A
RGB: (0,59,10)

Color info

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

RGB color model

#003B0A color RGB value is (0,59,10).

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

RGB channels and saturation

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

0
59
10

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

Portions of RGB colors in percentages

R + G + B =
0 + 59 + 10 = 69 (100%)
R 0 of 69 ~ 0%
G 59 of 69 ~ 85.51%
B 10 of 69 ~ 14.49%

%85.51
%14.49

CMYK color model

#003B0A color CMYK value is (100,0,83,77).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 83.05%
  • key color value is 76.86%
CMYK:
(100,0,83,77)
C100M0Y83K77 
(100%,0%,83%,77%)
(1.00/0.00/0.83/0.77)	

CMYK percentages

%100
%0
%83.05
%76.86

Codes

Color #003B0A in popluar color models

003B0A
RGB05910
HSL130°100.00%11.57%
HSB/HSV130°100.00%23.14%
CMYK100.00%0.00%83.05%
76.86%

Color #003B0A in popluar number systems.

HEX003B0A
Decimal05910
Binary01110111010
Octal07312

Shades and tints

Shades of #003B0A

#003B0A
(0,59,10)
#00360A
(0,54,10)
#00310A
(0,49,10)
#002C0A
(0,44,10)
#00270A
(0,39,10)
#00220A
(0,34,10)
#001D0A
(0,29,10)
#00180A
(0,24,10)
#00130A
(0,19,10)
#000E0A
(0,14,10)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #003B0A

#003B0A
(0,59,10)
#174C20
(23,76,32)
#2E5D36
(46,93,54)
#456E4C
(69,110,76)
#5C7F62
(92,127,98)
#739078
(115,144,120)
#8AA18E
(138,161,142)
#A1B2A4
(161,178,164)
#B8C3BA
(184,195,186)
#CFD4D0
(207,212,208)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #003B0A; }

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

This text font color is #003B0A.


Background Color

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

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

This div background color is #003B0A.


Border color

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

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

This div border color is #003B0A.


Opacity

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

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

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

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

This text has shadow with #003B0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003B0A on black background.


Color preview on white background

This text has color #003B0A on white background.



Black color preview on #003B0A background

This text has black color on #003B0A background.


White color preview on #003B0A background

This text has white color on #003B0A background.