COLOR #0D232D

HEX: #0D232D
RGB: (13,35,45)

Color info

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

RGB color model

#0D232D color RGB value is (13,35,45).

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

RGB channels and saturation

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

13
35
45

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

Portions of RGB colors in percentages

R + G + B =
13 + 35 + 45 = 93 (100%)
R 13 of 93 ~ 13.98%
G 35 of 93 ~ 37.63%
B 45 of 93 ~ 48.39%

%13.98
%37.63
%48.39

CMYK color model

#0D232D color CMYK value is (71,22,0,82).

  • cyan value is 71.11%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(71,22,0,82)
C71M22Y0K82 
(71%,22%,0%,82%)
(0.71/0.22/0.00/0.82)	

CMYK percentages

%71.11
%22.22
%0
%82.35

Codes

Color #0D232D in popluar color models

0D232D
RGB133545
HSL199°55.17%11.37%
HSB/HSV199°71.11%17.65%
CMYK71.11%22.22%0.00%
82.35%

Color #0D232D in popluar number systems.

HEX0D232D
Decimal133545
Binary1101100011101101
Octal154355

Shades and tints

Shades of #0D232D

#0D232D
(13,35,45)
#0C2029
(12,32,41)
#0B1D25
(11,29,37)
#0A1A21
(10,26,33)
#09171D
(9,23,29)
#081419
(8,20,25)
#071115
(7,17,21)
#060E11
(6,14,17)
#050B0D
(5,11,13)
#040809
(4,8,9)
#030505
(3,5,5)
#000000
(0,0,0)

Tints of #0D232D

#0D232D
(13,35,45)
#233740
(35,55,64)
#394B53
(57,75,83)
#4F5F66
(79,95,102)
#657379
(101,115,121)
#7B878C
(123,135,140)
#919B9F
(145,155,159)
#A7AFB2
(167,175,178)
#BDC3C5
(189,195,197)
#D3D7D8
(211,215,216)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D232D; }

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

This text font color is #0D232D.


Background Color

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

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

This div background color is #0D232D.


Border color

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

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

This div border color is #0D232D.


Opacity

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

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

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

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

This text has shadow with #0D232D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D232D on black background.


Color preview on white background

This text has color #0D232D on white background.



Black color preview on #0D232D background

This text has black color on #0D232D background.


White color preview on #0D232D background

This text has white color on #0D232D background.