COLOR #0D2633

HEX: #0D2633 RGB: (13,38,51)

Color info

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

RGB color model

#0D2633 color RGB value is (13,38,51).

RGB: (13,38,51) (5%, 15%, 20%)

RGB channels and saturation

R 13 of 255 = 5%
G 38 of 255 = 15%
B 51 of 255 = 20%

13
38
51

R + G + B ~ 13%. #0D2633 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 38 + 51 = 102 (100%)
R 13 of 102 ~ 12.75%
G 38 of 102 ~ 37.25%
B 51 of 102 ~ 50'%

%12.75
%37.25
%50

CMYK color model

#0D2633 color CMYK value is (75,25,0,80).

  • cyan value is 74.51%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 80.00%

CMYK: (75,25,0,80)
C75M25Y0K80 (75%, 25%, 0%, 80%)
(0.75 / 0.25 / 0.00 / 0.80)

CMYK percentages

%74.51
%25.49
%0
%80

Codes

Color #0D2633 in popluar color models

0D 26 33
RGB 13 38 51
HSL 201° 59.38% 12.55%
HSB/HSV 201° 74.51% 20.00%
CMYK 74.51% 25.49% 0.00%
80.00%

Color #0D2633 in popluar number systems.

HEX 0D 26 33
Decimal 13 38 51
Binary 1101 100110 110011
Octal 15 46 63

Shades and tints

Shades of #0D2633

#0D2633
(13,38,51)
#0C232F
(12,35,47)
#0B202B
(11,32,43)
#0A1D27
(10,29,39)
#091A23
(9,26,35)
#08171F
(8,23,31)
#07141B
(7,20,27)
#061117
(6,17,23)
#050E13
(5,14,19)
#040B0F
(4,11,15)
#03080B
(3,8,11)
#000000
(0,0,0)

Tints of #0D2633

#0D2633
(13,38,51)
#233945
(35,57,69)
#394C57
(57,76,87)
#4F5F69
(79,95,105)
#65727B
(101,114,123)
#7B858D
(123,133,141)
#91989F
(145,152,159)
#A7ABB1
(167,171,177)
#BDBEC3
(189,190,195)
#D3D1D5
(211,209,213)
#E9E4E7
(233,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D2633 color. Also use rgb(13,38,51) instead hex code.

Text Font Color

.myTextColor { color: #0D2633; }

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

This text font color is #0D2633.

Background Color

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

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

This div background color is #0D2633.

Border color

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

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

This div border color is #0D2633.

Opacity

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

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

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

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

This text has shadow with #0D2633 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D2633.

Preview

Color preview on black background

This text has color #0D2633 on black background.


Color preview on white background

This text has color #0D2633 on white background.


Black color preview on #0D2633 background

This text has black color on #0D2633 background.


White color preview on #0D2633 background

This text has white color on #0D2633 background.


Related colors

Complementary color

Complementary color for #hex is #F2D9CC.


I love getcolorcode.com

Triadic colors

1 #330D26 and #26330D with #0D2633 are triadic colors.

2 #33260D and #260D33 with #0D2633 are triadic colors.