COLOR #56A315

HEX: #56A315
RGB: (86,163,21)

Color info

#56A315 contains mainly green color. Web safe color of #56A315 is #669900 (or #690).

RGB color model

#56A315 color RGB value is (86,163,21).

  • red value is 86;
  • green value is 163;
  • blue value is 21.
RGB:
(86,163,21)
(34%,64%,8%)

RGB channels and saturation

R 86 of 255 = 34%
G 163 of 255 = 64%
B 21 of 255 = 8%

86
163
21

R + G + B ~ 35%. #56A315 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 163 + 21 = 270 (100%)
R 86 of 270 ~ 31.85%
G 163 of 270 ~ 60.37%
B 21 of 270 ~ 7.78%

%31.85
%60.37

CMYK color model

#56A315 color CMYK value is (47,0,87,36).

  • cyan value is 47.24%
  • magenta value is 0.00%
  • yellow value is 87.12%
  • key color value is 36.08%
CMYK:
(47,0,87,36)
C47M0Y87K36 
(47%,0%,87%,36%)
(0.47/0.00/0.87/0.36)	

CMYK percentages

%47.24
%0
%87.12
%36.08

Codes

Color #56A315 in popluar color models

56A315
RGB8616321
HSL93°77.17%36.08%
HSB/HSV93°87.12%63.92%
CMYK47.24%0.00%87.12%
36.08%

Color #56A315 in popluar number systems.

HEX56A315
Decimal8616321
Binary10101101010001110101
Octal12624325

Shades and tints

Shades of #56A315

#56A315
(86,163,21)
#4F9514
(79,149,20)
#488713
(72,135,19)
#417912
(65,121,18)
#3A6B11
(58,107,17)
#335D10
(51,93,16)
#2C4F0F
(44,79,15)
#25410E
(37,65,14)
#1E330D
(30,51,13)
#17250C
(23,37,12)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #56A315

#56A315
(86,163,21)
#65AB2A
(101,171,42)
#74B33F
(116,179,63)
#83BB54
(131,187,84)
#92C369
(146,195,105)
#A1CB7E
(161,203,126)
#B0D393
(176,211,147)
#BFDBA8
(191,219,168)
#CEE3BD
(206,227,189)
#DDEBD2
(221,235,210)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #56A315 color. Also use rgb(86,163,21) instead hex code.

Text Font Color

.myTextColor { color: #56A315; }

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

This text font color is #56A315.


Background Color

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

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

This div background color is #56A315.


Border color

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

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

This div border color is #56A315.


Opacity

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

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

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

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

This text has shadow with #56A315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #56A315 on black background.


Color preview on white background

This text has color #56A315 on white background.



Black color preview on #56A315 background

This text has black color on #56A315 background.


White color preview on #56A315 background

This text has white color on #56A315 background.