COLOR #579384

HEX: #579384
RGB: (87,147,132)

Color info

#579384 contains mainly green and blue colors. Web safe color of #579384 is #669999 (or #699).

RGB color model

#579384 color RGB value is (87,147,132).

  • red value is 87;
  • green value is 147;
  • blue value is 132.
RGB:
(87,147,132)
(34%,58%,52%)

RGB channels and saturation

R 87 of 255 = 34%
G 147 of 255 = 58%
B 132 of 255 = 52%

87
147
132

R + G + B ~ 48%. #579384 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 147 + 132 = 366 (100%)
R 87 of 366 ~ 23.77%
G 147 of 366 ~ 40.16%
B 132 of 366 ~ 36.07%

%23.77
%40.16
%36.07

CMYK color model

#579384 color CMYK value is (41,0,10,42).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 42.35%
CMYK:
(41,0,10,42)
C41M0Y10K42 
(41%,0%,10%,42%)
(0.41/0.00/0.10/0.42)	

CMYK percentages

%40.82
%0
%10.2
%42.35

Codes

Color #579384 in popluar color models

579384
RGB87147132
HSL165°25.64%45.88%
HSB/HSV165°40.82%57.65%
CMYK40.82%0.00%10.20%
42.35%

Color #579384 in popluar number systems.

HEX579384
Decimal87147132
Binary10101111001001110000100
Octal127223204

Shades and tints

Shades of #579384

#579384
(87,147,132)
#508678
(80,134,120)
#49796C
(73,121,108)
#426C60
(66,108,96)
#3B5F54
(59,95,84)
#345248
(52,82,72)
#2D453C
(45,69,60)
#263830
(38,56,48)
#1F2B24
(31,43,36)
#181E18
(24,30,24)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #579384

#579384
(87,147,132)
#669C8F
(102,156,143)
#75A59A
(117,165,154)
#84AEA5
(132,174,165)
#93B7B0
(147,183,176)
#A2C0BB
(162,192,187)
#B1C9C6
(177,201,198)
#C0D2D1
(192,210,209)
#CFDBDC
(207,219,220)
#DEE4E7
(222,228,231)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579384 color. Also use rgb(87,147,132) instead hex code.

Text Font Color

.myTextColor { color: #579384; }

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

This text font color is #579384.


Background Color

.myBgColor { background-color: #579384; }

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

This div background color is #579384.


Border color

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

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

This div border color is #579384.


Opacity

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

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

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

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

This text has shadow with #579384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579384 on black background.


Color preview on white background

This text has color #579384 on white background.



Black color preview on #579384 background

This text has black color on #579384 background.


White color preview on #579384 background

This text has white color on #579384 background.