COLOR #00230D

HEX: #00230D RGB: (0,35,13)

Color info

#00230D contains only green and blue colors. Web safe color of #00230D is #003300 (or #030).

RGB color model

#00230D color RGB value is (0,35,13).

RGB: (0,35,13) (0%, 14%, 5%)

RGB channels and saturation

R 0 of 255 = 0%
G 35 of 255 = 14%
B 13 of 255 = 5%

0
35
13

R + G + B ~ 6%. #00230D is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 35 + 13 = 48 (100%)
R 0 of 48 ~ 0%
G 35 of 48 ~ 72.92%
B 13 of 48 ~ 27.08'%

%72.92
%27.08

CMYK color model

#00230D color CMYK value is (100,0,63,86).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 62.86%
  • key color value is 86.27%

CMYK: (100,0,63,86)
C100M0Y63K86 (100%, 0%, 63%, 86%)
(1.00 / 0.00 / 0.63 / 0.86)

CMYK percentages

%100
%0
%62.86
%86.27

Codes

Color #00230D in popluar color models

00 23 0D
RGB 0 35 13
HSL 142° 100.00% 6.86%
HSB/HSV 142° 100.00% 13.73%
CMYK 100.00% 0.00% 62.86%
86.27%

Color #00230D in popluar number systems.

HEX 00 23 0D
Decimal 0 35 13
Binary 0 100011 1101
Octal 0 43 15

Shades and tints

Shades of #00230D

#00230D
(0,35,13)
#00200C
(0,32,12)
#001D0B
(0,29,11)
#001A0A
(0,26,10)
#001709
(0,23,9)
#001408
(0,20,8)
#001107
(0,17,7)
#000E06
(0,14,6)
#000B05
(0,11,5)
#000804
(0,8,4)
#000503
(0,5,3)
#000000
(0,0,0)

Tints of #00230D

#00230D
(0,35,13)
#173723
(23,55,35)
#2E4B39
(46,75,57)
#455F4F
(69,95,79)
#5C7365
(92,115,101)
#73877B
(115,135,123)
#8A9B91
(138,155,145)
#A1AFA7
(161,175,167)
#B8C3BD
(184,195,189)
#CFD7D3
(207,215,211)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00230D; }

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

This text font color is #00230D.

Background Color

.myBgColor { background-color: #00230D; }

<div style="background-color:#00230D">Inner text</div>

This div background color is #00230D.

Border color

.myBorderColor { border: 1px solid #00230D; }

<div style="border:3px solid #00230D">Div</div>

This div border color is #00230D.

Opacity

.myOpacity80 { color: #00230D; opacity: 0.8; }

<p style="color:#00230D;opacity:0.8;">80%</p>

Text with #00230D 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 #00230D;}

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

This text has shadow with #00230D color.


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

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

This text has shadow with #00230D primary color and red secondary color.


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

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

This text has shadow with #00230D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #00230D.

Preview

Color preview on black background

This text has color #00230D on black background.


Color preview on white background

This text has color #00230D on white background.


Black color preview on #00230D background

This text has black color on #00230D background.


White color preview on #00230D background

This text has white color on #00230D background.


Related colors

Complementary color

Complementary color for #hex is #FFDCF2.


I love getcolorcode.com

Triadic colors

1 #0D0023 and #230D00 with #00230D are triadic colors.

2 #0D2300 and #23000D with #00230D are triadic colors.