COLOR #0D2114

HEX: #0D2114
RGB: (13,33,20)

Color info

#0D2114 contains red, green and blue colors in about the same proportion. Web safe color of #0D2114 is #003300 (or #030).

RGB color model

#0D2114 color RGB value is (13,33,20).

  • red value is 13;
  • green value is 33;
  • blue value is 20.
RGB:
(13,33,20)
(5%,13%,8%)

RGB channels and saturation

R 13 of 255 = 5%
G 33 of 255 = 13%
B 20 of 255 = 8%

13
33
20

R + G + B ~ 9%. #0D2114 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 33 + 20 = 66 (100%)
R 13 of 66 ~ 19.7%
G 33 of 66 ~ 50%
B 20 of 66 ~ 30.3%

%19.7
%50
%30.3

CMYK color model

#0D2114 color CMYK value is (61,0,39,87).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 87.06%
CMYK:
(61,0,39,87)
C61M0Y39K87 
(61%,0%,39%,87%)
(0.61/0.00/0.39/0.87)	

CMYK percentages

%60.61
%0
%39.39
%87.06

Codes

Color #0D2114 in popluar color models

0D2114
RGB133320
HSL141°43.48%9.02%
HSB/HSV141°60.61%12.94%
CMYK60.61%0.00%39.39%
87.06%

Color #0D2114 in popluar number systems.

HEX0D2114
Decimal133320
Binary110110000110100
Octal154124

Shades and tints

Shades of #0D2114

#0D2114
(13,33,20)
#0C1E13
(12,30,19)
#0B1B12
(11,27,18)
#0A1811
(10,24,17)
#091510
(9,21,16)
#08120F
(8,18,15)
#070F0E
(7,15,14)
#060C0D
(6,12,13)
#05090C
(5,9,12)
#04060B
(4,6,11)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #0D2114

#0D2114
(13,33,20)
#233529
(35,53,41)
#39493E
(57,73,62)
#4F5D53
(79,93,83)
#657168
(101,113,104)
#7B857D
(123,133,125)
#919992
(145,153,146)
#A7ADA7
(167,173,167)
#BDC1BC
(189,193,188)
#D3D5D1
(211,213,209)
#E9E9E6
(233,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2114 color. Also use rgb(13,33,20) instead hex code.

Text Font Color

.myTextColor { color: #0D2114; }

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

This text font color is #0D2114.


Background Color

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

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

This div background color is #0D2114.


Border color

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

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

This div border color is #0D2114.


Opacity

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

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

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

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

This text has shadow with #0D2114 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2114 on black background.


Color preview on white background

This text has color #0D2114 on white background.



Black color preview on #0D2114 background

This text has black color on #0D2114 background.


White color preview on #0D2114 background

This text has white color on #0D2114 background.