COLOR #0D3A26

HEX: #0D3A26
RGB: (13,58,38)

Color info

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

RGB color model

#0D3A26 color RGB value is (13,58,38).

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

RGB channels and saturation

R 13 of 255 = 5%
G 58 of 255 = 23%
B 38 of 255 = 15%

13
58
38

R + G + B ~ 14%. #0D3A26 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 58 + 38 = 109 (100%)
R 13 of 109 ~ 11.93%
G 58 of 109 ~ 53.21%
B 38 of 109 ~ 34.86%

%11.93
%53.21
%34.86

CMYK color model

#0D3A26 color CMYK value is (78,0,34,77).

  • cyan value is 77.59%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 77.25%
CMYK:
(78,0,34,77)
C78M0Y34K77 
(78%,0%,34%,77%)
(0.78/0.00/0.34/0.77)	

CMYK percentages

%77.59
%0
%34.48
%77.25

Codes

Color #0D3A26 in popluar color models

0D3A26
RGB135838
HSL153°63.38%13.92%
HSB/HSV153°77.59%22.75%
CMYK77.59%0.00%34.48%
77.25%

Color #0D3A26 in popluar number systems.

HEX0D3A26
Decimal135838
Binary1101111010100110
Octal157246

Shades and tints

Shades of #0D3A26

#0D3A26
(13,58,38)
#0C3523
(12,53,35)
#0B3020
(11,48,32)
#0A2B1D
(10,43,29)
#09261A
(9,38,26)
#082117
(8,33,23)
#071C14
(7,28,20)
#061711
(6,23,17)
#05120E
(5,18,14)
#040D0B
(4,13,11)
#030808
(3,8,8)
#000000
(0,0,0)

Tints of #0D3A26

#0D3A26
(13,58,38)
#234B39
(35,75,57)
#395C4C
(57,92,76)
#4F6D5F
(79,109,95)
#657E72
(101,126,114)
#7B8F85
(123,143,133)
#91A098
(145,160,152)
#A7B1AB
(167,177,171)
#BDC2BE
(189,194,190)
#D3D3D1
(211,211,209)
#E9E4E4
(233,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D3A26; }

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

This text font color is #0D3A26.


Background Color

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

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

This div background color is #0D3A26.


Border color

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

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

This div border color is #0D3A26.


Opacity

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

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

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

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

This text has shadow with #0D3A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D3A26 on black background.


Color preview on white background

This text has color #0D3A26 on white background.



Black color preview on #0D3A26 background

This text has black color on #0D3A26 background.


White color preview on #0D3A26 background

This text has white color on #0D3A26 background.