COLOR #0D7387

HEX: #0D7387
RGB: (13,115,135)

Color info

#0D7387 contains mainly green and blue colors. Web safe color of #0D7387 is #006699 (or #069).

RGB color model

#0D7387 color RGB value is (13,115,135).

  • red value is 13;
  • green value is 115;
  • blue value is 135.
RGB:
(13,115,135)
(5%,45%,53%)

RGB channels and saturation

R 13 of 255 = 5%
G 115 of 255 = 45%
B 135 of 255 = 53%

13
115
135

R + G + B ~ 34%. #0D7387 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 115 + 135 = 263 (100%)
R 13 of 263 ~ 4.94%
G 115 of 263 ~ 43.73%
B 135 of 263 ~ 51.33%

%43.73
%51.33

CMYK color model

#0D7387 color CMYK value is (90,15,0,47).

  • cyan value is 90.37%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(90,15,0,47)
C90M15Y0K47 
(90%,15%,0%,47%)
(0.90/0.15/0.00/0.47)	

CMYK percentages

%90.37
%14.81
%0
%47.06

Codes

Color #0D7387 in popluar color models

0D7387
RGB13115135
HSL190°82.43%29.02%
HSB/HSV190°90.37%52.94%
CMYK90.37%14.81%0.00%
47.06%

Color #0D7387 in popluar number systems.

HEX0D7387
Decimal13115135
Binary1101111001110000111
Octal15163207

Shades and tints

Shades of #0D7387

#0D7387
(13,115,135)
#0C697B
(12,105,123)
#0B5F6F
(11,95,111)
#0A5563
(10,85,99)
#094B57
(9,75,87)
#08414B
(8,65,75)
#07373F
(7,55,63)
#062D33
(6,45,51)
#052327
(5,35,39)
#04191B
(4,25,27)
#030F0F
(3,15,15)
#000000
(0,0,0)

Tints of #0D7387

#0D7387
(13,115,135)
#237F91
(35,127,145)
#398B9B
(57,139,155)
#4F97A5
(79,151,165)
#65A3AF
(101,163,175)
#7BAFB9
(123,175,185)
#91BBC3
(145,187,195)
#A7C7CD
(167,199,205)
#BDD3D7
(189,211,215)
#D3DFE1
(211,223,225)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D7387 color. Also use rgb(13,115,135) instead hex code.

Text Font Color

.myTextColor { color: #0D7387; }

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

This text font color is #0D7387.


Background Color

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

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

This div background color is #0D7387.


Border color

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

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

This div border color is #0D7387.


Opacity

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

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

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

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

This text has shadow with #0D7387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D7387 on black background.


Color preview on white background

This text has color #0D7387 on white background.



Black color preview on #0D7387 background

This text has black color on #0D7387 background.


White color preview on #0D7387 background

This text has white color on #0D7387 background.