COLOR #463701

HEX: #463701 RGB: (70,55,1)

Color info

#463701 contains mainly red and green colors. Web safe color of #463701 is #333300 (or #330).

RGB color model

#463701 color RGB value is (70,55,1).

RGB: (70,55,1) (27%, 22%, 0%)

RGB channels and saturation

R 70 of 255 = 27%
G 55 of 255 = 22%
B 1 of 255 = 0%

70
55
1

R + G + B ~ 16%. #463701 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 55 + 1 = 126 (100%)
R 70 of 126 ~ 55.56%
G 55 of 126 ~ 43.65%
B 1 of 126 ~ 0.79'%

%55.56
%43.65

CMYK color model

#463701 color CMYK value is (0,21,99,73).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 98.57%
  • key color value is 72.55%

CMYK: (0,21,99,73)
C0M21Y99K73 (0%, 21%, 99%, 73%)
(0.00 / 0.21 / 0.99 / 0.73)

CMYK percentages

%0
%21.43
%98.57
%72.55

Codes

Color #463701 in popluar color models

46 37 01
RGB 70 55 1
HSL 47° 97.18% 13.92%
HSB/HSV 47° 98.57% 27.45%
CMYK 0.00% 21.43% 98.57%
72.55%

Color #463701 in popluar number systems.

HEX 46 37 01
Decimal 70 55 1
Binary 1000110 110111 1
Octal 106 67 1

Shades and tints

Shades of #463701

#463701
(70,55,1)
#403201
(64,50,1)
#3A2D01
(58,45,1)
#342801
(52,40,1)
#2E2301
(46,35,1)
#281E01
(40,30,1)
#221901
(34,25,1)
#1C1401
(28,20,1)
#160F01
(22,15,1)
#100A01
(16,10,1)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #463701

#463701
(70,55,1)
#564918
(86,73,24)
#665B2F
(102,91,47)
#766D46
(118,109,70)
#867F5D
(134,127,93)
#969174
(150,145,116)
#A6A38B
(166,163,139)
#B6B5A2
(182,181,162)
#C6C7B9
(198,199,185)
#D6D9D0
(214,217,208)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463701 color. Also use rgb(70,55,1) instead hex code.

Text Font Color

.myTextColor { color: #463701; }

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

This text font color is #463701.

Background Color

.myBgColor { background-color: #463701; }

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

This div background color is #463701.

Border color

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

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

This div border color is #463701.

Opacity

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

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

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

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

This text has shadow with #463701 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463701.

Preview

Color preview on black background

This text has color #463701 on black background.


Color preview on white background

This text has color #463701 on white background.


Black color preview on #463701 background

This text has black color on #463701 background.


White color preview on #463701 background

This text has white color on #463701 background.


Related colors

Complementary color

Complementary color for #hex is #B9C8FE.


I love getcolorcode.com

Triadic colors

1 #014637 and #370146 with #463701 are triadic colors.

2 #013746 and #374601 with #463701 are triadic colors.