COLOR #0D232F

HEX: #0D232F
RGB: (13,35,47)

Color info

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

RGB color model

#0D232F color RGB value is (13,35,47).

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

RGB channels and saturation

R 13 of 255 = 5%
G 35 of 255 = 14%
B 47 of 255 = 18%

13
35
47

R + G + B ~ 12%. #0D232F is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 35 + 47 = 95 (100%)
R 13 of 95 ~ 13.68%
G 35 of 95 ~ 36.84%
B 47 of 95 ~ 49.47%

%13.68
%36.84
%49.47

CMYK color model

#0D232F color CMYK value is (72,26,0,82).

  • cyan value is 72.34%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(72,26,0,82)
C72M26Y0K82 
(72%,26%,0%,82%)
(0.72/0.26/0.00/0.82)	

CMYK percentages

%72.34
%25.53
%0
%81.57

Codes

Color #0D232F in popluar color models

0D232F
RGB133547
HSL201°56.67%11.76%
HSB/HSV201°72.34%18.43%
CMYK72.34%25.53%0.00%
81.57%

Color #0D232F in popluar number systems.

HEX0D232F
Decimal133547
Binary1101100011101111
Octal154357

Shades and tints

Shades of #0D232F

#0D232F
(13,35,47)
#0C202B
(12,32,43)
#0B1D27
(11,29,39)
#0A1A23
(10,26,35)
#09171F
(9,23,31)
#08141B
(8,20,27)
#071117
(7,17,23)
#060E13
(6,14,19)
#050B0F
(5,11,15)
#04080B
(4,8,11)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #0D232F

#0D232F
(13,35,47)
#233741
(35,55,65)
#394B53
(57,75,83)
#4F5F65
(79,95,101)
#657377
(101,115,119)
#7B8789
(123,135,137)
#919B9B
(145,155,155)
#A7AFAD
(167,175,173)
#BDC3BF
(189,195,191)
#D3D7D1
(211,215,209)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D232F; }

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

This text font color is #0D232F.


Background Color

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

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

This div background color is #0D232F.


Border color

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

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

This div border color is #0D232F.


Opacity

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

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

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

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

This text has shadow with #0D232F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D232F on black background.


Color preview on white background

This text has color #0D232F on white background.



Black color preview on #0D232F background

This text has black color on #0D232F background.


White color preview on #0D232F background

This text has white color on #0D232F background.