COLOR #0D4948

HEX: #0D4948 RGB: (13,73,72)

Color info

#0D4948 contains mainly green and blue colors. Web safe color of #0D4948 is #003333 (or #033).

RGB color model

#0D4948 color RGB value is (13,73,72).

RGB: (13,73,72) (5%, 29%, 28%)

RGB channels and saturation

R 13 of 255 = 5%
G 73 of 255 = 29%
B 72 of 255 = 28%

13
73
72

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

Portions of RGB colors in percentages

R + G + B = 13 + 73 + 72 = 158 (100%)
R 13 of 158 ~ 8.23%
G 73 of 158 ~ 46.2%
B 72 of 158 ~ 45.57'%

%46.2
%45.57

CMYK color model

#0D4948 color CMYK value is (82,0,1,71).

  • cyan value is 82.19%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 71.37%

CMYK: (82,0,1,71)
C82M0Y1K71 (82%, 0%, 1%, 71%)
(0.82 / 0.00 / 0.01 / 0.71)

CMYK percentages

%82.19
%0
%1.37
%71.37

Codes

Color #0D4948 in popluar color models

0D 49 48
RGB 13 73 72
HSL 179° 69.77% 16.86%
HSB/HSV 179° 82.19% 28.63%
CMYK 82.19% 0.00% 1.37%
71.37%

Color #0D4948 in popluar number systems.

HEX 0D 49 48
Decimal 13 73 72
Binary 1101 1001001 1001000
Octal 15 111 110

Shades and tints

Shades of #0D4948

#0D4948
(13,73,72)
#0C4342
(12,67,66)
#0B3D3C
(11,61,60)
#0A3736
(10,55,54)
#093130
(9,49,48)
#082B2A
(8,43,42)
#072524
(7,37,36)
#061F1E
(6,31,30)
#051918
(5,25,24)
#041312
(4,19,18)
#030D0C
(3,13,12)
#000000
(0,0,0)

Tints of #0D4948

#0D4948
(13,73,72)
#235958
(35,89,88)
#396968
(57,105,104)
#4F7978
(79,121,120)
#658988
(101,137,136)
#7B9998
(123,153,152)
#91A9A8
(145,169,168)
#A7B9B8
(167,185,184)
#BDC9C8
(189,201,200)
#D3D9D8
(211,217,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D4948; }

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

This text font color is #0D4948.

Background Color

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

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

This div background color is #0D4948.

Border color

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

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

This div border color is #0D4948.

Opacity

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

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

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

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

This text has shadow with #0D4948 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D4948.

Preview

Color preview on black background

This text has color #0D4948 on black background.


Color preview on white background

This text has color #0D4948 on white background.


Black color preview on #0D4948 background

This text has black color on #0D4948 background.


White color preview on #0D4948 background

This text has white color on #0D4948 background.


Related colors

Complementary color

Complementary color for #hex is #F2B6B7.


I love getcolorcode.com

Triadic colors

1 #480D49 and #49480D with #0D4948 are triadic colors.

2 #48490D and #490D48 with #0D4948 are triadic colors.