COLOR #003D0F

HEX: #003D0F
RGB: (0,61,15)

Color info

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

RGB color model

#003D0F color RGB value is (0,61,15).

  • red value is 0;
  • green value is 61;
  • blue value is 15.
RGB:
(0,61,15)
(0%,24%,6%)

RGB channels and saturation

R 0 of 255 = 0%
G 61 of 255 = 24%
B 15 of 255 = 6%

0
61
15

R + G + B ~ 10%. #003D0F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 61 + 15 = 76 (100%)
R 0 of 76 ~ 0%
G 61 of 76 ~ 80.26%
B 15 of 76 ~ 19.74%

%80.26
%19.74

CMYK color model

#003D0F color CMYK value is (100,0,75,76).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 75.41%
  • key color value is 76.08%
CMYK:
(100,0,75,76)
C100M0Y75K76 
(100%,0%,75%,76%)
(1.00/0.00/0.75/0.76)	

CMYK percentages

%100
%0
%75.41
%76.08

Codes

Color #003D0F in popluar color models

003D0F
RGB06115
HSL135°100.00%11.96%
HSB/HSV135°100.00%23.92%
CMYK100.00%0.00%75.41%
76.08%

Color #003D0F in popluar number systems.

HEX003D0F
Decimal06115
Binary01111011111
Octal07517

Shades and tints

Shades of #003D0F

#003D0F
(0,61,15)
#00380E
(0,56,14)
#00330D
(0,51,13)
#002E0C
(0,46,12)
#00290B
(0,41,11)
#00240A
(0,36,10)
#001F09
(0,31,9)
#001A08
(0,26,8)
#001507
(0,21,7)
#001006
(0,16,6)
#000B05
(0,11,5)
#000000
(0,0,0)

Tints of #003D0F

#003D0F
(0,61,15)
#174E24
(23,78,36)
#2E5F39
(46,95,57)
#45704E
(69,112,78)
#5C8163
(92,129,99)
#739278
(115,146,120)
#8AA38D
(138,163,141)
#A1B4A2
(161,180,162)
#B8C5B7
(184,197,183)
#CFD6CC
(207,214,204)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003D0F color. Also use rgb(0,61,15) instead hex code.

Text Font Color

.myTextColor { color: #003D0F; }

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

This text font color is #003D0F.


Background Color

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

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

This div background color is #003D0F.


Border color

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

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

This div border color is #003D0F.


Opacity

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

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

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

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

This text has shadow with #003D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003D0F on black background.


Color preview on white background

This text has color #003D0F on white background.



Black color preview on #003D0F background

This text has black color on #003D0F background.


White color preview on #003D0F background

This text has white color on #003D0F background.