COLOR #0D232E

HEX: #0D232E
RGB: (13,35,46)

Color info

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

RGB color model

#0D232E color RGB value is (13,35,46).

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

RGB channels and saturation

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

13
35
46

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

Portions of RGB colors in percentages

R + G + B =
13 + 35 + 46 = 94 (100%)
R 13 of 94 ~ 13.83%
G 35 of 94 ~ 37.23%
B 46 of 94 ~ 48.94%

%13.83
%37.23
%48.94

CMYK color model

#0D232E color CMYK value is (72,24,0,82).

  • cyan value is 71.74%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(72,24,0,82)
C72M24Y0K82 
(72%,24%,0%,82%)
(0.72/0.24/0.00/0.82)	

CMYK percentages

%71.74
%23.91
%0
%81.96

Codes

Color #0D232E in popluar color models

0D232E
RGB133546
HSL200°55.93%11.57%
HSB/HSV200°71.74%18.04%
CMYK71.74%23.91%0.00%
81.96%

Color #0D232E in popluar number systems.

HEX0D232E
Decimal133546
Binary1101100011101110
Octal154356

Shades and tints

Shades of #0D232E

#0D232E
(13,35,46)
#0C202A
(12,32,42)
#0B1D26
(11,29,38)
#0A1A22
(10,26,34)
#09171E
(9,23,30)
#08141A
(8,20,26)
#071116
(7,17,22)
#060E12
(6,14,18)
#050B0E
(5,11,14)
#04080A
(4,8,10)
#030506
(3,5,6)
#000000
(0,0,0)

Tints of #0D232E

#0D232E
(13,35,46)
#233741
(35,55,65)
#394B54
(57,75,84)
#4F5F67
(79,95,103)
#65737A
(101,115,122)
#7B878D
(123,135,141)
#919BA0
(145,155,160)
#A7AFB3
(167,175,179)
#BDC3C6
(189,195,198)
#D3D7D9
(211,215,217)
#E9EBEC
(233,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D232E; }

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

This text font color is #0D232E.


Background Color

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

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

This div background color is #0D232E.


Border color

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

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

This div border color is #0D232E.


Opacity

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

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

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

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

This text has shadow with #0D232E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D232E on black background.


Color preview on white background

This text has color #0D232E on white background.



Black color preview on #0D232E background

This text has black color on #0D232E background.


White color preview on #0D232E background

This text has white color on #0D232E background.