COLOR #0D2026

HEX: #0D2026
RGB: (13,32,38)

Color info

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

RGB color model

#0D2026 color RGB value is (13,32,38).

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

RGB channels and saturation

R 13 of 255 = 5%
G 32 of 255 = 13%
B 38 of 255 = 15%

13
32
38

R + G + B ~ 11%. #0D2026 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 32 + 38 = 83 (100%)
R 13 of 83 ~ 15.66%
G 32 of 83 ~ 38.55%
B 38 of 83 ~ 45.78%

%15.66
%38.55
%45.78

CMYK color model

#0D2026 color CMYK value is (66,16,0,85).

  • cyan value is 65.79%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(66,16,0,85)
C66M16Y0K85 
(66%,16%,0%,85%)
(0.66/0.16/0.00/0.85)	

CMYK percentages

%65.79
%15.79
%0
%85.1

Codes

Color #0D2026 in popluar color models

0D2026
RGB133238
HSL194°49.02%10.00%
HSB/HSV194°65.79%14.90%
CMYK65.79%15.79%0.00%
85.10%

Color #0D2026 in popluar number systems.

HEX0D2026
Decimal133238
Binary1101100000100110
Octal154046

Shades and tints

Shades of #0D2026

#0D2026
(13,32,38)
#0C1E23
(12,30,35)
#0B1C20
(11,28,32)
#0A1A1D
(10,26,29)
#09181A
(9,24,26)
#081617
(8,22,23)
#071414
(7,20,20)
#061211
(6,18,17)
#05100E
(5,16,14)
#040E0B
(4,14,11)
#030C08
(3,12,8)
#000000
(0,0,0)

Tints of #0D2026

#0D2026
(13,32,38)
#233439
(35,52,57)
#39484C
(57,72,76)
#4F5C5F
(79,92,95)
#657072
(101,112,114)
#7B8485
(123,132,133)
#919898
(145,152,152)
#A7ACAB
(167,172,171)
#BDC0BE
(189,192,190)
#D3D4D1
(211,212,209)
#E9E8E4
(233,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2026 color. Also use rgb(13,32,38) instead hex code.

Text Font Color

.myTextColor { color: #0D2026; }

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

This text font color is #0D2026.


Background Color

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

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

This div background color is #0D2026.


Border color

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

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

This div border color is #0D2026.


Opacity

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

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

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

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

This text has shadow with #0D2026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2026 on black background.


Color preview on white background

This text has color #0D2026 on white background.



Black color preview on #0D2026 background

This text has black color on #0D2026 background.


White color preview on #0D2026 background

This text has white color on #0D2026 background.