COLOR #0D382A

HEX: #0D382A
RGB: (13,56,42)

Color info

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

RGB color model

#0D382A color RGB value is (13,56,42).

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

RGB channels and saturation

R 13 of 255 = 5%
G 56 of 255 = 22%
B 42 of 255 = 16%

13
56
42

R + G + B ~ 14%. #0D382A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 56 + 42 = 111 (100%)
R 13 of 111 ~ 11.71%
G 56 of 111 ~ 50.45%
B 42 of 111 ~ 37.84%

%11.71
%50.45
%37.84

CMYK color model

#0D382A color CMYK value is (77,0,25,78).

  • cyan value is 76.79%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 78.04%
CMYK:
(77,0,25,78)
C77M0Y25K78 
(77%,0%,25%,78%)
(0.77/0.00/0.25/0.78)	

CMYK percentages

%76.79
%0
%25
%78.04

Codes

Color #0D382A in popluar color models

0D382A
RGB135642
HSL160°62.32%13.53%
HSB/HSV160°76.79%21.96%
CMYK76.79%0.00%25.00%
78.04%

Color #0D382A in popluar number systems.

HEX0D382A
Decimal135642
Binary1101111000101010
Octal157052

Shades and tints

Shades of #0D382A

#0D382A
(13,56,42)
#0C3327
(12,51,39)
#0B2E24
(11,46,36)
#0A2921
(10,41,33)
#09241E
(9,36,30)
#081F1B
(8,31,27)
#071A18
(7,26,24)
#061515
(6,21,21)
#051012
(5,16,18)
#040B0F
(4,11,15)
#03060C
(3,6,12)
#000000
(0,0,0)

Tints of #0D382A

#0D382A
(13,56,42)
#234A3D
(35,74,61)
#395C50
(57,92,80)
#4F6E63
(79,110,99)
#658076
(101,128,118)
#7B9289
(123,146,137)
#91A49C
(145,164,156)
#A7B6AF
(167,182,175)
#BDC8C2
(189,200,194)
#D3DAD5
(211,218,213)
#E9ECE8
(233,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D382A; }

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

This text font color is #0D382A.


Background Color

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

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

This div background color is #0D382A.


Border color

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

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

This div border color is #0D382A.


Opacity

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

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

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

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

This text has shadow with #0D382A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D382A on black background.


Color preview on white background

This text has color #0D382A on white background.



Black color preview on #0D382A background

This text has black color on #0D382A background.


White color preview on #0D382A background

This text has white color on #0D382A background.