COLOR #463F37

HEX: #463F37 RGB: (70,63,55)

Color info

#463F37 contains red, green and blue colors in about the same proportion. Web safe color of #463F37 is #333333 (or #333).

RGB color model

#463F37 color RGB value is (70,63,55).

RGB: (70,63,55) (27%, 25%, 22%)

RGB channels and saturation

R 70 of 255 = 27%
G 63 of 255 = 25%
B 55 of 255 = 22%

70
63
55

R + G + B ~ 25%. #463F37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 63 + 55 = 188 (100%)
R 70 of 188 ~ 37.23%
G 63 of 188 ~ 33.51%
B 55 of 188 ~ 29.26'%

%37.23
%33.51
%29.26

CMYK color model

#463F37 color CMYK value is (0,10,21,73).

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

CMYK: (0,10,21,73)
C0M10Y21K73 (0%, 10%, 21%, 73%)
(0.00 / 0.10 / 0.21 / 0.73)

CMYK percentages

%0
%10
%21.43
%72.55

Codes

Color #463F37 in popluar color models

46 3F 37
RGB 70 63 55
HSL 32° 12.00% 24.51%
HSB/HSV 32° 21.43% 27.45%
CMYK 0.00% 10.00% 21.43%
72.55%

Color #463F37 in popluar number systems.

HEX 46 3F 37
Decimal 70 63 55
Binary 1000110 111111 110111
Octal 106 77 67

Shades and tints

Shades of #463F37

#463F37
(70,63,55)
#403A32
(64,58,50)
#3A352D
(58,53,45)
#343028
(52,48,40)
#2E2B23
(46,43,35)
#28261E
(40,38,30)
#222119
(34,33,25)
#1C1C14
(28,28,20)
#16170F
(22,23,15)
#10120A
(16,18,10)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #463F37

#463F37
(70,63,55)
#565049
(86,80,73)
#66615B
(102,97,91)
#76726D
(118,114,109)
#86837F
(134,131,127)
#969491
(150,148,145)
#A6A5A3
(166,165,163)
#B6B6B5
(182,182,181)
#C6C7C7
(198,199,199)
#D6D8D9
(214,216,217)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463F37; }

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

This text font color is #463F37.

Background Color

.myBgColor { background-color: #463F37; }

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

This div background color is #463F37.

Border color

.myBorderColor { border: 1px solid #463F37; }

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

This div border color is #463F37.

Opacity

.myOpacity80 { color: #463F37; opacity: 0.8; }

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

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

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

This text has shadow with #463F37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463F37.

Preview

Color preview on black background

This text has color #463F37 on black background.


Color preview on white background

This text has color #463F37 on white background.


Black color preview on #463F37 background

This text has black color on #463F37 background.


White color preview on #463F37 background

This text has white color on #463F37 background.


Related colors

Complementary color

Complementary color for #hex is #B9C0C8.


I love getcolorcode.com

Triadic colors

1 #37463F and #3F3746 with #463F37 are triadic colors.

2 #373F46 and #3F4637 with #463F37 are triadic colors.