COLOR #56A485

HEX: #56A485
RGB: (86,164,133)

Color info

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

RGB color model

#56A485 color RGB value is (86,164,133).

  • red value is 86;
  • green value is 164;
  • blue value is 133.
RGB:
(86,164,133)
(34%,64%,52%)

RGB channels and saturation

R 86 of 255 = 34%
G 164 of 255 = 64%
B 133 of 255 = 52%

86
164
133

R + G + B ~ 50%. #56A485 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 164 + 133 = 383 (100%)
R 86 of 383 ~ 22.45%
G 164 of 383 ~ 42.82%
B 133 of 383 ~ 34.73%

%22.45
%42.82
%34.73

CMYK color model

#56A485 color CMYK value is (48,0,19,36).

  • cyan value is 47.56%
  • magenta value is 0.00%
  • yellow value is 18.90%
  • key color value is 35.69%
CMYK:
(48,0,19,36)
C48M0Y19K36 
(48%,0%,19%,36%)
(0.48/0.00/0.19/0.36)	

CMYK percentages

%47.56
%0
%18.9
%35.69

Codes

Color #56A485 in popluar color models

56A485
RGB86164133
HSL156°31.20%49.02%
HSB/HSV156°47.56%64.31%
CMYK47.56%0.00%18.90%
35.69%

Color #56A485 in popluar number systems.

HEX56A485
Decimal86164133
Binary10101101010010010000101
Octal126244205

Shades and tints

Shades of #56A485

#56A485
(86,164,133)
#4F9679
(79,150,121)
#48886D
(72,136,109)
#417A61
(65,122,97)
#3A6C55
(58,108,85)
#335E49
(51,94,73)
#2C503D
(44,80,61)
#254231
(37,66,49)
#1E3425
(30,52,37)
#172619
(23,38,25)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #56A485

#56A485
(86,164,133)
#65AC90
(101,172,144)
#74B49B
(116,180,155)
#83BCA6
(131,188,166)
#92C4B1
(146,196,177)
#A1CCBC
(161,204,188)
#B0D4C7
(176,212,199)
#BFDCD2
(191,220,210)
#CEE4DD
(206,228,221)
#DDECE8
(221,236,232)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A485 color. Also use rgb(86,164,133) instead hex code.

Text Font Color

.myTextColor { color: #56A485; }

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

This text font color is #56A485.


Background Color

.myBgColor { background-color: #56A485; }

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

This div background color is #56A485.


Border color

.myBorderColor { border: 1px solid #56A485; }

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

This div border color is #56A485.


Opacity

.myOpacity80 { color: #56A485; opacity: 0.8; }

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

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

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

This text has shadow with #56A485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A485 on black background.


Color preview on white background

This text has color #56A485 on white background.



Black color preview on #56A485 background

This text has black color on #56A485 background.


White color preview on #56A485 background

This text has white color on #56A485 background.