COLOR #0D381A

HEX: #0D381A
RGB: (13,56,26)

Color info

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

RGB color model

#0D381A color RGB value is (13,56,26).

  • red value is 13;
  • green value is 56;
  • blue value is 26.
RGB:
(13,56,26)
(5%,22%,10%)

RGB channels and saturation

R 13 of 255 = 5%
G 56 of 255 = 22%
B 26 of 255 = 10%

13
56
26

R + G + B ~ 12%. #0D381A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 56 + 26 = 95 (100%)
R 13 of 95 ~ 13.68%
G 56 of 95 ~ 58.95%
B 26 of 95 ~ 27.37%

%13.68
%58.95
%27.37

CMYK color model

#0D381A color CMYK value is (77,0,54,78).

  • cyan value is 76.79%
  • magenta value is 0.00%
  • yellow value is 53.57%
  • key color value is 78.04%
CMYK:
(77,0,54,78)
C77M0Y54K78 
(77%,0%,54%,78%)
(0.77/0.00/0.54/0.78)	

CMYK percentages

%76.79
%0
%53.57
%78.04

Codes

Color #0D381A in popluar color models

0D381A
RGB135626
HSL138°62.32%13.53%
HSB/HSV138°76.79%21.96%
CMYK76.79%0.00%53.57%
78.04%

Color #0D381A in popluar number systems.

HEX0D381A
Decimal135626
Binary110111100011010
Octal157032

Shades and tints

Shades of #0D381A

#0D381A
(13,56,26)
#0C3318
(12,51,24)
#0B2E16
(11,46,22)
#0A2914
(10,41,20)
#092412
(9,36,18)
#081F10
(8,31,16)
#071A0E
(7,26,14)
#06150C
(6,21,12)
#05100A
(5,16,10)
#040B08
(4,11,8)
#030606
(3,6,6)
#000000
(0,0,0)

Tints of #0D381A

#0D381A
(13,56,26)
#234A2E
(35,74,46)
#395C42
(57,92,66)
#4F6E56
(79,110,86)
#65806A
(101,128,106)
#7B927E
(123,146,126)
#91A492
(145,164,146)
#A7B6A6
(167,182,166)
#BDC8BA
(189,200,186)
#D3DACE
(211,218,206)
#E9ECE2
(233,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D381A color. Also use rgb(13,56,26) instead hex code.

Text Font Color

.myTextColor { color: #0D381A; }

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

This text font color is #0D381A.


Background Color

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

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

This div background color is #0D381A.


Border color

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

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

This div border color is #0D381A.


Opacity

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

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

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

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

This text has shadow with #0D381A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D381A on black background.


Color preview on white background

This text has color #0D381A on white background.



Black color preview on #0D381A background

This text has black color on #0D381A background.


White color preview on #0D381A background

This text has white color on #0D381A background.