COLOR #0D2F31

HEX: #0D2F31
RGB: (13,47,49)

Color info

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

RGB color model

#0D2F31 color RGB value is (13,47,49).

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

RGB channels and saturation

R 13 of 255 = 5%
G 47 of 255 = 18%
B 49 of 255 = 19%

13
47
49

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

Portions of RGB colors in percentages

R + G + B =
13 + 47 + 49 = 109 (100%)
R 13 of 109 ~ 11.93%
G 47 of 109 ~ 43.12%
B 49 of 109 ~ 44.95%

%11.93
%43.12
%44.95

CMYK color model

#0D2F31 color CMYK value is (73,4,0,81).

  • cyan value is 73.47%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(73,4,0,81)
C73M4Y0K81 
(73%,4%,0%,81%)
(0.73/0.04/0.00/0.81)	

CMYK percentages

%73.47
%4.08
%0
%80.78

Codes

Color #0D2F31 in popluar color models

0D2F31
RGB134749
HSL183°58.06%12.16%
HSB/HSV183°73.47%19.22%
CMYK73.47%4.08%0.00%
80.78%

Color #0D2F31 in popluar number systems.

HEX0D2F31
Decimal134749
Binary1101101111110001
Octal155761

Shades and tints

Shades of #0D2F31

#0D2F31
(13,47,49)
#0C2B2D
(12,43,45)
#0B2729
(11,39,41)
#0A2325
(10,35,37)
#091F21
(9,31,33)
#081B1D
(8,27,29)
#071719
(7,23,25)
#061315
(6,19,21)
#050F11
(5,15,17)
#040B0D
(4,11,13)
#030709
(3,7,9)
#000000
(0,0,0)

Tints of #0D2F31

#0D2F31
(13,47,49)
#234143
(35,65,67)
#395355
(57,83,85)
#4F6567
(79,101,103)
#657779
(101,119,121)
#7B898B
(123,137,139)
#919B9D
(145,155,157)
#A7ADAF
(167,173,175)
#BDBFC1
(189,191,193)
#D3D1D3
(211,209,211)
#E9E3E5
(233,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2F31; }

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

This text font color is #0D2F31.


Background Color

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

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

This div background color is #0D2F31.


Border color

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

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

This div border color is #0D2F31.


Opacity

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

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

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

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

This text has shadow with #0D2F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2F31 on black background.


Color preview on white background

This text has color #0D2F31 on white background.



Black color preview on #0D2F31 background

This text has black color on #0D2F31 background.


White color preview on #0D2F31 background

This text has white color on #0D2F31 background.