COLOR #0D303C

HEX: #0D303C RGB: (13,48,60)

Color info

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

RGB color model

#0D303C color RGB value is (13,48,60).

RGB: (13,48,60) (5%, 19%, 24%)

RGB channels and saturation

R 13 of 255 = 5%
G 48 of 255 = 19%
B 60 of 255 = 24%

13
48
60

R + G + B ~ 16%. #0D303C is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 48 + 60 = 121 (100%)
R 13 of 121 ~ 10.74%
G 48 of 121 ~ 39.67%
B 60 of 121 ~ 49.59'%

%10.74
%39.67
%49.59

CMYK color model

#0D303C color CMYK value is (78,20,0,76).

  • cyan value is 78.33%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (78,20,0,76)
C78M20Y0K76 (78%, 20%, 0%, 76%)
(0.78 / 0.20 / 0.00 / 0.76)

CMYK percentages

%78.33
%20
%0
%76.47

Codes

Color #0D303C in popluar color models

0D 30 3C
RGB 13 48 60
HSL 195° 64.38% 14.31%
HSB/HSV 195° 78.33% 23.53%
CMYK 78.33% 20.00% 0.00%
76.47%

Color #0D303C in popluar number systems.

HEX 0D 30 3C
Decimal 13 48 60
Binary 1101 110000 111100
Octal 15 60 74

Shades and tints

Shades of #0D303C

#0D303C
(13,48,60)
#0C2C37
(12,44,55)
#0B2832
(11,40,50)
#0A242D
(10,36,45)
#092028
(9,32,40)
#081C23
(8,28,35)
#07181E
(7,24,30)
#061419
(6,20,25)
#051014
(5,16,20)
#040C0F
(4,12,15)
#03080A
(3,8,10)
#000000
(0,0,0)

Tints of #0D303C

#0D303C
(13,48,60)
#23424D
(35,66,77)
#39545E
(57,84,94)
#4F666F
(79,102,111)
#657880
(101,120,128)
#7B8A91
(123,138,145)
#919CA2
(145,156,162)
#A7AEB3
(167,174,179)
#BDC0C4
(189,192,196)
#D3D2D5
(211,210,213)
#E9E4E6
(233,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D303C color. Also use rgb(13,48,60) instead hex code.

Text Font Color

.myTextColor { color: #0D303C; }

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

This text font color is #0D303C.

Background Color

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

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

This div background color is #0D303C.

Border color

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

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

This div border color is #0D303C.

Opacity

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

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

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

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

This text has shadow with #0D303C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D303C.

Preview

Color preview on black background

This text has color #0D303C on black background.


Color preview on white background

This text has color #0D303C on white background.


Black color preview on #0D303C background

This text has black color on #0D303C background.


White color preview on #0D303C background

This text has white color on #0D303C background.


Related colors

Complementary color

Complementary color for #hex is #F2CFC3.


I love getcolorcode.com

Triadic colors

1 #3C0D30 and #303C0D with #0D303C are triadic colors.

2 #3C300D and #300D3C with #0D303C are triadic colors.