COLOR #0D230C

HEX: #0D230C
RGB: (13,35,12)

Color info

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

RGB color model

#0D230C color RGB value is (13,35,12).

  • red value is 13;
  • green value is 35;
  • blue value is 12.
RGB:
(13,35,12)
(5%,14%,5%)

RGB channels and saturation

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

13
35
12

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

Portions of RGB colors in percentages

R + G + B =
13 + 35 + 12 = 60 (100%)
R 13 of 60 ~ 21.67%
G 35 of 60 ~ 58.33%
B 12 of 60 ~ 20%

%21.67
%58.33
%20

CMYK color model

#0D230C color CMYK value is (63,0,66,86).

  • cyan value is 62.86%
  • magenta value is 0.00%
  • yellow value is 65.71%
  • key color value is 86.27%
CMYK:
(63,0,66,86)
C63M0Y66K86 
(63%,0%,66%,86%)
(0.63/0.00/0.66/0.86)	

CMYK percentages

%62.86
%0
%65.71
%86.27

Codes

Color #0D230C in popluar color models

0D230C
RGB133512
HSL117°48.94%9.22%
HSB/HSV117°65.71%13.73%
CMYK62.86%0.00%65.71%
86.27%

Color #0D230C in popluar number systems.

HEX0D230C
Decimal133512
Binary11011000111100
Octal154314

Shades and tints

Shades of #0D230C

#0D230C
(13,35,12)
#0C200B
(12,32,11)
#0B1D0A
(11,29,10)
#0A1A09
(10,26,9)
#091708
(9,23,8)
#081407
(8,20,7)
#071106
(7,17,6)
#060E05
(6,14,5)
#050B04
(5,11,4)
#040803
(4,8,3)
#030502
(3,5,2)
#000000
(0,0,0)

Tints of #0D230C

#0D230C
(13,35,12)
#233722
(35,55,34)
#394B38
(57,75,56)
#4F5F4E
(79,95,78)
#657364
(101,115,100)
#7B877A
(123,135,122)
#919B90
(145,155,144)
#A7AFA6
(167,175,166)
#BDC3BC
(189,195,188)
#D3D7D2
(211,215,210)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D230C; }

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

This text font color is #0D230C.


Background Color

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

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

This div background color is #0D230C.


Border color

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

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

This div border color is #0D230C.


Opacity

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

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

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

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

This text has shadow with #0D230C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D230C on black background.


Color preview on white background

This text has color #0D230C on white background.



Black color preview on #0D230C background

This text has black color on #0D230C background.


White color preview on #0D230C background

This text has white color on #0D230C background.