COLOR #0D430A

HEX: #0D430A
RGB: (13,67,10)

Color info

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

RGB color model

#0D430A color RGB value is (13,67,10).

  • red value is 13;
  • green value is 67;
  • blue value is 10.
RGB:
(13,67,10)
(5%,26%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 67 of 255 = 26%
B 10 of 255 = 4%

13
67
10

R + G + B ~ 12%. #0D430A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 67 + 10 = 90 (100%)
R 13 of 90 ~ 14.44%
G 67 of 90 ~ 74.44%
B 10 of 90 ~ 11.11%

%14.44
%74.44
%11.11

CMYK color model

#0D430A color CMYK value is (81,0,85,74).

  • cyan value is 80.60%
  • magenta value is 0.00%
  • yellow value is 85.07%
  • key color value is 73.73%
CMYK:
(81,0,85,74)
C81M0Y85K74 
(81%,0%,85%,74%)
(0.81/0.00/0.85/0.74)	

CMYK percentages

%80.6
%0
%85.07
%73.73

Codes

Color #0D430A in popluar color models

0D430A
RGB136710
HSL117°74.03%15.10%
HSB/HSV117°85.07%26.27%
CMYK80.60%0.00%85.07%
73.73%

Color #0D430A in popluar number systems.

HEX0D430A
Decimal136710
Binary110110000111010
Octal1510312

Shades and tints

Shades of #0D430A

#0D430A
(13,67,10)
#0C3D0A
(12,61,10)
#0B370A
(11,55,10)
#0A310A
(10,49,10)
#092B0A
(9,43,10)
#08250A
(8,37,10)
#071F0A
(7,31,10)
#06190A
(6,25,10)
#05130A
(5,19,10)
#040D0A
(4,13,10)
#03070A
(3,7,10)
#000000
(0,0,0)

Tints of #0D430A

#0D430A
(13,67,10)
#235420
(35,84,32)
#396536
(57,101,54)
#4F764C
(79,118,76)
#658762
(101,135,98)
#7B9878
(123,152,120)
#91A98E
(145,169,142)
#A7BAA4
(167,186,164)
#BDCBBA
(189,203,186)
#D3DCD0
(211,220,208)
#E9EDE6
(233,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D430A color. Also use rgb(13,67,10) instead hex code.

Text Font Color

.myTextColor { color: #0D430A; }

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

This text font color is #0D430A.


Background Color

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

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

This div background color is #0D430A.


Border color

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

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

This div border color is #0D430A.


Opacity

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

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

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

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

This text has shadow with #0D430A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D430A on black background.


Color preview on white background

This text has color #0D430A on white background.



Black color preview on #0D430A background

This text has black color on #0D430A background.


White color preview on #0D430A background

This text has white color on #0D430A background.