COLOR #0D3703

HEX: #0D3703
RGB: (13,55,3)

Color info

#0D3703 contains red, green and blue colors in about the same proportion. Web safe color of #0D3703 is #003300 (or #030).

RGB color model

#0D3703 color RGB value is (13,55,3).

  • red value is 13;
  • green value is 55;
  • blue value is 3.
RGB:
(13,55,3)
(5%,22%,1%)

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 3 of 255 = 1%

13
55
3

R + G + B ~ 9%. #0D3703 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 55 + 3 = 71 (100%)
R 13 of 71 ~ 18.31%
G 55 of 71 ~ 77.46%
B 3 of 71 ~ 4.23%

%18.31
%77.46

CMYK color model

#0D3703 color CMYK value is (76,0,95,78).

  • cyan value is 76.36%
  • magenta value is 0.00%
  • yellow value is 94.55%
  • key color value is 78.43%
CMYK:
(76,0,95,78)
C76M0Y95K78 
(76%,0%,95%,78%)
(0.76/0.00/0.95/0.78)	

CMYK percentages

%76.36
%0
%94.55
%78.43

Codes

Color #0D3703 in popluar color models

0D3703
RGB13553
HSL108°89.66%11.37%
HSB/HSV108°94.55%21.57%
CMYK76.36%0.00%94.55%
78.43%

Color #0D3703 in popluar number systems.

HEX0D3703
Decimal13553
Binary110111011111
Octal15673

Shades and tints

Shades of #0D3703

#0D3703
(13,55,3)
#0C3203
(12,50,3)
#0B2D03
(11,45,3)
#0A2803
(10,40,3)
#092303
(9,35,3)
#081E03
(8,30,3)
#071903
(7,25,3)
#061403
(6,20,3)
#050F03
(5,15,3)
#040A03
(4,10,3)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #0D3703

#0D3703
(13,55,3)
#234919
(35,73,25)
#395B2F
(57,91,47)
#4F6D45
(79,109,69)
#657F5B
(101,127,91)
#7B9171
(123,145,113)
#91A387
(145,163,135)
#A7B59D
(167,181,157)
#BDC7B3
(189,199,179)
#D3D9C9
(211,217,201)
#E9EBDF
(233,235,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3703 color. Also use rgb(13,55,3) instead hex code.

Text Font Color

.myTextColor { color: #0D3703; }

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

This text font color is #0D3703.


Background Color

.myBgColor { background-color: #0D3703; }

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

This div background color is #0D3703.


Border color

.myBorderColor { border: 1px solid #0D3703; }

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

This div border color is #0D3703.


Opacity

.myOpacity80 { color: #0D3703; opacity: 0.8; }

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

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

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

This text has shadow with #0D3703 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3703 on black background.


Color preview on white background

This text has color #0D3703 on white background.



Black color preview on #0D3703 background

This text has black color on #0D3703 background.


White color preview on #0D3703 background

This text has white color on #0D3703 background.