COLOR #430D10

HEX: #430D10
RGB: (67,13,16)

Color info

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

RGB color model

#430D10 color RGB value is (67,13,16).

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

RGB channels and saturation

R 67 of 255 = 26%
G 13 of 255 = 5%
B 16 of 255 = 6%

67
13
16

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

Portions of RGB colors in percentages

R + G + B =
67 + 13 + 16 = 96 (100%)
R 67 of 96 ~ 69.79%
G 13 of 96 ~ 13.54%
B 16 of 96 ~ 16.67%

%69.79
%13.54
%16.67

CMYK color model

#430D10 color CMYK value is (0,81,76,74).

  • cyan value is 0.00%
  • magenta value is 80.60%
  • yellow value is 76.12%
  • key color value is 73.73%
CMYK:
(0,81,76,74)
C0M81Y76K74 
(0%,81%,76%,74%)
(0.00/0.81/0.76/0.74)	

CMYK percentages

%0
%80.6
%76.12
%73.73

Codes

Color #430D10 in popluar color models

430D10
RGB671316
HSL357°67.50%15.69%
HSB/HSV357°80.60%26.27%
CMYK0.00%80.60%76.12%
73.73%

Color #430D10 in popluar number systems.

HEX430D10
Decimal671316
Binary1000011110110000
Octal1031520

Shades and tints

Shades of #430D10

#430D10
(67,13,16)
#3D0C0F
(61,12,15)
#370B0E
(55,11,14)
#310A0D
(49,10,13)
#2B090C
(43,9,12)
#25080B
(37,8,11)
#1F070A
(31,7,10)
#190609
(25,6,9)
#130508
(19,5,8)
#0D0407
(13,4,7)
#070306
(7,3,6)
#000000
(0,0,0)

Tints of #430D10

#430D10
(67,13,16)
#542325
(84,35,37)
#65393A
(101,57,58)
#764F4F
(118,79,79)
#876564
(135,101,100)
#987B79
(152,123,121)
#A9918E
(169,145,142)
#BAA7A3
(186,167,163)
#CBBDB8
(203,189,184)
#DCD3CD
(220,211,205)
#EDE9E2
(237,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #430D10; }

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

This text font color is #430D10.


Background Color

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

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

This div background color is #430D10.


Border color

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

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

This div border color is #430D10.


Opacity

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

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

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

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

This text has shadow with #430D10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430D10 on black background.


Color preview on white background

This text has color #430D10 on white background.



Black color preview on #430D10 background

This text has black color on #430D10 background.


White color preview on #430D10 background

This text has white color on #430D10 background.