COLOR #0D3104

HEX: #0D3104
RGB: (13,49,4)

Color info

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

RGB color model

#0D3104 color RGB value is (13,49,4).

  • red value is 13;
  • green value is 49;
  • blue value is 4.
RGB:
(13,49,4)
(5%,19%,2%)

RGB channels and saturation

R 13 of 255 = 5%
G 49 of 255 = 19%
B 4 of 255 = 2%

13
49
4

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

Portions of RGB colors in percentages

R + G + B =
13 + 49 + 4 = 66 (100%)
R 13 of 66 ~ 19.7%
G 49 of 66 ~ 74.24%
B 4 of 66 ~ 6.06%

%19.7
%74.24

CMYK color model

#0D3104 color CMYK value is (73,0,92,81).

  • cyan value is 73.47%
  • magenta value is 0.00%
  • yellow value is 91.84%
  • key color value is 80.78%
CMYK:
(73,0,92,81)
C73M0Y92K81 
(73%,0%,92%,81%)
(0.73/0.00/0.92/0.81)	

CMYK percentages

%73.47
%0
%91.84
%80.78

Codes

Color #0D3104 in popluar color models

0D3104
RGB13494
HSL108°84.91%10.39%
HSB/HSV108°91.84%19.22%
CMYK73.47%0.00%91.84%
80.78%

Color #0D3104 in popluar number systems.

HEX0D3104
Decimal13494
Binary1101110001100
Octal15614

Shades and tints

Shades of #0D3104

#0D3104
(13,49,4)
#0C2D04
(12,45,4)
#0B2904
(11,41,4)
#0A2504
(10,37,4)
#092104
(9,33,4)
#081D04
(8,29,4)
#071904
(7,25,4)
#061504
(6,21,4)
#051104
(5,17,4)
#040D04
(4,13,4)
#030904
(3,9,4)
#000000
(0,0,0)

Tints of #0D3104

#0D3104
(13,49,4)
#23431A
(35,67,26)
#395530
(57,85,48)
#4F6746
(79,103,70)
#65795C
(101,121,92)
#7B8B72
(123,139,114)
#919D88
(145,157,136)
#A7AF9E
(167,175,158)
#BDC1B4
(189,193,180)
#D3D3CA
(211,211,202)
#E9E5E0
(233,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3104 color. Also use rgb(13,49,4) instead hex code.

Text Font Color

.myTextColor { color: #0D3104; }

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

This text font color is #0D3104.


Background Color

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

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

This div background color is #0D3104.


Border color

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

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

This div border color is #0D3104.


Opacity

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

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

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

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

This text has shadow with #0D3104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3104 on black background.


Color preview on white background

This text has color #0D3104 on white background.



Black color preview on #0D3104 background

This text has black color on #0D3104 background.


White color preview on #0D3104 background

This text has white color on #0D3104 background.