COLOR #56996C

HEX: #56996C RGB: (86,153,108)

Color info

#56996C contains mainly green and blue colors. Web safe color of #56996C is #669966 (or #696).

RGB color model

#56996C color RGB value is (86,153,108).

RGB: (86,153,108) (34%, 60%, 42%)

RGB channels and saturation

R 86 of 255 = 34%
G 153 of 255 = 60%
B 108 of 255 = 42%

86
153
108

R + G + B ~ 45%. #56996C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 86 + 153 + 108 = 347 (100%)
R 86 of 347 ~ 24.78%
G 153 of 347 ~ 44.09%
B 108 of 347 ~ 31.12'%

%24.78
%44.09
%31.12

CMYK color model

#56996C color CMYK value is (44,0,29,40).

  • cyan value is 43.79%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 40.00%

CMYK: (44,0,29,40)
C44M0Y29K40 (44%, 0%, 29%, 40%)
(0.44 / 0.00 / 0.29 / 0.40)

CMYK percentages

%43.79
%0
%29.41
%40

Codes

Color #56996C in popluar color models

56 99 6C
RGB 86 153 108
HSL 140° 28.03% 46.86%
HSB/HSV 140° 43.79% 60.00%
CMYK 43.79% 0.00% 29.41%
40.00%

Color #56996C in popluar number systems.

HEX 56 99 6C
Decimal 86 153 108
Binary 1010110 10011001 1101100
Octal 126 231 154

Shades and tints

Shades of #56996C

#56996C
(86,153,108)
#4F8C63
(79,140,99)
#487F5A
(72,127,90)
#417251
(65,114,81)
#3A6548
(58,101,72)
#33583F
(51,88,63)
#2C4B36
(44,75,54)
#253E2D
(37,62,45)
#1E3124
(30,49,36)
#17241B
(23,36,27)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #56996C

#56996C
(86,153,108)
#65A279
(101,162,121)
#74AB86
(116,171,134)
#83B493
(131,180,147)
#92BDA0
(146,189,160)
#A1C6AD
(161,198,173)
#B0CFBA
(176,207,186)
#BFD8C7
(191,216,199)
#CEE1D4
(206,225,212)
#DDEAE1
(221,234,225)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56996C color. Also use rgb(86,153,108) instead hex code.

Text Font Color

.myTextColor { color: #56996C; }

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

This text font color is #56996C.

Background Color

.myBgColor { background-color: #56996C; }

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

This div background color is #56996C.

Border color

.myBorderColor { border: 1px solid #56996C; }

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

This div border color is #56996C.

Opacity

.myOpacity80 { color: #56996C; opacity: 0.8; }

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

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

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

This text has shadow with #56996C color.


.textShadow {text-shadow: 3px 3px 1px #56996C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #56996C; -webkit-box-shadow: 1px 1px 3px 2px #56996C; box-shadow:1px 1px 3px 2px #56996C;">
Div content here
</div>

This div box has shadow with color #56996C.

Preview

Color preview on black background

This text has color #56996C on black background.


Color preview on white background

This text has color #56996C on white background.


Black color preview on #56996C background

This text has black color on #56996C background.


White color preview on #56996C background

This text has white color on #56996C background.


Related colors

Complementary color

Complementary color for #hex is #A96693.


I love getcolorcode.com

Triadic colors

1 #6C5699 and #996C56 with #56996C are triadic colors.

2 #6C9956 and #99566C with #56996C are triadic colors.