COLOR #430B23

HEX: #430B23
RGB: (67,11,35)

Color info

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

RGB color model

#430B23 color RGB value is (67,11,35).

  • red value is 67;
  • green value is 11;
  • blue value is 35.
RGB:
(67,11,35)
(26%,4%,14%)

RGB channels and saturation

R 67 of 255 = 26%
G 11 of 255 = 4%
B 35 of 255 = 14%

67
11
35

R + G + B ~ 15%. #430B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 11 + 35 = 113 (100%)
R 67 of 113 ~ 59.29%
G 11 of 113 ~ 9.73%
B 35 of 113 ~ 30.97%

%59.29
%9.73
%30.97

CMYK color model

#430B23 color CMYK value is (0,84,48,74).

  • cyan value is 0.00%
  • magenta value is 83.58%
  • yellow value is 47.76%
  • key color value is 73.73%
CMYK:
(0,84,48,74)
C0M84Y48K74 
(0%,84%,48%,74%)
(0.00/0.84/0.48/0.74)	

CMYK percentages

%0
%83.58
%47.76
%73.73

Codes

Color #430B23 in popluar color models

430B23
RGB671135
HSL334°71.79%15.29%
HSB/HSV334°83.58%26.27%
CMYK0.00%83.58%47.76%
73.73%

Color #430B23 in popluar number systems.

HEX430B23
Decimal671135
Binary10000111011100011
Octal1031343

Shades and tints

Shades of #430B23

#430B23
(67,11,35)
#3D0A20
(61,10,32)
#37091D
(55,9,29)
#31081A
(49,8,26)
#2B0717
(43,7,23)
#250614
(37,6,20)
#1F0511
(31,5,17)
#19040E
(25,4,14)
#13030B
(19,3,11)
#0D0208
(13,2,8)
#070105
(7,1,5)
#000000
(0,0,0)

Tints of #430B23

#430B23
(67,11,35)
#542137
(84,33,55)
#65374B
(101,55,75)
#764D5F
(118,77,95)
#876373
(135,99,115)
#987987
(152,121,135)
#A98F9B
(169,143,155)
#BAA5AF
(186,165,175)
#CBBBC3
(203,187,195)
#DCD1D7
(220,209,215)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #430B23 color. Also use rgb(67,11,35) instead hex code.

Text Font Color

.myTextColor { color: #430B23; }

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

This text font color is #430B23.


Background Color

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

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

This div background color is #430B23.


Border color

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

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

This div border color is #430B23.


Opacity

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

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

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

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

This text has shadow with #430B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #430B23 on black background.


Color preview on white background

This text has color #430B23 on white background.



Black color preview on #430B23 background

This text has black color on #430B23 background.


White color preview on #430B23 background

This text has white color on #430B23 background.