COLOR #32473B

HEX: #32473B
RGB: (50,71,59)

Color info

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

RGB color model

#32473B color RGB value is (50,71,59).

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

RGB channels and saturation

R 50 of 255 = 20%
G 71 of 255 = 28%
B 59 of 255 = 23%

50
71
59

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

Portions of RGB colors in percentages

R + G + B =
50 + 71 + 59 = 180 (100%)
R 50 of 180 ~ 27.78%
G 71 of 180 ~ 39.44%
B 59 of 180 ~ 32.78%

%27.78
%39.44
%32.78

CMYK color model

#32473B color CMYK value is (30,0,17,72).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 16.90%
  • key color value is 72.16%
CMYK:
(30,0,17,72)
C30M0Y17K72 
(30%,0%,17%,72%)
(0.30/0.00/0.17/0.72)	

CMYK percentages

%29.58
%0
%16.9
%72.16

Codes

Color #32473B in popluar color models

32473B
RGB507159
HSL146°17.36%23.73%
HSB/HSV146°29.58%27.84%
CMYK29.58%0.00%16.90%
72.16%

Color #32473B in popluar number systems.

HEX32473B
Decimal507159
Binary1100101000111111011
Octal6210773

Shades and tints

Shades of #32473B

#32473B
(50,71,59)
#2E4136
(46,65,54)
#2A3B31
(42,59,49)
#26352C
(38,53,44)
#222F27
(34,47,39)
#1E2922
(30,41,34)
#1A231D
(26,35,29)
#161D18
(22,29,24)
#121713
(18,23,19)
#0E110E
(14,17,14)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #32473B

#32473B
(50,71,59)
#44574C
(68,87,76)
#56675D
(86,103,93)
#68776E
(104,119,110)
#7A877F
(122,135,127)
#8C9790
(140,151,144)
#9EA7A1
(158,167,161)
#B0B7B2
(176,183,178)
#C2C7C3
(194,199,195)
#D4D7D4
(212,215,212)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #32473B; }

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

This text font color is #32473B.


Background Color

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

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

This div background color is #32473B.


Border color

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

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

This div border color is #32473B.


Opacity

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

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

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

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

This text has shadow with #32473B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #32473B on black background.


Color preview on white background

This text has color #32473B on white background.



Black color preview on #32473B background

This text has black color on #32473B background.


White color preview on #32473B background

This text has white color on #32473B background.