COLOR #0D3F25

HEX: #0D3F25
RGB: (13,63,37)

Color info

#0D3F25 contains red, green and blue colors in about the same proportion. Web safe color of #0D3F25 is #003333 (or #033).

RGB color model

#0D3F25 color RGB value is (13,63,37).

  • red value is 13;
  • green value is 63;
  • blue value is 37.
RGB:
(13,63,37)
(5%,25%,15%)

RGB channels and saturation

R 13 of 255 = 5%
G 63 of 255 = 25%
B 37 of 255 = 15%

13
63
37

R + G + B ~ 15%. #0D3F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 63 + 37 = 113 (100%)
R 13 of 113 ~ 11.5%
G 63 of 113 ~ 55.75%
B 37 of 113 ~ 32.74%

%11.5
%55.75
%32.74

CMYK color model

#0D3F25 color CMYK value is (79,0,41,75).

  • cyan value is 79.37%
  • magenta value is 0.00%
  • yellow value is 41.27%
  • key color value is 75.29%
CMYK:
(79,0,41,75)
C79M0Y41K75 
(79%,0%,41%,75%)
(0.79/0.00/0.41/0.75)	

CMYK percentages

%79.37
%0
%41.27
%75.29

Codes

Color #0D3F25 in popluar color models

0D3F25
RGB136337
HSL149°65.79%14.90%
HSB/HSV149°79.37%24.71%
CMYK79.37%0.00%41.27%
75.29%

Color #0D3F25 in popluar number systems.

HEX0D3F25
Decimal136337
Binary1101111111100101
Octal157745

Shades and tints

Shades of #0D3F25

#0D3F25
(13,63,37)
#0C3A22
(12,58,34)
#0B351F
(11,53,31)
#0A301C
(10,48,28)
#092B19
(9,43,25)
#082616
(8,38,22)
#072113
(7,33,19)
#061C10
(6,28,16)
#05170D
(5,23,13)
#04120A
(4,18,10)
#030D07
(3,13,7)
#000000
(0,0,0)

Tints of #0D3F25

#0D3F25
(13,63,37)
#235038
(35,80,56)
#39614B
(57,97,75)
#4F725E
(79,114,94)
#658371
(101,131,113)
#7B9484
(123,148,132)
#91A597
(145,165,151)
#A7B6AA
(167,182,170)
#BDC7BD
(189,199,189)
#D3D8D0
(211,216,208)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3F25 color. Also use rgb(13,63,37) instead hex code.

Text Font Color

.myTextColor { color: #0D3F25; }

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

This text font color is #0D3F25.


Background Color

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

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

This div background color is #0D3F25.


Border color

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

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

This div border color is #0D3F25.


Opacity

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

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

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

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

This text has shadow with #0D3F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3F25 on black background.


Color preview on white background

This text has color #0D3F25 on white background.



Black color preview on #0D3F25 background

This text has black color on #0D3F25 background.


White color preview on #0D3F25 background

This text has white color on #0D3F25 background.