COLOR #0A230B

HEX: #0A230B
RGB: (10,35,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

10
35
11

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

Portions of RGB colors in percentages

R + G + B =
10 + 35 + 11 = 56 (100%)
R 10 of 56 ~ 17.86%
G 35 of 56 ~ 62.5%
B 11 of 56 ~ 19.64%

%17.86
%62.5
%19.64

CMYK color model

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

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

CMYK percentages

%71.43
%0
%68.57
%86.27

Codes

Color #0A230B in popluar color models

0A230B
RGB103511
HSL122°55.56%8.82%
HSB/HSV122°71.43%13.73%
CMYK71.43%0.00%68.57%
86.27%

Color #0A230B in popluar number systems.

HEX0A230B
Decimal103511
Binary10101000111011
Octal124313

Shades and tints

Shades of #0A230B

#0A230B
(10,35,11)
#0A200A
(10,32,10)
#0A1D09
(10,29,9)
#0A1A08
(10,26,8)
#0A1707
(10,23,7)
#0A1406
(10,20,6)
#0A1105
(10,17,5)
#0A0E04
(10,14,4)
#0A0B03
(10,11,3)
#0A0802
(10,8,2)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #0A230B

#0A230B
(10,35,11)
#203721
(32,55,33)
#364B37
(54,75,55)
#4C5F4D
(76,95,77)
#627363
(98,115,99)
#788779
(120,135,121)
#8E9B8F
(142,155,143)
#A4AFA5
(164,175,165)
#BAC3BB
(186,195,187)
#D0D7D1
(208,215,209)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A230B; }

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

This text font color is #0A230B.


Background Color

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

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

This div background color is #0A230B.


Border color

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

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

This div border color is #0A230B.


Opacity

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

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

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

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

This text has shadow with #0A230B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A230B on black background.


Color preview on white background

This text has color #0A230B on white background.



Black color preview on #0A230B background

This text has black color on #0A230B background.


White color preview on #0A230B background

This text has white color on #0A230B background.