COLOR #0D3128

HEX: #0D3128
RGB: (13,49,40)

Color info

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

RGB color model

#0D3128 color RGB value is (13,49,40).

  • red value is 13;
  • green value is 49;
  • blue value is 40.
RGB:
(13,49,40)
(5%,19%,16%)

RGB channels and saturation

R 13 of 255 = 5%
G 49 of 255 = 19%
B 40 of 255 = 16%

13
49
40

R + G + B ~ 13%. #0D3128 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 49 + 40 = 102 (100%)
R 13 of 102 ~ 12.75%
G 49 of 102 ~ 48.04%
B 40 of 102 ~ 39.22%

%12.75
%48.04
%39.22

CMYK color model

#0D3128 color CMYK value is (73,0,18,81).

  • cyan value is 73.47%
  • magenta value is 0.00%
  • yellow value is 18.37%
  • key color value is 80.78%
CMYK:
(73,0,18,81)
C73M0Y18K81 
(73%,0%,18%,81%)
(0.73/0.00/0.18/0.81)	

CMYK percentages

%73.47
%0
%18.37
%80.78

Codes

Color #0D3128 in popluar color models

0D3128
RGB134940
HSL165°58.06%12.16%
HSB/HSV165°73.47%19.22%
CMYK73.47%0.00%18.37%
80.78%

Color #0D3128 in popluar number systems.

HEX0D3128
Decimal134940
Binary1101110001101000
Octal156150

Shades and tints

Shades of #0D3128

#0D3128
(13,49,40)
#0C2D25
(12,45,37)
#0B2922
(11,41,34)
#0A251F
(10,37,31)
#09211C
(9,33,28)
#081D19
(8,29,25)
#071916
(7,25,22)
#061513
(6,21,19)
#051110
(5,17,16)
#040D0D
(4,13,13)
#03090A
(3,9,10)
#000000
(0,0,0)

Tints of #0D3128

#0D3128
(13,49,40)
#23433B
(35,67,59)
#39554E
(57,85,78)
#4F6761
(79,103,97)
#657974
(101,121,116)
#7B8B87
(123,139,135)
#919D9A
(145,157,154)
#A7AFAD
(167,175,173)
#BDC1C0
(189,193,192)
#D3D3D3
(211,211,211)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D3128 color. Also use rgb(13,49,40) instead hex code.

Text Font Color

.myTextColor { color: #0D3128; }

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

This text font color is #0D3128.


Background Color

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

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

This div background color is #0D3128.


Border color

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

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

This div border color is #0D3128.


Opacity

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

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

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

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

This text has shadow with #0D3128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3128 on black background.


Color preview on white background

This text has color #0D3128 on white background.



Black color preview on #0D3128 background

This text has black color on #0D3128 background.


White color preview on #0D3128 background

This text has white color on #0D3128 background.