COLOR #0F353F

HEX: #0F353F
RGB: (15,53,63)

Color info

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

RGB color model

#0F353F color RGB value is (15,53,63).

  • red value is 15;
  • green value is 53;
  • blue value is 63.
RGB:
(15,53,63)
(6%,21%,25%)

RGB channels and saturation

R 15 of 255 = 6%
G 53 of 255 = 21%
B 63 of 255 = 25%

15
53
63

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

Portions of RGB colors in percentages

R + G + B =
15 + 53 + 63 = 131 (100%)
R 15 of 131 ~ 11.45%
G 53 of 131 ~ 40.46%
B 63 of 131 ~ 48.09%

%11.45
%40.46
%48.09

CMYK color model

#0F353F color CMYK value is (76,16,0,75).

  • cyan value is 76.19%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(76,16,0,75)
C76M16Y0K75 
(76%,16%,0%,75%)
(0.76/0.16/0.00/0.75)	

CMYK percentages

%76.19
%15.87
%0
%75.29

Codes

Color #0F353F in popluar color models

0F353F
RGB155363
HSL193°61.54%15.29%
HSB/HSV193°76.19%24.71%
CMYK76.19%15.87%0.00%
75.29%

Color #0F353F in popluar number systems.

HEX0F353F
Decimal155363
Binary1111110101111111
Octal176577

Shades and tints

Shades of #0F353F

#0F353F
(15,53,63)
#0E313A
(14,49,58)
#0D2D35
(13,45,53)
#0C2930
(12,41,48)
#0B252B
(11,37,43)
#0A2126
(10,33,38)
#091D21
(9,29,33)
#08191C
(8,25,28)
#071517
(7,21,23)
#061112
(6,17,18)
#050D0D
(5,13,13)
#000000
(0,0,0)

Tints of #0F353F

#0F353F
(15,53,63)
#244750
(36,71,80)
#395961
(57,89,97)
#4E6B72
(78,107,114)
#637D83
(99,125,131)
#788F94
(120,143,148)
#8DA1A5
(141,161,165)
#A2B3B6
(162,179,182)
#B7C5C7
(183,197,199)
#CCD7D8
(204,215,216)
#E1E9E9
(225,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F353F color. Also use rgb(15,53,63) instead hex code.

Text Font Color

.myTextColor { color: #0F353F; }

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

This text font color is #0F353F.


Background Color

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

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

This div background color is #0F353F.


Border color

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

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

This div border color is #0F353F.


Opacity

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

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

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

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

This text has shadow with #0F353F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F353F on black background.


Color preview on white background

This text has color #0F353F on white background.



Black color preview on #0F353F background

This text has black color on #0F353F background.


White color preview on #0F353F background

This text has white color on #0F353F background.