COLOR #460C24

HEX: #460C24 RGB: (70,12,36)

Color info

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

RGB color model

#460C24 color RGB value is (70,12,36).

RGB: (70,12,36) (27%, 5%, 14%)

RGB channels and saturation

R 70 of 255 = 27%
G 12 of 255 = 5%
B 36 of 255 = 14%

70
12
36

R + G + B ~ 15%. #460C24 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 12 + 36 = 118 (100%)
R 70 of 118 ~ 59.32%
G 12 of 118 ~ 10.17%
B 36 of 118 ~ 30.51'%

%59.32
%30.51

CMYK color model

#460C24 color CMYK value is (0,83,49,73).

  • cyan value is 0.00%
  • magenta value is 82.86%
  • yellow value is 48.57%
  • key color value is 72.55%

CMYK: (0,83,49,73)
C0M83Y49K73 (0%, 83%, 49%, 73%)
(0.00 / 0.83 / 0.49 / 0.73)

CMYK percentages

%0
%82.86
%48.57
%72.55

Codes

Color #460C24 in popluar color models

46 0C 24
RGB 70 12 36
HSL 335° 70.73% 16.08%
HSB/HSV 335° 82.86% 27.45%
CMYK 0.00% 82.86% 48.57%
72.55%

Color #460C24 in popluar number systems.

HEX 46 0C 24
Decimal 70 12 36
Binary 1000110 1100 100100
Octal 106 14 44

Shades and tints

Shades of #460C24

#460C24
(70,12,36)
#400B21
(64,11,33)
#3A0A1E
(58,10,30)
#34091B
(52,9,27)
#2E0818
(46,8,24)
#280715
(40,7,21)
#220612
(34,6,18)
#1C050F
(28,5,15)
#16040C
(22,4,12)
#100309
(16,3,9)
#0A0206
(10,2,6)
#000000
(0,0,0)

Tints of #460C24

#460C24
(70,12,36)
#562237
(86,34,55)
#66384A
(102,56,74)
#764E5D
(118,78,93)
#866470
(134,100,112)
#967A83
(150,122,131)
#A69096
(166,144,150)
#B6A6A9
(182,166,169)
#C6BCBC
(198,188,188)
#D6D2CF
(214,210,207)
#E6E8E2
(230,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460C24 color. Also use rgb(70,12,36) instead hex code.

Text Font Color

.myTextColor { color: #460C24; }

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

This text font color is #460C24.

Background Color

.myBgColor { background-color: #460C24; }

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

This div background color is #460C24.

Border color

.myBorderColor { border: 1px solid #460C24; }

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

This div border color is #460C24.

Opacity

.myOpacity80 { color: #460C24; opacity: 0.8; }

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

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

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

This text has shadow with #460C24 color.


.textShadow {text-shadow: 3px 3px 1px #460C24', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #460C24; -webkit-box-shadow: 1px 1px 3px 2px #460C24; box-shadow:1px 1px 3px 2px #460C24;">
Div content here
</div>

This div box has shadow with color #460C24.

Preview

Color preview on black background

This text has color #460C24 on black background.


Color preview on white background

This text has color #460C24 on white background.


Black color preview on #460C24 background

This text has black color on #460C24 background.


White color preview on #460C24 background

This text has white color on #460C24 background.


Related colors

Complementary color

Complementary color for #hex is #B9F3DB.


I love getcolorcode.com

Triadic colors

1 #24460C and #0C2446 with #460C24 are triadic colors.

2 #240C46 and #0C4624 with #460C24 are triadic colors.