COLOR #0B230E

HEX: #0B230E RGB: (11,35,14)

Color info

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

RGB color model

#0B230E color RGB value is (11,35,14).

RGB: (11,35,14) (4%, 14%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 35 of 255 = 14%
B 14 of 255 = 5%

11
35
14

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

Portions of RGB colors in percentages

R + G + B = 11 + 35 + 14 = 60 (100%)
R 11 of 60 ~ 18.33%
G 35 of 60 ~ 58.33%
B 14 of 60 ~ 23.33'%

%18.33
%58.33
%23.33

CMYK color model

#0B230E color CMYK value is (69,0,60,86).

  • cyan value is 68.57%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 86.27%

CMYK: (69,0,60,86)
C69M0Y60K86 (69%, 0%, 60%, 86%)
(0.69 / 0.00 / 0.60 / 0.86)

CMYK percentages

%68.57
%0
%60
%86.27

Codes

Color #0B230E in popluar color models

0B 23 0E
RGB 11 35 14
HSL 128° 52.17% 9.02%
HSB/HSV 128° 68.57% 13.73%
CMYK 68.57% 0.00% 60.00%
86.27%

Color #0B230E in popluar number systems.

HEX 0B 23 0E
Decimal 11 35 14
Binary 1011 100011 1110
Octal 13 43 16

Shades and tints

Shades of #0B230E

#0B230E
(11,35,14)
#0A200D
(10,32,13)
#091D0C
(9,29,12)
#081A0B
(8,26,11)
#07170A
(7,23,10)
#061409
(6,20,9)
#051108
(5,17,8)
#040E07
(4,14,7)
#030B06
(3,11,6)
#020805
(2,8,5)
#010504
(1,5,4)
#000000
(0,0,0)

Tints of #0B230E

#0B230E
(11,35,14)
#213723
(33,55,35)
#374B38
(55,75,56)
#4D5F4D
(77,95,77)
#637362
(99,115,98)
#798777
(121,135,119)
#8F9B8C
(143,155,140)
#A5AFA1
(165,175,161)
#BBC3B6
(187,195,182)
#D1D7CB
(209,215,203)
#E7EBE0
(231,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B230E; }

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

This text font color is #0B230E.

Background Color

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

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

This div background color is #0B230E.

Border color

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

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

This div border color is #0B230E.

Opacity

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

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

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

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

This text has shadow with #0B230E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B230E.

Preview

Color preview on black background

This text has color #0B230E on black background.


Color preview on white background

This text has color #0B230E on white background.


Black color preview on #0B230E background

This text has black color on #0B230E background.


White color preview on #0B230E background

This text has white color on #0B230E background.


Related colors

Complementary color

Complementary color for #hex is #F4DCF1.


I love getcolorcode.com

Triadic colors

1 #0E0B23 and #230E0B with #0B230E are triadic colors.

2 #0E230B and #230B0E with #0B230E are triadic colors.