COLOR #463039

HEX: #463039
RGB: (70,48,57)

Color info

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

RGB color model

#463039 color RGB value is (70,48,57).

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

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 57 of 255 = 22%

70
48
57

R + G + B ~ 23%. #463039 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 57 = 175 (100%)
R 70 of 175 ~ 40%
G 48 of 175 ~ 27.43%
B 57 of 175 ~ 32.57%

%40
%27.43
%32.57

CMYK color model

#463039 color CMYK value is (0,31,19,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK:
(0,31,19,73)
C0M31Y19K73 
(0%,31%,19%,73%)
(0.00/0.31/0.19/0.73)	

CMYK percentages

%0
%31.43
%18.57
%72.55

Codes

Color #463039 in popluar color models

463039
RGB704857
HSL335°18.64%23.14%
HSB/HSV335°31.43%27.45%
CMYK0.00%31.43%18.57%
72.55%

Color #463039 in popluar number systems.

HEX463039
Decimal704857
Binary1000110110000111001
Octal1066071

Shades and tints

Shades of #463039

#463039
(70,48,57)
#402C34
(64,44,52)
#3A282F
(58,40,47)
#34242A
(52,36,42)
#2E2025
(46,32,37)
#281C20
(40,28,32)
#22181B
(34,24,27)
#1C1416
(28,20,22)
#161011
(22,16,17)
#100C0C
(16,12,12)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #463039

#463039
(70,48,57)
#56424B
(86,66,75)
#66545D
(102,84,93)
#76666F
(118,102,111)
#867881
(134,120,129)
#968A93
(150,138,147)
#A69CA5
(166,156,165)
#B6AEB7
(182,174,183)
#C6C0C9
(198,192,201)
#D6D2DB
(214,210,219)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463039; }

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

This text font color is #463039.


Background Color

.myBgColor { background-color: #463039; }

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

This div background color is #463039.


Border color

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

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

This div border color is #463039.


Opacity

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

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

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

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

This text has shadow with #463039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463039 on black background.


Color preview on white background

This text has color #463039 on white background.



Black color preview on #463039 background

This text has black color on #463039 background.


White color preview on #463039 background

This text has white color on #463039 background.