COLOR #32463B

HEX: #32463B
RGB: (50,70,59)

Color info

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

RGB color model

#32463B color RGB value is (50,70,59).

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

RGB channels and saturation

R 50 of 255 = 20%
G 70 of 255 = 27%
B 59 of 255 = 23%

50
70
59

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

Portions of RGB colors in percentages

R + G + B =
50 + 70 + 59 = 179 (100%)
R 50 of 179 ~ 27.93%
G 70 of 179 ~ 39.11%
B 59 of 179 ~ 32.96%

%27.93
%39.11
%32.96

CMYK color model

#32463B color CMYK value is (29,0,16,73).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%
CMYK:
(29,0,16,73)
C29M0Y16K73 
(29%,0%,16%,73%)
(0.29/0.00/0.16/0.73)	

CMYK percentages

%28.57
%0
%15.71
%72.55

Codes

Color #32463B in popluar color models

32463B
RGB507059
HSL147°16.67%23.53%
HSB/HSV147°28.57%27.45%
CMYK28.57%0.00%15.71%
72.55%

Color #32463B in popluar number systems.

HEX32463B
Decimal507059
Binary1100101000110111011
Octal6210673

Shades and tints

Shades of #32463B

#32463B
(50,70,59)
#2E4036
(46,64,54)
#2A3A31
(42,58,49)
#26342C
(38,52,44)
#222E27
(34,46,39)
#1E2822
(30,40,34)
#1A221D
(26,34,29)
#161C18
(22,28,24)
#121613
(18,22,19)
#0E100E
(14,16,14)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #32463B

#32463B
(50,70,59)
#44564C
(68,86,76)
#56665D
(86,102,93)
#68766E
(104,118,110)
#7A867F
(122,134,127)
#8C9690
(140,150,144)
#9EA6A1
(158,166,161)
#B0B6B2
(176,182,178)
#C2C6C3
(194,198,195)
#D4D6D4
(212,214,212)
#E6E6E5
(230,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #32463B; }

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

This text font color is #32463B.


Background Color

.myBgColor { background-color: #32463B; }

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

This div background color is #32463B.


Border color

.myBorderColor { border: 1px solid #32463B; }

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

This div border color is #32463B.


Opacity

.myOpacity80 { color: #32463B; opacity: 0.8; }

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

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

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

This text has shadow with #32463B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #32463B on black background.


Color preview on white background

This text has color #32463B on white background.



Black color preview on #32463B background

This text has black color on #32463B background.


White color preview on #32463B background

This text has white color on #32463B background.