COLOR #0D484F

HEX: #0D484F
RGB: (13,72,79)

Color info

#0D484F contains mainly green and blue colors. Web safe color of #0D484F is #003366 (or #036).

RGB color model

#0D484F color RGB value is (13,72,79).

  • red value is 13;
  • green value is 72;
  • blue value is 79.
RGB:
(13,72,79)
(5%,28%,31%)

RGB channels and saturation

R 13 of 255 = 5%
G 72 of 255 = 28%
B 79 of 255 = 31%

13
72
79

R + G + B ~ 21%. #0D484F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 72 + 79 = 164 (100%)
R 13 of 164 ~ 7.93%
G 72 of 164 ~ 43.9%
B 79 of 164 ~ 48.17%

%43.9
%48.17

CMYK color model

#0D484F color CMYK value is (84,9,0,69).

  • cyan value is 83.54%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(84,9,0,69)
C84M9Y0K69 
(84%,9%,0%,69%)
(0.84/0.09/0.00/0.69)	

CMYK percentages

%83.54
%8.86
%0
%69.02

Codes

Color #0D484F in popluar color models

0D484F
RGB137279
HSL186°71.74%18.04%
HSB/HSV186°83.54%30.98%
CMYK83.54%8.86%0.00%
69.02%

Color #0D484F in popluar number systems.

HEX0D484F
Decimal137279
Binary110110010001001111
Octal15110117

Shades and tints

Shades of #0D484F

#0D484F
(13,72,79)
#0C4248
(12,66,72)
#0B3C41
(11,60,65)
#0A363A
(10,54,58)
#093033
(9,48,51)
#082A2C
(8,42,44)
#072425
(7,36,37)
#061E1E
(6,30,30)
#051817
(5,24,23)
#041210
(4,18,16)
#030C09
(3,12,9)
#000000
(0,0,0)

Tints of #0D484F

#0D484F
(13,72,79)
#23585F
(35,88,95)
#39686F
(57,104,111)
#4F787F
(79,120,127)
#65888F
(101,136,143)
#7B989F
(123,152,159)
#91A8AF
(145,168,175)
#A7B8BF
(167,184,191)
#BDC8CF
(189,200,207)
#D3D8DF
(211,216,223)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D484F color. Also use rgb(13,72,79) instead hex code.

Text Font Color

.myTextColor { color: #0D484F; }

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

This text font color is #0D484F.


Background Color

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

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

This div background color is #0D484F.


Border color

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

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

This div border color is #0D484F.


Opacity

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

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

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

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

This text has shadow with #0D484F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D484F on black background.


Color preview on white background

This text has color #0D484F on white background.



Black color preview on #0D484F background

This text has black color on #0D484F background.


White color preview on #0D484F background

This text has white color on #0D484F background.