COLOR #0D3026

HEX: #0D3026
RGB: (13,48,38)

Color info

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

RGB color model

#0D3026 color RGB value is (13,48,38).

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

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 38 of 255 = 15%

13
48
38

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

Portions of RGB colors in percentages

R + G + B =
13 + 48 + 38 = 99 (100%)
R 13 of 99 ~ 13.13%
G 48 of 99 ~ 48.48%
B 38 of 99 ~ 38.38%

%13.13
%48.48
%38.38

CMYK color model

#0D3026 color CMYK value is (73,0,21,81).

  • cyan value is 72.92%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 81.18%
CMYK:
(73,0,21,81)
C73M0Y21K81 
(73%,0%,21%,81%)
(0.73/0.00/0.21/0.81)	

CMYK percentages

%72.92
%0
%20.83
%81.18

Codes

Color #0D3026 in popluar color models

0D3026
RGB134838
HSL163°57.38%11.96%
HSB/HSV163°72.92%18.82%
CMYK72.92%0.00%20.83%
81.18%

Color #0D3026 in popluar number systems.

HEX0D3026
Decimal134838
Binary1101110000100110
Octal156046

Shades and tints

Shades of #0D3026

#0D3026
(13,48,38)
#0C2C23
(12,44,35)
#0B2820
(11,40,32)
#0A241D
(10,36,29)
#09201A
(9,32,26)
#081C17
(8,28,23)
#071814
(7,24,20)
#061411
(6,20,17)
#05100E
(5,16,14)
#040C0B
(4,12,11)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #0D3026

#0D3026
(13,48,38)
#234239
(35,66,57)
#39544C
(57,84,76)
#4F665F
(79,102,95)
#657872
(101,120,114)
#7B8A85
(123,138,133)
#919C98
(145,156,152)
#A7AEAB
(167,174,171)
#BDC0BE
(189,192,190)
#D3D2D1
(211,210,209)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3026; }

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

This text font color is #0D3026.


Background Color

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

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

This div background color is #0D3026.


Border color

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

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

This div border color is #0D3026.


Opacity

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

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

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

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

This text has shadow with #0D3026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3026 on black background.


Color preview on white background

This text has color #0D3026 on white background.



Black color preview on #0D3026 background

This text has black color on #0D3026 background.


White color preview on #0D3026 background

This text has white color on #0D3026 background.