COLOR #463D39

HEX: #463D39
RGB: (70,61,57)

Color info

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

RGB color model

#463D39 color RGB value is (70,61,57).

  • red value is 70;
  • green value is 61;
  • blue value is 57.
RGB:
(70,61,57)
(27%,24%,22%)

RGB channels and saturation

R 70 of 255 = 27%
G 61 of 255 = 24%
B 57 of 255 = 22%

70
61
57

R + G + B ~ 24%. #463D39 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 61 + 57 = 188 (100%)
R 70 of 188 ~ 37.23%
G 61 of 188 ~ 32.45%
B 57 of 188 ~ 30.32%

%37.23
%32.45
%30.32

CMYK color model

#463D39 color CMYK value is (0,13,19,73).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK:
(0,13,19,73)
C0M13Y19K73 
(0%,13%,19%,73%)
(0.00/0.13/0.19/0.73)	

CMYK percentages

%0
%12.86
%18.57
%72.55

Codes

Color #463D39 in popluar color models

463D39
RGB706157
HSL18°10.24%24.90%
HSB/HSV18°18.57%27.45%
CMYK0.00%12.86%18.57%
72.55%

Color #463D39 in popluar number systems.

HEX463D39
Decimal706157
Binary1000110111101111001
Octal1067571

Shades and tints

Shades of #463D39

#463D39
(70,61,57)
#403834
(64,56,52)
#3A332F
(58,51,47)
#342E2A
(52,46,42)
#2E2925
(46,41,37)
#282420
(40,36,32)
#221F1B
(34,31,27)
#1C1A16
(28,26,22)
#161511
(22,21,17)
#10100C
(16,16,12)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #463D39

#463D39
(70,61,57)
#564E4B
(86,78,75)
#665F5D
(102,95,93)
#76706F
(118,112,111)
#868181
(134,129,129)
#969293
(150,146,147)
#A6A3A5
(166,163,165)
#B6B4B7
(182,180,183)
#C6C5C9
(198,197,201)
#D6D6DB
(214,214,219)
#E6E7ED
(230,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463D39 color. Also use rgb(70,61,57) instead hex code.

Text Font Color

.myTextColor { color: #463D39; }

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

This text font color is #463D39.


Background Color

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

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

This div background color is #463D39.


Border color

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

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

This div border color is #463D39.


Opacity

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

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

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

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

This text has shadow with #463D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463D39 on black background.


Color preview on white background

This text has color #463D39 on white background.



Black color preview on #463D39 background

This text has black color on #463D39 background.


White color preview on #463D39 background

This text has white color on #463D39 background.