COLOR #463230

HEX: #463230
RGB: (70,50,48)

Color info

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

RGB color model

#463230 color RGB value is (70,50,48).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 48 of 255 = 19%

70
50
48

R + G + B ~ 22%. #463230 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 48 = 168 (100%)
R 70 of 168 ~ 41.67%
G 50 of 168 ~ 29.76%
B 48 of 168 ~ 28.57%

%41.67
%29.76
%28.57

CMYK color model

#463230 color CMYK value is (0,29,31,73).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 31.43%
  • key color value is 72.55%
CMYK:
(0,29,31,73)
C0M29Y31K73 
(0%,29%,31%,73%)
(0.00/0.29/0.31/0.73)	

CMYK percentages

%0
%28.57
%31.43
%72.55

Codes

Color #463230 in popluar color models

463230
RGB705048
HSL18.64%23.14%
HSB/HSV31.43%27.45%
CMYK0.00%28.57%31.43%
72.55%

Color #463230 in popluar number systems.

HEX463230
Decimal705048
Binary1000110110010110000
Octal1066260

Shades and tints

Shades of #463230

#463230
(70,50,48)
#402E2C
(64,46,44)
#3A2A28
(58,42,40)
#342624
(52,38,36)
#2E2220
(46,34,32)
#281E1C
(40,30,28)
#221A18
(34,26,24)
#1C1614
(28,22,20)
#161210
(22,18,16)
#100E0C
(16,14,12)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #463230

#463230
(70,50,48)
#564442
(86,68,66)
#665654
(102,86,84)
#766866
(118,104,102)
#867A78
(134,122,120)
#968C8A
(150,140,138)
#A69E9C
(166,158,156)
#B6B0AE
(182,176,174)
#C6C2C0
(198,194,192)
#D6D4D2
(214,212,210)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463230; }

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

This text font color is #463230.


Background Color

.myBgColor { background-color: #463230; }

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

This div background color is #463230.


Border color

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

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

This div border color is #463230.


Opacity

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

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

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

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

This text has shadow with #463230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463230 on black background.


Color preview on white background

This text has color #463230 on white background.



Black color preview on #463230 background

This text has black color on #463230 background.


White color preview on #463230 background

This text has white color on #463230 background.