COLOR #430D09

HEX: #430D09
RGB: (67,13,9)

Color info

#430D09 contains red, green and blue colors in about the same proportion. Web safe color of #430D09 is #330000 (or #300).

RGB color model

#430D09 color RGB value is (67,13,9).

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

RGB channels and saturation

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

67
13
9

R + G + B ~ 12%. #430D09 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 13 + 9 = 89 (100%)
R 67 of 89 ~ 75.28%
G 13 of 89 ~ 14.61%
B 9 of 89 ~ 10.11%

%75.28
%14.61
%10.11

CMYK color model

#430D09 color CMYK value is (0,81,87,74).

  • cyan value is 0.00%
  • magenta value is 80.60%
  • yellow value is 86.57%
  • key color value is 73.73%
CMYK:
(0,81,87,74)
C0M81Y87K74 
(0%,81%,87%,74%)
(0.00/0.81/0.87/0.74)	

CMYK percentages

%0
%80.6
%86.57
%73.73

Codes

Color #430D09 in popluar color models

430D09
RGB67139
HSL76.32%14.90%
HSB/HSV86.57%26.27%
CMYK0.00%80.60%86.57%
73.73%

Color #430D09 in popluar number systems.

HEX430D09
Decimal67139
Binary100001111011001
Octal1031511

Shades and tints

Shades of #430D09

#430D09
(67,13,9)
#3D0C09
(61,12,9)
#370B09
(55,11,9)
#310A09
(49,10,9)
#2B0909
(43,9,9)
#250809
(37,8,9)
#1F0709
(31,7,9)
#190609
(25,6,9)
#130509
(19,5,9)
#0D0409
(13,4,9)
#070309
(7,3,9)
#000000
(0,0,0)

Tints of #430D09

#430D09
(67,13,9)
#54231F
(84,35,31)
#653935
(101,57,53)
#764F4B
(118,79,75)
#876561
(135,101,97)
#987B77
(152,123,119)
#A9918D
(169,145,141)
#BAA7A3
(186,167,163)
#CBBDB9
(203,189,185)
#DCD3CF
(220,211,207)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #430D09 color. Also use rgb(67,13,9) instead hex code.

Text Font Color

.myTextColor { color: #430D09; }

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

This text font color is #430D09.


Background Color

.myBgColor { background-color: #430D09; }

<div style="background-color:#430D09">Inner text</div>

This div background color is #430D09.


Border color

.myBorderColor { border: 1px solid #430D09; }

<div style="border:3px solid #430D09">Div</div>

This div border color is #430D09.


Opacity

.myOpacity80 { color: #430D09; opacity: 0.8; }

<p style="color:#430D09;opacity:0.8;">80%</p>

Text with #430D09 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 #430D09;}

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

This text has shadow with #430D09 color.

.textShadow {text-shadow: 3px 3px 1px #430D09, 3px 3px 1px red;}

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

This text has shadow with #430D09 primary color and red secondary color.


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

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

This text has shadow with #430D09 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430D09 on black background.


Color preview on white background

This text has color #430D09 on white background.



Black color preview on #430D09 background

This text has black color on #430D09 background.


White color preview on #430D09 background

This text has white color on #430D09 background.