COLOR #0B230B

HEX: #0B230B
RGB: (11,35,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
35
11

R + G + B ~ 7%. #0B230B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 35 + 11 = 57 (100%)
R 11 of 57 ~ 19.3%
G 35 of 57 ~ 61.4%
B 11 of 57 ~ 19.3%

%19.3
%61.4
%19.3

CMYK color model

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

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

CMYK percentages

%68.57
%0
%68.57
%86.27

Codes

Color #0B230B in popluar color models

0B230B
RGB113511
HSL120°52.17%9.02%
HSB/HSV120°68.57%13.73%
CMYK68.57%0.00%68.57%
86.27%

Color #0B230B in popluar number systems.

HEX0B230B
Decimal113511
Binary10111000111011
Octal134313

Shades and tints

Shades of #0B230B

#0B230B
(11,35,11)
#0A200A
(10,32,10)
#091D09
(9,29,9)
#081A08
(8,26,8)
#071707
(7,23,7)
#061406
(6,20,6)
#051105
(5,17,5)
#040E04
(4,14,4)
#030B03
(3,11,3)
#020802
(2,8,2)
#010501
(1,5,1)
#000000
(0,0,0)

Tints of #0B230B

#0B230B
(11,35,11)
#213721
(33,55,33)
#374B37
(55,75,55)
#4D5F4D
(77,95,77)
#637363
(99,115,99)
#798779
(121,135,121)
#8F9B8F
(143,155,143)
#A5AFA5
(165,175,165)
#BBC3BB
(187,195,187)
#D1D7D1
(209,215,209)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B230B; }

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

This text font color is #0B230B.


Background Color

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

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

This div background color is #0B230B.


Border color

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

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

This div border color is #0B230B.


Opacity

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

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

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

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

This text has shadow with #0B230B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B230B on black background.


Color preview on white background

This text has color #0B230B on white background.



Black color preview on #0B230B background

This text has black color on #0B230B background.


White color preview on #0B230B background

This text has white color on #0B230B background.