COLOR #0F3343

HEX: #0F3343 RGB: (15,51,67)

Color info

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

RGB color model

#0F3343 color RGB value is (15,51,67).

RGB: (15,51,67) (6%, 20%, 26%)

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 67 of 255 = 26%

15
51
67

R + G + B ~ 17%. #0F3343 is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 51 + 67 = 133 (100%)
R 15 of 133 ~ 11.28%
G 51 of 133 ~ 38.35%
B 67 of 133 ~ 50.38'%

%11.28
%38.35
%50.38

CMYK color model

#0F3343 color CMYK value is (78,24,0,74).

  • cyan value is 77.61%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%

CMYK: (78,24,0,74)
C78M24Y0K74 (78%, 24%, 0%, 74%)
(0.78 / 0.24 / 0.00 / 0.74)

CMYK percentages

%77.61
%23.88
%0
%73.73

Codes

Color #0F3343 in popluar color models

0F 33 43
RGB 15 51 67
HSL 198° 63.41% 16.08%
HSB/HSV 198° 77.61% 26.27%
CMYK 77.61% 23.88% 0.00%
73.73%

Color #0F3343 in popluar number systems.

HEX 0F 33 43
Decimal 15 51 67
Binary 1111 110011 1000011
Octal 17 63 103

Shades and tints

Shades of #0F3343

#0F3343
(15,51,67)
#0E2F3D
(14,47,61)
#0D2B37
(13,43,55)
#0C2731
(12,39,49)
#0B232B
(11,35,43)
#0A1F25
(10,31,37)
#091B1F
(9,27,31)
#081719
(8,23,25)
#071313
(7,19,19)
#060F0D
(6,15,13)
#050B07
(5,11,7)
#000000
(0,0,0)

Tints of #0F3343

#0F3343
(15,51,67)
#244554
(36,69,84)
#395765
(57,87,101)
#4E6976
(78,105,118)
#637B87
(99,123,135)
#788D98
(120,141,152)
#8D9FA9
(141,159,169)
#A2B1BA
(162,177,186)
#B7C3CB
(183,195,203)
#CCD5DC
(204,213,220)
#E1E7ED
(225,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F3343 color. Also use rgb(15,51,67) instead hex code.

Text Font Color

.myTextColor { color: #0F3343; }

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

This text font color is #0F3343.

Background Color

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

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

This div background color is #0F3343.

Border color

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

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

This div border color is #0F3343.

Opacity

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

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

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

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

This text has shadow with #0F3343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3343.

Preview

Color preview on black background

This text has color #0F3343 on black background.


Color preview on white background

This text has color #0F3343 on white background.


Black color preview on #0F3343 background

This text has black color on #0F3343 background.


White color preview on #0F3343 background

This text has white color on #0F3343 background.


Related colors

Complementary color

Complementary color for #hex is #F0CCBC.


I love getcolorcode.com

Triadic colors

1 #430F33 and #33430F with #0F3343 are triadic colors.

2 #43330F and #330F43 with #0F3343 are triadic colors.