COLOR #0F2323

HEX: #0F2323
RGB: (15,35,35)

Color info

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

RGB color model

#0F2323 color RGB value is (15,35,35).

  • red value is 15;
  • green value is 35;
  • blue value is 35.
RGB:
(15,35,35)
(6%,14%,14%)

RGB channels and saturation

R 15 of 255 = 6%
G 35 of 255 = 14%
B 35 of 255 = 14%

15
35
35

R + G + B ~ 11%. #0F2323 is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 35 + 35 = 85 (100%)
R 15 of 85 ~ 17.65%
G 35 of 85 ~ 41.18%
B 35 of 85 ~ 41.18%

%17.65
%41.18
%41.18

CMYK color model

#0F2323 color CMYK value is (57,0,0,86).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(57,0,0,86)
C57M0Y0K86 
(57%,0%,0%,86%)
(0.57/0.00/0.00/0.86)	

CMYK percentages

%57.14
%0
%0
%86.27

Codes

Color #0F2323 in popluar color models

0F2323
RGB153535
HSL180°40.00%9.80%
HSB/HSV180°57.14%13.73%
CMYK57.14%0.00%0.00%
86.27%

Color #0F2323 in popluar number systems.

HEX0F2323
Decimal153535
Binary1111100011100011
Octal174343

Shades and tints

Shades of #0F2323

#0F2323
(15,35,35)
#0E2020
(14,32,32)
#0D1D1D
(13,29,29)
#0C1A1A
(12,26,26)
#0B1717
(11,23,23)
#0A1414
(10,20,20)
#091111
(9,17,17)
#080E0E
(8,14,14)
#070B0B
(7,11,11)
#060808
(6,8,8)
#050505
(5,5,5)
#000000
(0,0,0)

Tints of #0F2323

#0F2323
(15,35,35)
#243737
(36,55,55)
#394B4B
(57,75,75)
#4E5F5F
(78,95,95)
#637373
(99,115,115)
#788787
(120,135,135)
#8D9B9B
(141,155,155)
#A2AFAF
(162,175,175)
#B7C3C3
(183,195,195)
#CCD7D7
(204,215,215)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F2323; }

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

This text font color is #0F2323.


Background Color

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

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

This div background color is #0F2323.


Border color

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

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

This div border color is #0F2323.


Opacity

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

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

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

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

This text has shadow with #0F2323 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F2323 on black background.


Color preview on white background

This text has color #0F2323 on white background.



Black color preview on #0F2323 background

This text has black color on #0F2323 background.


White color preview on #0F2323 background

This text has white color on #0F2323 background.