COLOR #0D382C

HEX: #0D382C
RGB: (13,56,44)

Color info

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

RGB color model

#0D382C color RGB value is (13,56,44).

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

RGB channels and saturation

R 13 of 255 = 5%
G 56 of 255 = 22%
B 44 of 255 = 17%

13
56
44

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

Portions of RGB colors in percentages

R + G + B =
13 + 56 + 44 = 113 (100%)
R 13 of 113 ~ 11.5%
G 56 of 113 ~ 49.56%
B 44 of 113 ~ 38.94%

%11.5
%49.56
%38.94

CMYK color model

#0D382C color CMYK value is (77,0,21,78).

  • cyan value is 76.79%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 78.04%
CMYK:
(77,0,21,78)
C77M0Y21K78 
(77%,0%,21%,78%)
(0.77/0.00/0.21/0.78)	

CMYK percentages

%76.79
%0
%21.43
%78.04

Codes

Color #0D382C in popluar color models

0D382C
RGB135644
HSL163°62.32%13.53%
HSB/HSV163°76.79%21.96%
CMYK76.79%0.00%21.43%
78.04%

Color #0D382C in popluar number systems.

HEX0D382C
Decimal135644
Binary1101111000101100
Octal157054

Shades and tints

Shades of #0D382C

#0D382C
(13,56,44)
#0C3328
(12,51,40)
#0B2E24
(11,46,36)
#0A2920
(10,41,32)
#09241C
(9,36,28)
#081F18
(8,31,24)
#071A14
(7,26,20)
#061510
(6,21,16)
#05100C
(5,16,12)
#040B08
(4,11,8)
#030604
(3,6,4)
#000000
(0,0,0)

Tints of #0D382C

#0D382C
(13,56,44)
#234A3F
(35,74,63)
#395C52
(57,92,82)
#4F6E65
(79,110,101)
#658078
(101,128,120)
#7B928B
(123,146,139)
#91A49E
(145,164,158)
#A7B6B1
(167,182,177)
#BDC8C4
(189,200,196)
#D3DAD7
(211,218,215)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D382C; }

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

This text font color is #0D382C.


Background Color

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

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

This div background color is #0D382C.


Border color

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

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

This div border color is #0D382C.


Opacity

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

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

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

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

This text has shadow with #0D382C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D382C on black background.


Color preview on white background

This text has color #0D382C on white background.



Black color preview on #0D382C background

This text has black color on #0D382C background.


White color preview on #0D382C background

This text has white color on #0D382C background.