COLOR #430D1E

HEX: #430D1E
RGB: (67,13,30)

Color info

#430D1E contains red, green and blue colors in about the same proportion. Web safe color of #430D1E is #330033 (or #303).

RGB color model

#430D1E color RGB value is (67,13,30).

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

RGB channels and saturation

R 67 of 255 = 26%
G 13 of 255 = 5%
B 30 of 255 = 12%

67
13
30

R + G + B ~ 14%. #430D1E is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 13 + 30 = 110 (100%)
R 67 of 110 ~ 60.91%
G 13 of 110 ~ 11.82%
B 30 of 110 ~ 27.27%

%60.91
%11.82
%27.27

CMYK color model

#430D1E color CMYK value is (0,81,55,74).

  • cyan value is 0.00%
  • magenta value is 80.60%
  • yellow value is 55.22%
  • key color value is 73.73%
CMYK:
(0,81,55,74)
C0M81Y55K74 
(0%,81%,55%,74%)
(0.00/0.81/0.55/0.74)	

CMYK percentages

%0
%80.6
%55.22
%73.73

Codes

Color #430D1E in popluar color models

430D1E
RGB671330
HSL341°67.50%15.69%
HSB/HSV341°80.60%26.27%
CMYK0.00%80.60%55.22%
73.73%

Color #430D1E in popluar number systems.

HEX430D1E
Decimal671330
Binary1000011110111110
Octal1031536

Shades and tints

Shades of #430D1E

#430D1E
(67,13,30)
#3D0C1C
(61,12,28)
#370B1A
(55,11,26)
#310A18
(49,10,24)
#2B0916
(43,9,22)
#250814
(37,8,20)
#1F0712
(31,7,18)
#190610
(25,6,16)
#13050E
(19,5,14)
#0D040C
(13,4,12)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #430D1E

#430D1E
(67,13,30)
#542332
(84,35,50)
#653946
(101,57,70)
#764F5A
(118,79,90)
#87656E
(135,101,110)
#987B82
(152,123,130)
#A99196
(169,145,150)
#BAA7AA
(186,167,170)
#CBBDBE
(203,189,190)
#DCD3D2
(220,211,210)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #430D1E; }

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

This text font color is #430D1E.


Background Color

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

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

This div background color is #430D1E.


Border color

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

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

This div border color is #430D1E.


Opacity

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

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

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

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

This text has shadow with #430D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430D1E on black background.


Color preview on white background

This text has color #430D1E on white background.



Black color preview on #430D1E background

This text has black color on #430D1E background.


White color preview on #430D1E background

This text has white color on #430D1E background.