COLOR #0D2F26

HEX: #0D2F26
RGB: (13,47,38)

Color info

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

RGB color model

#0D2F26 color RGB value is (13,47,38).

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

RGB channels and saturation

R 13 of 255 = 5%
G 47 of 255 = 18%
B 38 of 255 = 15%

13
47
38

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

Portions of RGB colors in percentages

R + G + B =
13 + 47 + 38 = 98 (100%)
R 13 of 98 ~ 13.27%
G 47 of 98 ~ 47.96%
B 38 of 98 ~ 38.78%

%13.27
%47.96
%38.78

CMYK color model

#0D2F26 color CMYK value is (72,0,19,82).

  • cyan value is 72.34%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 81.57%
CMYK:
(72,0,19,82)
C72M0Y19K82 
(72%,0%,19%,82%)
(0.72/0.00/0.19/0.82)	

CMYK percentages

%72.34
%0
%19.15
%81.57

Codes

Color #0D2F26 in popluar color models

0D2F26
RGB134738
HSL164°56.67%11.76%
HSB/HSV164°72.34%18.43%
CMYK72.34%0.00%19.15%
81.57%

Color #0D2F26 in popluar number systems.

HEX0D2F26
Decimal134738
Binary1101101111100110
Octal155746

Shades and tints

Shades of #0D2F26

#0D2F26
(13,47,38)
#0C2B23
(12,43,35)
#0B2720
(11,39,32)
#0A231D
(10,35,29)
#091F1A
(9,31,26)
#081B17
(8,27,23)
#071714
(7,23,20)
#061311
(6,19,17)
#050F0E
(5,15,14)
#040B0B
(4,11,11)
#030708
(3,7,8)
#000000
(0,0,0)

Tints of #0D2F26

#0D2F26
(13,47,38)
#234139
(35,65,57)
#39534C
(57,83,76)
#4F655F
(79,101,95)
#657772
(101,119,114)
#7B8985
(123,137,133)
#919B98
(145,155,152)
#A7ADAB
(167,173,171)
#BDBFBE
(189,191,190)
#D3D1D1
(211,209,209)
#E9E3E4
(233,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2F26; }

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

This text font color is #0D2F26.


Background Color

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

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

This div background color is #0D2F26.


Border color

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

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

This div border color is #0D2F26.


Opacity

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

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

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

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

This text has shadow with #0D2F26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2F26 on black background.


Color preview on white background

This text has color #0D2F26 on white background.



Black color preview on #0D2F26 background

This text has black color on #0D2F26 background.


White color preview on #0D2F26 background

This text has white color on #0D2F26 background.