COLOR #0F3338

HEX: #0F3338 RGB: (15,51,56)

Color info

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

RGB color model

#0F3338 color RGB value is (15,51,56).

RGB: (15,51,56) (6%, 20%, 22%)

RGB channels and saturation

R 15 of 255 = 6%
G 51 of 255 = 20%
B 56 of 255 = 22%

15
51
56

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

Portions of RGB colors in percentages

R + G + B = 15 + 51 + 56 = 122 (100%)
R 15 of 122 ~ 12.3%
G 51 of 122 ~ 41.8%
B 56 of 122 ~ 45.9'%

%12.3
%41.8
%45.9

CMYK color model

#0F3338 color CMYK value is (73,9,0,78).

  • cyan value is 73.21%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (73,9,0,78)
C73M9Y0K78 (73%, 9%, 0%, 78%)
(0.73 / 0.09 / 0.00 / 0.78)

CMYK percentages

%73.21
%8.93
%0
%78.04

Codes

Color #0F3338 in popluar color models

0F 33 38
RGB 15 51 56
HSL 187° 57.75% 13.92%
HSB/HSV 187° 73.21% 21.96%
CMYK 73.21% 8.93% 0.00%
78.04%

Color #0F3338 in popluar number systems.

HEX 0F 33 38
Decimal 15 51 56
Binary 1111 110011 111000
Octal 17 63 70

Shades and tints

Shades of #0F3338

#0F3338
(15,51,56)
#0E2F33
(14,47,51)
#0D2B2E
(13,43,46)
#0C2729
(12,39,41)
#0B2324
(11,35,36)
#0A1F1F
(10,31,31)
#091B1A
(9,27,26)
#081715
(8,23,21)
#071310
(7,19,16)
#060F0B
(6,15,11)
#050B06
(5,11,6)
#000000
(0,0,0)

Tints of #0F3338

#0F3338
(15,51,56)
#24454A
(36,69,74)
#39575C
(57,87,92)
#4E696E
(78,105,110)
#637B80
(99,123,128)
#788D92
(120,141,146)
#8D9FA4
(141,159,164)
#A2B1B6
(162,177,182)
#B7C3C8
(183,195,200)
#CCD5DA
(204,213,218)
#E1E7EC
(225,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F3338; }

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

This text font color is #0F3338.

Background Color

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

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

This div background color is #0F3338.

Border color

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

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

This div border color is #0F3338.

Opacity

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

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

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

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

This text has shadow with #0F3338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F3338.

Preview

Color preview on black background

This text has color #0F3338 on black background.


Color preview on white background

This text has color #0F3338 on white background.


Black color preview on #0F3338 background

This text has black color on #0F3338 background.


White color preview on #0F3338 background

This text has white color on #0F3338 background.


Related colors

Complementary color

Complementary color for #hex is #F0CCC7.


I love getcolorcode.com

Triadic colors

1 #380F33 and #33380F with #0F3338 are triadic colors.

2 #38330F and #330F38 with #0F3338 are triadic colors.