COLOR #0F230E

HEX: #0F230E
RGB: (15,35,14)

Color info

#0F230E contains red, green and blue colors in about the same proportion. Web safe color of #0F230E is #003300 (or #030).

RGB color model

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

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

RGB channels and saturation

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

15
35
14

R + G + B ~ 8%. #0F230E is dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 35 + 14 = 64 (100%)
R 15 of 64 ~ 23.44%
G 35 of 64 ~ 54.69%
B 14 of 64 ~ 21.88%

%23.44
%54.69
%21.88

CMYK color model

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

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

CMYK percentages

%57.14
%0
%60
%86.27

Codes

Color #0F230E in popluar color models

0F230E
RGB153514
HSL117°42.86%9.61%
HSB/HSV117°60.00%13.73%
CMYK57.14%0.00%60.00%
86.27%

Color #0F230E in popluar number systems.

HEX0F230E
Decimal153514
Binary11111000111110
Octal174316

Shades and tints

Shades of #0F230E

#0F230E
(15,35,14)
#0E200D
(14,32,13)
#0D1D0C
(13,29,12)
#0C1A0B
(12,26,11)
#0B170A
(11,23,10)
#0A1409
(10,20,9)
#091108
(9,17,8)
#080E07
(8,14,7)
#070B06
(7,11,6)
#060805
(6,8,5)
#050504
(5,5,4)
#000000
(0,0,0)

Tints of #0F230E

#0F230E
(15,35,14)
#243723
(36,55,35)
#394B38
(57,75,56)
#4E5F4D
(78,95,77)
#637362
(99,115,98)
#788777
(120,135,119)
#8D9B8C
(141,155,140)
#A2AFA1
(162,175,161)
#B7C3B6
(183,195,182)
#CCD7CB
(204,215,203)
#E1EBE0
(225,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F230E; }

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

This text font color is #0F230E.


Background Color

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

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

This div background color is #0F230E.


Border color

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

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

This div border color is #0F230E.


Opacity

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

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

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

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

This text has shadow with #0F230E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F230E on black background.


Color preview on white background

This text has color #0F230E on white background.



Black color preview on #0F230E background

This text has black color on #0F230E background.


White color preview on #0F230E background

This text has white color on #0F230E background.