COLOR #430000

HEX: #430000
RGB: (67,0,0)

Color info

#430000 contains only red color. Web safe color of #430000 is #330000 (or #300).

RGB color model

#430000 color RGB value is (67,0,0).

  • red value is 67;
  • green value is 0;
  • blue value is 0.
RGB:
(67,0,0)
(26%,0%,0%)

RGB channels and saturation

R 67 of 255 = 26%
G 0 of 255 = 0%
B 0 of 255 = 0%

67
0
0

R + G + B ~ 9%. #430000 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 0 + 0 = 67 (100%)
R 67 of 67 ~ 100%
G 0 of 67 ~ 0%
B 0 of 67 ~ 0%

%100

CMYK color model

#430000 color CMYK value is (0,100,100,74).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 73.73%
CMYK:
(0,100,100,74)
C0M100Y100K74 
(0%,100%,100%,74%)
(0.00/1.00/1.00/0.74)	

CMYK percentages

%0
%100
%100
%73.73

Codes

Color #430000 in popluar color models

430000
RGB6700
HSL100.00%13.14%
HSB/HSV100.00%26.27%
CMYK0.00%100.00%100.00%
73.73%

Color #430000 in popluar number systems.

HEX430000
Decimal6700
Binary100001100
Octal10300

Shades and tints

Shades of #430000

#430000
(67,0,0)
#3D0000
(61,0,0)
#370000
(55,0,0)
#310000
(49,0,0)
#2B0000
(43,0,0)
#250000
(37,0,0)
#1F0000
(31,0,0)
#190000
(25,0,0)
#130000
(19,0,0)
#0D0000
(13,0,0)
#070000
(7,0,0)
#000000
(0,0,0)

Tints of #430000

#430000
(67,0,0)
#541717
(84,23,23)
#652E2E
(101,46,46)
#764545
(118,69,69)
#875C5C
(135,92,92)
#987373
(152,115,115)
#A98A8A
(169,138,138)
#BAA1A1
(186,161,161)
#CBB8B8
(203,184,184)
#DCCFCF
(220,207,207)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #430000; }

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

This text font color is #430000.


Background Color

.myBgColor { background-color: #430000; }

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

This div background color is #430000.


Border color

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

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

This div border color is #430000.


Opacity

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

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

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

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

This text has shadow with #430000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430000 on black background.


Color preview on white background

This text has color #430000 on white background.



Black color preview on #430000 background

This text has black color on #430000 background.


White color preview on #430000 background

This text has white color on #430000 background.