COLOR #0D3744

HEX: #0D3744
RGB: (13,55,68)

Color info

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

RGB color model

#0D3744 color RGB value is (13,55,68).

  • red value is 13;
  • green value is 55;
  • blue value is 68.
RGB:
(13,55,68)
(5%,22%,27%)

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 68 of 255 = 27%

13
55
68

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

Portions of RGB colors in percentages

R + G + B =
13 + 55 + 68 = 136 (100%)
R 13 of 136 ~ 9.56%
G 55 of 136 ~ 40.44%
B 68 of 136 ~ 50%

%9.56
%40.44
%50

CMYK color model

#0D3744 color CMYK value is (81,19,0,73).

  • cyan value is 80.88%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(81,19,0,73)
C81M19Y0K73 
(81%,19%,0%,73%)
(0.81/0.19/0.00/0.73)	

CMYK percentages

%80.88
%19.12
%0
%73.33

Codes

Color #0D3744 in popluar color models

0D3744
RGB135568
HSL194°67.90%15.88%
HSB/HSV194°80.88%26.67%
CMYK80.88%19.12%0.00%
73.33%

Color #0D3744 in popluar number systems.

HEX0D3744
Decimal135568
Binary11011101111000100
Octal1567104

Shades and tints

Shades of #0D3744

#0D3744
(13,55,68)
#0C323E
(12,50,62)
#0B2D38
(11,45,56)
#0A2832
(10,40,50)
#09232C
(9,35,44)
#081E26
(8,30,38)
#071920
(7,25,32)
#06141A
(6,20,26)
#050F14
(5,15,20)
#040A0E
(4,10,14)
#030508
(3,5,8)
#000000
(0,0,0)

Tints of #0D3744

#0D3744
(13,55,68)
#234955
(35,73,85)
#395B66
(57,91,102)
#4F6D77
(79,109,119)
#657F88
(101,127,136)
#7B9199
(123,145,153)
#91A3AA
(145,163,170)
#A7B5BB
(167,181,187)
#BDC7CC
(189,199,204)
#D3D9DD
(211,217,221)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3744 color. Also use rgb(13,55,68) instead hex code.

Text Font Color

.myTextColor { color: #0D3744; }

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

This text font color is #0D3744.


Background Color

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

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

This div background color is #0D3744.


Border color

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

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

This div border color is #0D3744.


Opacity

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

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

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

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

This text has shadow with #0D3744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3744 on black background.


Color preview on white background

This text has color #0D3744 on white background.



Black color preview on #0D3744 background

This text has black color on #0D3744 background.


White color preview on #0D3744 background

This text has white color on #0D3744 background.