COLOR #32584A

HEX: #32584A
RGB: (50,88,74)

Color info

#32584A contains red, green and blue colors in about the same proportion. Web safe color of #32584A is #336633 (or #363).

RGB color model

#32584A color RGB value is (50,88,74).

  • red value is 50;
  • green value is 88;
  • blue value is 74.
RGB:
(50,88,74)
(20%,35%,29%)

RGB channels and saturation

R 50 of 255 = 20%
G 88 of 255 = 35%
B 74 of 255 = 29%

50
88
74

R + G + B ~ 28%. #32584A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
50 + 88 + 74 = 212 (100%)
R 50 of 212 ~ 23.58%
G 88 of 212 ~ 41.51%
B 74 of 212 ~ 34.91%

%23.58
%41.51
%34.91

CMYK color model

#32584A color CMYK value is (43,0,16,65).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 65.49%
CMYK:
(43,0,16,65)
C43M0Y16K65 
(43%,0%,16%,65%)
(0.43/0.00/0.16/0.65)	

CMYK percentages

%43.18
%0
%15.91
%65.49

Codes

Color #32584A in popluar color models

32584A
RGB508874
HSL158°27.54%27.06%
HSB/HSV158°43.18%34.51%
CMYK43.18%0.00%15.91%
65.49%

Color #32584A in popluar number systems.

HEX32584A
Decimal508874
Binary11001010110001001010
Octal62130112

Shades and tints

Shades of #32584A

#32584A
(50,88,74)
#2E5044
(46,80,68)
#2A483E
(42,72,62)
#264038
(38,64,56)
#223832
(34,56,50)
#1E302C
(30,48,44)
#1A2826
(26,40,38)
#162020
(22,32,32)
#12181A
(18,24,26)
#0E1014
(14,16,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #32584A

#32584A
(50,88,74)
#44675A
(68,103,90)
#56766A
(86,118,106)
#68857A
(104,133,122)
#7A948A
(122,148,138)
#8CA39A
(140,163,154)
#9EB2AA
(158,178,170)
#B0C1BA
(176,193,186)
#C2D0CA
(194,208,202)
#D4DFDA
(212,223,218)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #32584A color. Also use rgb(50,88,74) instead hex code.

Text Font Color

.myTextColor { color: #32584A; }

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

This text font color is #32584A.


Background Color

.myBgColor { background-color: #32584A; }

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

This div background color is #32584A.


Border color

.myBorderColor { border: 1px solid #32584A; }

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

This div border color is #32584A.


Opacity

.myOpacity80 { color: #32584A; opacity: 0.8; }

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

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

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

This text has shadow with #32584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #32584A on black background.


Color preview on white background

This text has color #32584A on white background.



Black color preview on #32584A background

This text has black color on #32584A background.


White color preview on #32584A background

This text has white color on #32584A background.