COLOR #0F230B

HEX: #0F230B RGB: (15,35,11)

Color info

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

RGB color model

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

RGB: (15,35,11) (6%, 14%, 4%)

RGB channels and saturation

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

15
35
11

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

Portions of RGB colors in percentages

R + G + B = 15 + 35 + 11 = 61 (100%)
R 15 of 61 ~ 24.59%
G 35 of 61 ~ 57.38%
B 11 of 61 ~ 18.03'%

%24.59
%57.38
%18.03

CMYK color model

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

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

CMYK percentages

%57.14
%0
%68.57
%86.27

Codes

Color #0F230B in popluar color models

0F 23 0B
RGB 15 35 11
HSL 110° 52.17% 9.02%
HSB/HSV 110° 68.57% 13.73%
CMYK 57.14% 0.00% 68.57%
86.27%

Color #0F230B in popluar number systems.

HEX 0F 23 0B
Decimal 15 35 11
Binary 1111 100011 1011
Octal 17 43 13

Shades and tints

Shades of #0F230B

#0F230B
(15,35,11)
#0E200A
(14,32,10)
#0D1D09
(13,29,9)
#0C1A08
(12,26,8)
#0B1707
(11,23,7)
#0A1406
(10,20,6)
#091105
(9,17,5)
#080E04
(8,14,4)
#070B03
(7,11,3)
#060802
(6,8,2)
#050501
(5,5,1)
#000000
(0,0,0)

Tints of #0F230B

#0F230B
(15,35,11)
#243721
(36,55,33)
#394B37
(57,75,55)
#4E5F4D
(78,95,77)
#637363
(99,115,99)
#788779
(120,135,121)
#8D9B8F
(141,155,143)
#A2AFA5
(162,175,165)
#B7C3BB
(183,195,187)
#CCD7D1
(204,215,209)
#E1EBE7
(225,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0F230B; }

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

This text font color is #0F230B.

Background Color

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

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

This div background color is #0F230B.

Border color

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

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

This div border color is #0F230B.

Opacity

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

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

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

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

This text has shadow with #0F230B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F230B.

Preview

Color preview on black background

This text has color #0F230B on black background.


Color preview on white background

This text has color #0F230B on white background.


Black color preview on #0F230B background

This text has black color on #0F230B background.


White color preview on #0F230B background

This text has white color on #0F230B background.


Related colors

Complementary color

Complementary color for #hex is #F0DCF4.


I love getcolorcode.com

Triadic colors

1 #0B0F23 and #230B0F with #0F230B are triadic colors.

2 #0B230F and #230F0B with #0F230B are triadic colors.