COLOR #463238

HEX: #463238
RGB: (70,50,56)

Color info

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

RGB color model

#463238 color RGB value is (70,50,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 50 of 255 = 20%
B 56 of 255 = 22%

70
50
56

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

Portions of RGB colors in percentages

R + G + B =
70 + 50 + 56 = 176 (100%)
R 70 of 176 ~ 39.77%
G 50 of 176 ~ 28.41%
B 56 of 176 ~ 31.82%

%39.77
%28.41
%31.82

CMYK color model

#463238 color CMYK value is (0,29,20,73).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,29,20,73)
C0M29Y20K73 
(0%,29%,20%,73%)
(0.00/0.29/0.20/0.73)	

CMYK percentages

%0
%28.57
%20
%72.55

Codes

Color #463238 in popluar color models

463238
RGB705056
HSL342°16.67%23.53%
HSB/HSV342°28.57%27.45%
CMYK0.00%28.57%20.00%
72.55%

Color #463238 in popluar number systems.

HEX463238
Decimal705056
Binary1000110110010111000
Octal1066270

Shades and tints

Shades of #463238

#463238
(70,50,56)
#402E33
(64,46,51)
#3A2A2E
(58,42,46)
#342629
(52,38,41)
#2E2224
(46,34,36)
#281E1F
(40,30,31)
#221A1A
(34,26,26)
#1C1615
(28,22,21)
#161210
(22,18,16)
#100E0B
(16,14,11)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #463238

#463238
(70,50,56)
#56444A
(86,68,74)
#66565C
(102,86,92)
#76686E
(118,104,110)
#867A80
(134,122,128)
#968C92
(150,140,146)
#A69EA4
(166,158,164)
#B6B0B6
(182,176,182)
#C6C2C8
(198,194,200)
#D6D4DA
(214,212,218)
#E6E6EC
(230,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463238; }

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

This text font color is #463238.


Background Color

.myBgColor { background-color: #463238; }

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

This div background color is #463238.


Border color

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

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

This div border color is #463238.


Opacity

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

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

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

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

This text has shadow with #463238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463238 on black background.


Color preview on white background

This text has color #463238 on white background.



Black color preview on #463238 background

This text has black color on #463238 background.


White color preview on #463238 background

This text has white color on #463238 background.