COLOR #0D2725

HEX: #0D2725
RGB: (13,39,37)

Color info

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

RGB color model

#0D2725 color RGB value is (13,39,37).

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

RGB channels and saturation

R 13 of 255 = 5%
G 39 of 255 = 15%
B 37 of 255 = 15%

13
39
37

R + G + B ~ 12%. #0D2725 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 39 + 37 = 89 (100%)
R 13 of 89 ~ 14.61%
G 39 of 89 ~ 43.82%
B 37 of 89 ~ 41.57%

%14.61
%43.82
%41.57

CMYK color model

#0D2725 color CMYK value is (67,0,5,85).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 84.71%
CMYK:
(67,0,5,85)
C67M0Y5K85 
(67%,0%,5%,85%)
(0.67/0.00/0.05/0.85)	

CMYK percentages

%66.67
%0
%5.13
%84.71

Codes

Color #0D2725 in popluar color models

0D2725
RGB133937
HSL175°50.00%10.20%
HSB/HSV175°66.67%15.29%
CMYK66.67%0.00%5.13%
84.71%

Color #0D2725 in popluar number systems.

HEX0D2725
Decimal133937
Binary1101100111100101
Octal154745

Shades and tints

Shades of #0D2725

#0D2725
(13,39,37)
#0C2422
(12,36,34)
#0B211F
(11,33,31)
#0A1E1C
(10,30,28)
#091B19
(9,27,25)
#081816
(8,24,22)
#071513
(7,21,19)
#061210
(6,18,16)
#050F0D
(5,15,13)
#040C0A
(4,12,10)
#030907
(3,9,7)
#000000
(0,0,0)

Tints of #0D2725

#0D2725
(13,39,37)
#233A38
(35,58,56)
#394D4B
(57,77,75)
#4F605E
(79,96,94)
#657371
(101,115,113)
#7B8684
(123,134,132)
#919997
(145,153,151)
#A7ACAA
(167,172,170)
#BDBFBD
(189,191,189)
#D3D2D0
(211,210,208)
#E9E5E3
(233,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2725; }

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

This text font color is #0D2725.


Background Color

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

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

This div background color is #0D2725.


Border color

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

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

This div border color is #0D2725.


Opacity

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

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

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

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

This text has shadow with #0D2725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2725 on black background.


Color preview on white background

This text has color #0D2725 on white background.



Black color preview on #0D2725 background

This text has black color on #0D2725 background.


White color preview on #0D2725 background

This text has white color on #0D2725 background.