COLOR #0D333C

HEX: #0D333C
RGB: (13,51,60)

Color info

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

RGB color model

#0D333C color RGB value is (13,51,60).

  • red value is 13;
  • green value is 51;
  • blue value is 60.
RGB:
(13,51,60)
(5%,20%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 51 of 255 = 20%
B 60 of 255 = 24%

13
51
60

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

Portions of RGB colors in percentages

R + G + B =
13 + 51 + 60 = 124 (100%)
R 13 of 124 ~ 10.48%
G 51 of 124 ~ 41.13%
B 60 of 124 ~ 48.39%

%10.48
%41.13
%48.39

CMYK color model

#0D333C color CMYK value is (78,15,0,76).

  • cyan value is 78.33%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(78,15,0,76)
C78M15Y0K76 
(78%,15%,0%,76%)
(0.78/0.15/0.00/0.76)	

CMYK percentages

%78.33
%15
%0
%76.47

Codes

Color #0D333C in popluar color models

0D333C
RGB135160
HSL191°64.38%14.31%
HSB/HSV191°78.33%23.53%
CMYK78.33%15.00%0.00%
76.47%

Color #0D333C in popluar number systems.

HEX0D333C
Decimal135160
Binary1101110011111100
Octal156374

Shades and tints

Shades of #0D333C

#0D333C
(13,51,60)
#0C2F37
(12,47,55)
#0B2B32
(11,43,50)
#0A272D
(10,39,45)
#092328
(9,35,40)
#081F23
(8,31,35)
#071B1E
(7,27,30)
#061719
(6,23,25)
#051314
(5,19,20)
#040F0F
(4,15,15)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #0D333C

#0D333C
(13,51,60)
#23454D
(35,69,77)
#39575E
(57,87,94)
#4F696F
(79,105,111)
#657B80
(101,123,128)
#7B8D91
(123,141,145)
#919FA2
(145,159,162)
#A7B1B3
(167,177,179)
#BDC3C4
(189,195,196)
#D3D5D5
(211,213,213)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D333C; }

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

This text font color is #0D333C.


Background Color

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

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

This div background color is #0D333C.


Border color

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

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

This div border color is #0D333C.


Opacity

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

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

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

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

This text has shadow with #0D333C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D333C on black background.


Color preview on white background

This text has color #0D333C on white background.



Black color preview on #0D333C background

This text has black color on #0D333C background.


White color preview on #0D333C background

This text has white color on #0D333C background.