COLOR #0D1725

HEX: #0D1725
RGB: (13,23,37)

Color info

#0D1725 contains red, green and blue colors in about the same proportion. Web safe color of #0D1725 is #000033 (or #003).

RGB color model

#0D1725 color RGB value is (13,23,37).

  • red value is 13;
  • green value is 23;
  • blue value is 37.
RGB:
(13,23,37)
(5%,9%,15%)

RGB channels and saturation

R 13 of 255 = 5%
G 23 of 255 = 9%
B 37 of 255 = 15%

13
23
37

R + G + B ~ 10%. #0D1725 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 23 + 37 = 73 (100%)
R 13 of 73 ~ 17.81%
G 23 of 73 ~ 31.51%
B 37 of 73 ~ 50.68%

%17.81
%31.51
%50.68

CMYK color model

#0D1725 color CMYK value is (65,38,0,85).

  • cyan value is 64.86%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(65,38,0,85)
C65M38Y0K85 
(65%,38%,0%,85%)
(0.65/0.38/0.00/0.85)	

CMYK percentages

%64.86
%37.84
%0
%85.49

Codes

Color #0D1725 in popluar color models

0D1725
RGB132337
HSL215°48.00%9.80%
HSB/HSV215°64.86%14.51%
CMYK64.86%37.84%0.00%
85.49%

Color #0D1725 in popluar number systems.

HEX0D1725
Decimal132337
Binary110110111100101
Octal152745

Shades and tints

Shades of #0D1725

#0D1725
(13,23,37)
#0C1522
(12,21,34)
#0B131F
(11,19,31)
#0A111C
(10,17,28)
#090F19
(9,15,25)
#080D16
(8,13,22)
#070B13
(7,11,19)
#060910
(6,9,16)
#05070D
(5,7,13)
#04050A
(4,5,10)
#030307
(3,3,7)
#000000
(0,0,0)

Tints of #0D1725

#0D1725
(13,23,37)
#232C38
(35,44,56)
#39414B
(57,65,75)
#4F565E
(79,86,94)
#656B71
(101,107,113)
#7B8084
(123,128,132)
#919597
(145,149,151)
#A7AAAA
(167,170,170)
#BDBFBD
(189,191,189)
#D3D4D0
(211,212,208)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D1725 color. Also use rgb(13,23,37) instead hex code.

Text Font Color

.myTextColor { color: #0D1725; }

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

This text font color is #0D1725.


Background Color

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

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

This div background color is #0D1725.


Border color

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

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

This div border color is #0D1725.


Opacity

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

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

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

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

This text has shadow with #0D1725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D1725 on black background.


Color preview on white background

This text has color #0D1725 on white background.



Black color preview on #0D1725 background

This text has black color on #0D1725 background.


White color preview on #0D1725 background

This text has white color on #0D1725 background.