COLOR #430913

HEX: #430913
RGB: (67,9,19)

Color info

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

RGB color model

#430913 color RGB value is (67,9,19).

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

RGB channels and saturation

R 67 of 255 = 26%
G 9 of 255 = 4%
B 19 of 255 = 7%

67
9
19

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

Portions of RGB colors in percentages

R + G + B =
67 + 9 + 19 = 95 (100%)
R 67 of 95 ~ 70.53%
G 9 of 95 ~ 9.47%
B 19 of 95 ~ 20%

%70.53
%20

CMYK color model

#430913 color CMYK value is (0,87,72,74).

  • cyan value is 0.00%
  • magenta value is 86.57%
  • yellow value is 71.64%
  • key color value is 73.73%
CMYK:
(0,87,72,74)
C0M87Y72K74 
(0%,87%,72%,74%)
(0.00/0.87/0.72/0.74)	

CMYK percentages

%0
%86.57
%71.64
%73.73

Codes

Color #430913 in popluar color models

430913
RGB67919
HSL350°76.32%14.90%
HSB/HSV350°86.57%26.27%
CMYK0.00%86.57%71.64%
73.73%

Color #430913 in popluar number systems.

HEX430913
Decimal67919
Binary1000011100110011
Octal1031123

Shades and tints

Shades of #430913

#430913
(67,9,19)
#3D0912
(61,9,18)
#370911
(55,9,17)
#310910
(49,9,16)
#2B090F
(43,9,15)
#25090E
(37,9,14)
#1F090D
(31,9,13)
#19090C
(25,9,12)
#13090B
(19,9,11)
#0D090A
(13,9,10)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #430913

#430913
(67,9,19)
#541F28
(84,31,40)
#65353D
(101,53,61)
#764B52
(118,75,82)
#876167
(135,97,103)
#98777C
(152,119,124)
#A98D91
(169,141,145)
#BAA3A6
(186,163,166)
#CBB9BB
(203,185,187)
#DCCFD0
(220,207,208)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #430913; }

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

This text font color is #430913.


Background Color

.myBgColor { background-color: #430913; }

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

This div background color is #430913.


Border color

.myBorderColor { border: 1px solid #430913; }

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

This div border color is #430913.


Opacity

.myOpacity80 { color: #430913; opacity: 0.8; }

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

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

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

This text has shadow with #430913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430913 on black background.


Color preview on white background

This text has color #430913 on white background.



Black color preview on #430913 background

This text has black color on #430913 background.


White color preview on #430913 background

This text has white color on #430913 background.