COLOR #430E3B

HEX: #430E3B
RGB: (67,14,59)

Color info

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

RGB color model

#430E3B color RGB value is (67,14,59).

  • red value is 67;
  • green value is 14;
  • blue value is 59.
RGB:
(67,14,59)
(26%,5%,23%)

RGB channels and saturation

R 67 of 255 = 26%
G 14 of 255 = 5%
B 59 of 255 = 23%

67
14
59

R + G + B ~ 18%. #430E3B is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 14 + 59 = 140 (100%)
R 67 of 140 ~ 47.86%
G 14 of 140 ~ 10%
B 59 of 140 ~ 42.14%

%47.86
%10
%42.14

CMYK color model

#430E3B color CMYK value is (0,79,12,74).

  • cyan value is 0.00%
  • magenta value is 79.10%
  • yellow value is 11.94%
  • key color value is 73.73%
CMYK:
(0,79,12,74)
C0M79Y12K74 
(0%,79%,12%,74%)
(0.00/0.79/0.12/0.74)	

CMYK percentages

%0
%79.1
%11.94
%73.73

Codes

Color #430E3B in popluar color models

430E3B
RGB671459
HSL309°65.43%15.88%
HSB/HSV309°79.10%26.27%
CMYK0.00%79.10%11.94%
73.73%

Color #430E3B in popluar number systems.

HEX430E3B
Decimal671459
Binary10000111110111011
Octal1031673

Shades and tints

Shades of #430E3B

#430E3B
(67,14,59)
#3D0D36
(61,13,54)
#370C31
(55,12,49)
#310B2C
(49,11,44)
#2B0A27
(43,10,39)
#250922
(37,9,34)
#1F081D
(31,8,29)
#190718
(25,7,24)
#130613
(19,6,19)
#0D050E
(13,5,14)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #430E3B

#430E3B
(67,14,59)
#54234C
(84,35,76)
#65385D
(101,56,93)
#764D6E
(118,77,110)
#87627F
(135,98,127)
#987790
(152,119,144)
#A98CA1
(169,140,161)
#BAA1B2
(186,161,178)
#CBB6C3
(203,182,195)
#DCCBD4
(220,203,212)
#EDE0E5
(237,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #430E3B color. Also use rgb(67,14,59) instead hex code.

Text Font Color

.myTextColor { color: #430E3B; }

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

This text font color is #430E3B.


Background Color

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

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

This div background color is #430E3B.


Border color

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

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

This div border color is #430E3B.


Opacity

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

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

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

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

This text has shadow with #430E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430E3B on black background.


Color preview on white background

This text has color #430E3B on white background.



Black color preview on #430E3B background

This text has black color on #430E3B background.


White color preview on #430E3B background

This text has white color on #430E3B background.