COLOR #460025

HEX: #460025 RGB: (70,0,37)

Color info

#460025 contains only red and blue colors. Web safe color of #460025 is #330033 (or #303).

RGB color model

#460025 color RGB value is (70,0,37).

RGB: (70,0,37) (27%, 0%, 15%)

RGB channels and saturation

R 70 of 255 = 27%
G 0 of 255 = 0%
B 37 of 255 = 15%

70
0
37

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

Portions of RGB colors in percentages

R + G + B = 70 + 0 + 37 = 107 (100%)
R 70 of 107 ~ 65.42%
G 0 of 107 ~ 0%
B 37 of 107 ~ 34.58'%

%65.42
%34.58

CMYK color model

#460025 color CMYK value is (0,100,47,73).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 47.14%
  • key color value is 72.55%
CMYK: (0,100,47,73) C0M100Y47K73 (0%,100%,47%,73%) (0.00/1.00/0.47/0.73) 

CMYK percentages

%0
%100
%47.14
%72.55

Codes

Color #460025 in popluar color models

46 00 25
RGB 70 0 37
HSL 328° 100.00% 13.73%
HSB/HSV 328° 100.00% 27.45%
CMYK 0.00% 100.00% 47.14%
72.55%

Color #460025 in popluar number systems.

HEX 46 00 25
Decimal 70 0 37
Binary 1000110 0 100101
Octal 106 0 45

Shades and tints

Shades of #460025

#460025
(70,0,37)
#400022
(64,0,34)
#3A001F
(58,0,31)
#34001C
(52,0,28)
#2E0019
(46,0,25)
#280016
(40,0,22)
#220013
(34,0,19)
#1C0010
(28,0,16)
#16000D
(22,0,13)
#10000A
(16,0,10)
#0A0007
(10,0,7)
#000000
(0,0,0)

Tints of #460025

#460025
(70,0,37)
#561738
(86,23,56)
#662E4B
(102,46,75)
#76455E
(118,69,94)
#865C71
(134,92,113)
#967384
(150,115,132)
#A68A97
(166,138,151)
#B6A1AA
(182,161,170)
#C6B8BD
(198,184,189)
#D6CFD0
(214,207,208)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #460025 color. Also use rgb(70,0,37) instead hex code.

Text Font Color

.myTextColor { color: #460025; }

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

This text font color is #460025.

Background Color

.myBgColor { background-color: #460025; }

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

This div background color is #460025.

Border color

.myBorderColor { border: 1px solid #460025; }

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

This div border color is #460025.

Opacity

.myOpacity80 { color: #460025; opacity: 0.8; }

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

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

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

This text has shadow with #460025 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #460025.

Preview

Color preview on black background

This text has color #460025 on black background.


Color preview on white background

This text has color #460025 on white background.


Black color preview on #460025 background

This text has black color on #460025 background.


White color preview on #460025 background

This text has white color on #460025 background.


Related colors

Complementary color

Complementary color for #hex is #B9FFDA.


I love getcolorcode.com

Triadic colors

1 #254600 and #002546 with #460025 are triadic colors.

2 #250046 and #004625 with #460025 are triadic colors.