COLOR #0D3D43

HEX: #0D3D43
RGB: (13,61,67)

Color info

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

RGB color model

#0D3D43 color RGB value is (13,61,67).

  • red value is 13;
  • green value is 61;
  • blue value is 67.
RGB:
(13,61,67)
(5%,24%,26%)

RGB channels and saturation

R 13 of 255 = 5%
G 61 of 255 = 24%
B 67 of 255 = 26%

13
61
67

R + G + B ~ 18%. #0D3D43 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 61 + 67 = 141 (100%)
R 13 of 141 ~ 9.22%
G 61 of 141 ~ 43.26%
B 67 of 141 ~ 47.52%

%43.26
%47.52

CMYK color model

#0D3D43 color CMYK value is (81,9,0,74).

  • cyan value is 80.60%
  • magenta value is 8.96%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(81,9,0,74)
C81M9Y0K74 
(81%,9%,0%,74%)
(0.81/0.09/0.00/0.74)	

CMYK percentages

%80.6
%8.96
%0
%73.73

Codes

Color #0D3D43 in popluar color models

0D3D43
RGB136167
HSL187°67.50%15.69%
HSB/HSV187°80.60%26.27%
CMYK80.60%8.96%0.00%
73.73%

Color #0D3D43 in popluar number systems.

HEX0D3D43
Decimal136167
Binary11011111011000011
Octal1575103

Shades and tints

Shades of #0D3D43

#0D3D43
(13,61,67)
#0C383D
(12,56,61)
#0B3337
(11,51,55)
#0A2E31
(10,46,49)
#09292B
(9,41,43)
#082425
(8,36,37)
#071F1F
(7,31,31)
#061A19
(6,26,25)
#051513
(5,21,19)
#04100D
(4,16,13)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #0D3D43

#0D3D43
(13,61,67)
#234E54
(35,78,84)
#395F65
(57,95,101)
#4F7076
(79,112,118)
#658187
(101,129,135)
#7B9298
(123,146,152)
#91A3A9
(145,163,169)
#A7B4BA
(167,180,186)
#BDC5CB
(189,197,203)
#D3D6DC
(211,214,220)
#E9E7ED
(233,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3D43 color. Also use rgb(13,61,67) instead hex code.

Text Font Color

.myTextColor { color: #0D3D43; }

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

This text font color is #0D3D43.


Background Color

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

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

This div background color is #0D3D43.


Border color

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

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

This div border color is #0D3D43.


Opacity

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

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

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

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

This text has shadow with #0D3D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3D43 on black background.


Color preview on white background

This text has color #0D3D43 on white background.



Black color preview on #0D3D43 background

This text has black color on #0D3D43 background.


White color preview on #0D3D43 background

This text has white color on #0D3D43 background.