COLOR #13430D

HEX: #13430D
RGB: (19,67,13)

Color info

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

RGB color model

#13430D color RGB value is (19,67,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 67 of 255 = 26%
B 13 of 255 = 5%

19
67
13

R + G + B ~ 13%. #13430D is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 67 + 13 = 99 (100%)
R 19 of 99 ~ 19.19%
G 67 of 99 ~ 67.68%
B 13 of 99 ~ 13.13%

%19.19
%67.68
%13.13

CMYK color model

#13430D color CMYK value is (72,0,81,74).

  • cyan value is 71.64%
  • magenta value is 0.00%
  • yellow value is 80.60%
  • key color value is 73.73%
CMYK:
(72,0,81,74)
C72M0Y81K74 
(72%,0%,81%,74%)
(0.72/0.00/0.81/0.74)	

CMYK percentages

%71.64
%0
%80.6
%73.73

Codes

Color #13430D in popluar color models

13430D
RGB196713
HSL113°67.50%15.69%
HSB/HSV113°80.60%26.27%
CMYK71.64%0.00%80.60%
73.73%

Color #13430D in popluar number systems.

HEX13430D
Decimal196713
Binary1001110000111101
Octal2310315

Shades and tints

Shades of #13430D

#13430D
(19,67,13)
#123D0C
(18,61,12)
#11370B
(17,55,11)
#10310A
(16,49,10)
#0F2B09
(15,43,9)
#0E2508
(14,37,8)
#0D1F07
(13,31,7)
#0C1906
(12,25,6)
#0B1305
(11,19,5)
#0A0D04
(10,13,4)
#090703
(9,7,3)
#000000
(0,0,0)

Tints of #13430D

#13430D
(19,67,13)
#285423
(40,84,35)
#3D6539
(61,101,57)
#52764F
(82,118,79)
#678765
(103,135,101)
#7C987B
(124,152,123)
#91A991
(145,169,145)
#A6BAA7
(166,186,167)
#BBCBBD
(187,203,189)
#D0DCD3
(208,220,211)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13430D color. Also use rgb(19,67,13) instead hex code.

Text Font Color

.myTextColor { color: #13430D; }

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

This text font color is #13430D.


Background Color

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

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

This div background color is #13430D.


Border color

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

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

This div border color is #13430D.


Opacity

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

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

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

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

This text has shadow with #13430D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13430D on black background.


Color preview on white background

This text has color #13430D on white background.



Black color preview on #13430D background

This text has black color on #13430D background.


White color preview on #13430D background

This text has white color on #13430D background.