COLOR #0F2A30

HEX: #0F2A30
RGB: (15,42,48)

Color info

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

RGB color model

#0F2A30 color RGB value is (15,42,48).

  • red value is 15;
  • green value is 42;
  • blue value is 48.
RGB:
(15,42,48)
(6%,16%,19%)

RGB channels and saturation

R 15 of 255 = 6%
G 42 of 255 = 16%
B 48 of 255 = 19%

15
42
48

R + G + B ~ 14%. #0F2A30 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 42 + 48 = 105 (100%)
R 15 of 105 ~ 14.29%
G 42 of 105 ~ 40%
B 48 of 105 ~ 45.71%

%14.29
%40
%45.71

CMYK color model

#0F2A30 color CMYK value is (69,13,0,81).

  • cyan value is 68.75%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(69,13,0,81)
C69M13Y0K81 
(69%,13%,0%,81%)
(0.69/0.13/0.00/0.81)	

CMYK percentages

%68.75
%12.5
%0
%81.18

Codes

Color #0F2A30 in popluar color models

0F2A30
RGB154248
HSL191°52.38%12.35%
HSB/HSV191°68.75%18.82%
CMYK68.75%12.50%0.00%
81.18%

Color #0F2A30 in popluar number systems.

HEX0F2A30
Decimal154248
Binary1111101010110000
Octal175260

Shades and tints

Shades of #0F2A30

#0F2A30
(15,42,48)
#0E272C
(14,39,44)
#0D2428
(13,36,40)
#0C2124
(12,33,36)
#0B1E20
(11,30,32)
#0A1B1C
(10,27,28)
#091818
(9,24,24)
#081514
(8,21,20)
#071210
(7,18,16)
#060F0C
(6,15,12)
#050C08
(5,12,8)
#000000
(0,0,0)

Tints of #0F2A30

#0F2A30
(15,42,48)
#243D42
(36,61,66)
#395054
(57,80,84)
#4E6366
(78,99,102)
#637678
(99,118,120)
#78898A
(120,137,138)
#8D9C9C
(141,156,156)
#A2AFAE
(162,175,174)
#B7C2C0
(183,194,192)
#CCD5D2
(204,213,210)
#E1E8E4
(225,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F2A30 color. Also use rgb(15,42,48) instead hex code.

Text Font Color

.myTextColor { color: #0F2A30; }

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

This text font color is #0F2A30.


Background Color

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

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

This div background color is #0F2A30.


Border color

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

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

This div border color is #0F2A30.


Opacity

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

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

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

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

This text has shadow with #0F2A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2A30 on black background.


Color preview on white background

This text has color #0F2A30 on white background.



Black color preview on #0F2A30 background

This text has black color on #0F2A30 background.


White color preview on #0F2A30 background

This text has white color on #0F2A30 background.