COLOR #32493B

HEX: #32493B
RGB: (50,73,59)

Color info

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

RGB color model

#32493B color RGB value is (50,73,59).

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

RGB channels and saturation

R 50 of 255 = 20%
G 73 of 255 = 29%
B 59 of 255 = 23%

50
73
59

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

Portions of RGB colors in percentages

R + G + B =
50 + 73 + 59 = 182 (100%)
R 50 of 182 ~ 27.47%
G 73 of 182 ~ 40.11%
B 59 of 182 ~ 32.42%

%27.47
%40.11
%32.42

CMYK color model

#32493B color CMYK value is (32,0,19,71).

  • cyan value is 31.51%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 71.37%
CMYK:
(32,0,19,71)
C32M0Y19K71 
(32%,0%,19%,71%)
(0.32/0.00/0.19/0.71)	

CMYK percentages

%31.51
%0
%19.18
%71.37

Codes

Color #32493B in popluar color models

32493B
RGB507359
HSL143°18.70%24.12%
HSB/HSV143°31.51%28.63%
CMYK31.51%0.00%19.18%
71.37%

Color #32493B in popluar number systems.

HEX32493B
Decimal507359
Binary1100101001001111011
Octal6211173

Shades and tints

Shades of #32493B

#32493B
(50,73,59)
#2E4336
(46,67,54)
#2A3D31
(42,61,49)
#26372C
(38,55,44)
#223127
(34,49,39)
#1E2B22
(30,43,34)
#1A251D
(26,37,29)
#161F18
(22,31,24)
#121913
(18,25,19)
#0E130E
(14,19,14)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #32493B

#32493B
(50,73,59)
#44594C
(68,89,76)
#56695D
(86,105,93)
#68796E
(104,121,110)
#7A897F
(122,137,127)
#8C9990
(140,153,144)
#9EA9A1
(158,169,161)
#B0B9B2
(176,185,178)
#C2C9C3
(194,201,195)
#D4D9D4
(212,217,212)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #32493B; }

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

This text font color is #32493B.


Background Color

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

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

This div background color is #32493B.


Border color

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

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

This div border color is #32493B.


Opacity

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

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

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

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

This text has shadow with #32493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #32493B on black background.


Color preview on white background

This text has color #32493B on white background.



Black color preview on #32493B background

This text has black color on #32493B background.


White color preview on #32493B background

This text has white color on #32493B background.