COLOR #0D293D

HEX: #0D293D
RGB: (13,41,61)

Color info

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

RGB color model

#0D293D color RGB value is (13,41,61).

  • red value is 13;
  • green value is 41;
  • blue value is 61.
RGB:
(13,41,61)
(5%,16%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 41 of 255 = 16%
B 61 of 255 = 24%

13
41
61

R + G + B ~ 15%. #0D293D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 41 + 61 = 115 (100%)
R 13 of 115 ~ 11.3%
G 41 of 115 ~ 35.65%
B 61 of 115 ~ 53.04%

%11.3
%35.65
%53.04

CMYK color model

#0D293D color CMYK value is (79,33,0,76).

  • cyan value is 78.69%
  • magenta value is 32.79%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(79,33,0,76)
C79M33Y0K76 
(79%,33%,0%,76%)
(0.79/0.33/0.00/0.76)	

CMYK percentages

%78.69
%32.79
%0
%76.08

Codes

Color #0D293D in popluar color models

0D293D
RGB134161
HSL205°64.86%14.51%
HSB/HSV205°78.69%23.92%
CMYK78.69%32.79%0.00%
76.08%

Color #0D293D in popluar number systems.

HEX0D293D
Decimal134161
Binary1101101001111101
Octal155175

Shades and tints

Shades of #0D293D

#0D293D
(13,41,61)
#0C2638
(12,38,56)
#0B2333
(11,35,51)
#0A202E
(10,32,46)
#091D29
(9,29,41)
#081A24
(8,26,36)
#07171F
(7,23,31)
#06141A
(6,20,26)
#051115
(5,17,21)
#040E10
(4,14,16)
#030B0B
(3,11,11)
#000000
(0,0,0)

Tints of #0D293D

#0D293D
(13,41,61)
#233C4E
(35,60,78)
#394F5F
(57,79,95)
#4F6270
(79,98,112)
#657581
(101,117,129)
#7B8892
(123,136,146)
#919BA3
(145,155,163)
#A7AEB4
(167,174,180)
#BDC1C5
(189,193,197)
#D3D4D6
(211,212,214)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D293D color. Also use rgb(13,41,61) instead hex code.

Text Font Color

.myTextColor { color: #0D293D; }

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

This text font color is #0D293D.


Background Color

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

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

This div background color is #0D293D.


Border color

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

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

This div border color is #0D293D.


Opacity

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

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

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

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

This text has shadow with #0D293D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D293D on black background.


Color preview on white background

This text has color #0D293D on white background.



Black color preview on #0D293D background

This text has black color on #0D293D background.


White color preview on #0D293D background

This text has white color on #0D293D background.